Attach the uploaded image/pdf to reimbursement request id
This api Attach the uploaded image/pdf to reimbursement request id
REST
In this request , you need to pass
_id
of a merchant transaction in the url. the file url you will get fromUpload Bill Image
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/merchant_transactions/<txid>/files | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
{
"files": ["http://xx.com/fileurl1.jpg","http://xx.com/fileurl2.jpg"]
}
Success
Error