POST
/
payrollrun
/
{runid}
/
approve
curl --request POST \
  --url https://payroll.intermezzo.ai/payrollrun/{runid}/approve \
  --header 'Authorization: Bearer <token>'
{
  "runId": "<string>",
  "externalRef": "<string>",
  "status": "draft"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

runid
string
required

Response

200
application/json

Successful Response

The response is of type object.