Admin approve reimbursement but no settle amount

This api is for Admin approve reimbursement but no settle amount


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/comp_emp_txns/claimReview/<txn_id>M
METHODstringPUTM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenM

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