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 from Upload Bill Image


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/merchant_transactions/<txid>/filesM
METHODstringPOSTM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenM

Request

{
    "files": ["http://xx.com/fileurl1.jpg","http://xx.com/fileurl2.jpg"]

}


Success




Error