Add more information to a reimbursement request id
This api Add more information to a reimbursement request id
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/merchant_transactions/<txid> | M | ||
METHOD | string | PUT | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
{
"description": "test description",
"tags": ["office", "delhi"],
"isCompany":true
}
Success
Error
In this request , you need to pass
_id
of a merchant transaction in the url. isCompany field is of boolean type