Footer Section
Explore

With this API, you can reject multiple approval requests in bulk. This API accepts a list of BulkActionRequests as input parameter (which include request id and comments for each request) and responds with the ID of the first Apex Job submitted to reject the requests.
curl --request POST \--url https://documentation.conga.com/rejectRequestsBulk \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data '{"actionRequests":[{"requestId":"a1WJ0000003ACuP","comments":"test comment 1"},{"requestId":"a1WJ0000003ACuQ","comments":"test comment 2"}]}'
1{"title":"success","status":200,"data":"a1WJ0000003ACuPMAW"}