CLM CLM for SOAP API Developers API Reference Author Web Service Current: Ending Parallel Review PDF Download PDF Download page Ending Parallel Review. Current page All pages Ending Parallel Review This ends the parallel review for a document belonging to a particular review cycle.APISignatureendParallelReviewwebService static void endParallelReview(Id reviewCycleId, String emailId, Id documentVersionDetailId, String comment)Request ParametersNameTypeDescriptionRequired?reviewCycleIdIDId of the review cycle.YesemailIdStringEmail Id of the reviewer.YesdocumentVersionDetailIdIDId of the document version.YescommentStringReviewer 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 , CODE Integration DetailsUse 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 PrerequisitesNone.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> XML 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> XML ×