Add more information to a reimbursement request id

This api Add more information to a reimbursement request id


REST


Headers

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

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