Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Create a Runtime Ad Hoc Approval Process

This API enables you to create a runtime ad hoc approval process that can be used to submit for ad hoc approvals. This API accepts an approval process structure as input parameter and returns the same structure with record IDs populated. For details on the input structure, refer to AdhocApprovalProcessDTO.

API

Signature

createRuntimeAdhocApprovalProcess

webService static Apttus_Approval.AdhocApprovalProcessDTO CreateRuntimeAdhocApprovalProcess(Apttus_Approval.AdhocApprovalProcessDTO adhocApprovalProcessDTO)

Request Parameters

Name

Type

Required?

Description

adhocApprovalProcessDTOadhocApprovalProcessDTO

Yes

The ad hoc approver process structure to create.

Response Parameter

Name

Type

Description

resultBoolean

The runtime ad hoc approval process structure for the created process.