URL: {{base_url}}/modules/expenses/getExpense

Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Access_Token: Replace this with the actual access token value

Request Body

KeyValuesRequired
expense_numberEnter expense numberYes

Response Codes

CodeDescription
200Successful
500Internal Server Error
401Unauthorized: Check error message

Example of json request body:

{
    "expense_number": 1
}