Footer Section
Explore

This API reassigns the approval request. This API accepts the ID of the approval request, ID of the assignee and comments as input parameters.
curl --request POST \--url https://documentation.conga.com/reassignRequest \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data '{"requestId":"a1WJ0000003ACuKMAW","toAssigneeId":"005J000000BVEvwIAH","comments":"test reassignment"}'
1{"title":"success","status":200,"data":true}