POST api/upi/StaticQR
Static QR E-collocation pass "Token" in header
Request Information
URI Parameters
None.
Body Parameters
StaticQrRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID |
Your member or Cusotmer ID |
string |
None. |
| Mobileno |
Customer Mobile No |
string |
None. |
| CustomerName |
Customer Name |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "sample string 1",
"Mobileno": "sample string 2",
"CustomerName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponceMaster| Name | 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": {}
}