v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Expense Reviews

Request Expense Review Info

Endpoint to request info to an User about an ExpenseReview.

put/business/v2/transactions/{transactionId}/expense-review/request-info

Path parameters

transactionIdstring required

The Transaction ID.

Example:7bf79328-a7ae-4222-aa54-091ff7f429a7

Request body

approver_idstring required

The ID of the SuperAdmin User who approves/rejects the expense.

messagestring required

The request info of the transaction expense review.

Example request

{
  "approver_id": "XMPL1234-000003",
  "message": "Request info to employee"
}

Response

No content as result.