Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
EXPENSE

EXPENSE APPROVE

PUT /expense/approve/:id

Request
{
"status": "approved/rejected",
"reimbursed":"<<number>>",
"reason":"<<string>>",
}
Response (Success)
{
"status":true,
"code":"EXPENSE_APPROVED_SUCCESS",
"payload":{
"id":"<<string>>",
"created_at":"<<date>>",
"updated_at":"<<date>>"
}

}

Response (Error)
{
"status": false,
"code": "EXPENSE_APPROVED_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.