Admin approve reimbursement but no settle amount
This api is for Admin approve reimbursement but no settle amount
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/comp_emp_txns/claimReview/<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 Company Approval/Internal settlement
{
"approval_status": "company_approved",
"amount": <amount_set_by_reviewer>,
"comment":"reviewer comments"
}
Body For Company_Disapproved - this is not final Disapproval
{
"approval_status": "company_disapproved",
"comment":"disapprove comments"
}
Success
Error
this only marks the txn as company_reivewed and does not participates in wallet calculation .This can be done by company admin ,super admin , claim_reviewer