POST api/upi/dynemicQr
Dynemic Qr E-collocation pass "Token" in header
Request Information
URI Parameters
None.
Body Parameters
DynemicQrRequestName | Description | Type | Additional information |
---|---|---|---|
merchantTranId |
uniqe Transaction ID Lenth min : 10 Digit |
string |
None. |
CustomerID |
Your member or Cusotmer ID |
string |
None. |
amount | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "merchantTranId": "sample string 1", "CustomerID": "sample string 2", "amount": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponceMasterName | Description | Type | Additional information |
---|---|---|---|
Error |
Error in True and false |
string |
None. |
Message |
Responace Error Message |
string |
None. |
Data |
Responce Data in object or List |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": "sample string 1", "Message": "sample string 2", "Data": {} }