POST api/IDBI/GenerateQr
Request Information
URI Parameters
None.
Body Parameters
IDBIQrRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| mid | string |
None. |
|
| plazaId | string |
None. |
|
| custRef | string |
None. |
|
| amt | string |
None. |
|
| payDate | string |
None. |
|
| string |
None. |
||
| mob | string |
None. |
|
| cbUrl | string |
None. |
|
| mvc | string |
None. |
|
| avc | string |
None. |
|
| vehNo | string |
None. |
|
| tollFee | string |
None. |
|
| penFee | string |
None. |
|
| mName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mid": "sample string 1",
"plazaId": "sample string 2",
"custRef": "sample string 3",
"amt": "sample string 4",
"payDate": "sample string 5",
"email": "sample string 6",
"mob": "sample string 7",
"cbUrl": "sample string 8",
"mvc": "sample string 9",
"avc": "sample string 10",
"vehNo": "sample string 11",
"tollFee": "sample string 12",
"penFee": "sample string 13",
"mName": "sample string 14"
}
application/xml, text/xml
Sample:
<DQRIDBIController.IDBIQrRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Controllers"> <amt>sample string 4</amt> <avc>sample string 10</avc> <cbUrl>sample string 8</cbUrl> <custRef>sample string 3</custRef> <email>sample string 6</email> <mName>sample string 14</mName> <mid>sample string 1</mid> <mob>sample string 7</mob> <mvc>sample string 9</mvc> <payDate>sample string 5</payDate> <penFee>sample string 13</penFee> <plazaId>sample string 2</plazaId> <tollFee>sample string 12</tollFee> <vehNo>sample string 11</vehNo> </DQRIDBIController.IDBIQrRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.