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.

Show Page Sections

download

Ending Parallel Review

This ends the parallel review for a document belonging to a particular review cycle.

API

Signature

endParallelReview

webService static void endParallelReview(Id reviewCycleId, String emailId, Id documentVersionDetailId, String comment)

Request Parameters

Name

Type

Description

Required?

reviewCycleId

ID

Id of the review cycle.

Yes

emailId

String

Email Id of the reviewer.

Yes

documentVersionDetailId

ID

Id of the document version.

Yes

comment

String

Reviewer comment.

Optional

Code Sample

ID reviewCycleId = 'a2a4N000000X86gQAC'; String emailId = 'recipientemail@email.com'; ID documentVersionDetailId = 'a1y0S000000TsvxQAC' ; String comment = 'Review done Please incorporate changes '; emailId documentVersionDetailId documentVersionDetailId ); AuthorWebService.endParallelReview(reviewCycleId ,

Integration Details

Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.

API Prerequisites

None.

Request/Response XML

Example Request

<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aut="http://soap.sforce.com/schemas/class/Apttus/AuthorWebService"> <soapenv:Header> <aut:SessionHeader> <aut:sessionId>00D0S0000000Pa8!ARUAQMLgPIx6FwqD3DCEs9oBPnTI2Gx9k0jH5wIL7WLW1sR1vNq1dI7oAxxG4EKbk5XBzRZlP5TQivHyO5bivwe.toaF9MrQ</aut:sessionId> </aut:SessionHeader> </soapenv:Header> <soapenv:Body> <aut:endParallelReview> <aut:reviewCycleId>a6v0S0000009DEY</aut:reviewCycleId> <aut:emailId>msuthrave@apttus.com</aut:emailId> <aut:documentVersionDetailId>a1y0S000000K2bB</aut:documentVersionDetailId> <aut:comment>End review</aut:comment> </aut:endParallelReview> </soapenv:Body> </soapenv:Envelope>

Example Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://soap.sforce.com/schemas/class/Apttus/AuthorWebService"> <soapenv:Body> <endParallelReviewResponse/> </soapenv:Body> </soapenv:Envelope>