Approves a pending client portal order. Only orders with status 0 (pending) can be approved.
0
cURL
curl --request POST \ --url https://api.roostedhr.com/api/1_12/clients/{id}/orders/{order_id}/approve \ --header 'X-API-KEY: <api-key>'
200
Success
true
order_status: 0
400
Client ID
Order ID
OK
The response is of type boolean.
boolean