Admin actions on a reimbursement request
This api is for Approve/Settle/Disapprove
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/comp_emp_txns/<txn_id> | M | ||
METHOD | string | PUT | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Body For Approval/Settlement
{
"approval_status": "internally_approved",
"amount":<amount_set_by_settler>,
"comment":"settler comments"
}
Body Disapprove
{
"approval_status": "disapproved"
}
Success
Error
this can be done by company admin ,super admin only