cURL
curl --request PATCH \ --url https://api.zivio.net/api/v3/job_approvals/{id}/reject \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'X-API-Key: <api-key>' \ --header 'zivio-tenant-id: <api-key>' \ --data 'rejection_reason=Project does not meet the requirements'
{ "message": "Project rejection triggered for Sales Project 128" }
ID of the Approver record, not a User ID
ok
The response is of type object.
object