PATCH
/
job_approvals
/
{id}
/
reject
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"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
integer
required

ID of the Approver record, not a User ID

Body

application/x-www-form-urlencoded

Response

200
*/*

ok

The response is of type object.