POST api/upi/StaticQRNew
Static QR E-collocation pass "Token" in header
Request Information
URI Parameters
None.
Body Parameters
StaticQrRequestNewName | Description | Type | Additional information |
---|---|---|---|
CustomerID |
Your member or Cusotmer ID |
string |
None. |
Mobileno |
Customer Mobile No |
string |
None. |
CustomerName |
Customer Name |
string |
None. |
AadharNumber |
AadharNumber |
string |
None. |
PanNumber |
PanNumber |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerID": "sample string 1", "Mobileno": "sample string 2", "CustomerName": "sample string 3", "AadharNumber": "sample string 4", "PanNumber": "sample string 5" }
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": {} }