POST api/UPIPAYMENT/QRREQUEST
Request Information
URI Parameters
None.
Body Parameters
clsUPIQR| Name | Description | Type | Additional information |
|---|---|---|---|
| merchantId | string |
None. |
|
| amount | string |
None. |
|
| merchantTranId | string |
None. |
|
| billNumber | string |
None. |
|
| terminalId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"merchantId": "sample string 1",
"amount": "sample string 2",
"merchantTranId": "sample string 3",
"billNumber": "sample string 4",
"terminalId": "sample string 5"
}
application/xml, text/xml
Sample:
<clsUPIQR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <amount>sample string 2</amount> <billNumber>sample string 4</billNumber> <merchantId>sample string 1</merchantId> <merchantTranId>sample string 3</merchantTranId> <terminalId>sample string 5</terminalId> </clsUPIQR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |