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.

Update Collaboration Request

This API updates an existing collaboration request. You can use to resubmit the request or reassign it to a different user.

API

Signature

updateCollaborationRequest

static Apttus_Config2.CollabStruct.UpdateCRResponseDO updateCollaborationRequest(Apttus_Config2.CollabStruct.UpdateCRRequestDO requestDO)

Request Parameter

Name

Type

Description

collaborationRequestSOObject

Collaboration request object with updated attributes.

Response Parameters

Field

Type

Description

successBoolean

Indicates whether the request was successfully created.

collaborationRequestIdIDThe ID of the newly created collaboration request.
messageStringStatus message or error.
updatedFieldsListList of fields updated in the request.

Code Sample

The sample code below enables you to create collaboration request. After the API is executed, the collaboration request is created.

Apttus_Config2.CollabStruct.UpdateCRResponseDO updateCRResponse = Apttus_Config2.QuoteCollaborationService.UpdateCRRequestDO(collabRequestSO);
System.debug('updateCRResponse'+updateCRResponse);