POST api/Service?VerifyCall={VerifyCall}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objPass | No documentation available. |
Define this parameter in the request body. |
| VerifyCall | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"ReferenceNumber": "sample string 1",
"CardNo": "sample string 2",
"CustomerName": "sample string 3",
"MobileNo": "sample string 4",
"EmailID": "sample string 5",
"TotalSeat": 6,
"SeatNo": "sample string 7",
"BaseFare": 8.1,
"TotalAmount": 9.1,
"DeviceID": "sample string 10",
"DeviceOsVersion": "sample string 11",
"UserId": "sample string 12",
"ApplicationName": "sample string 13",
"ApplicationVersion": "sample string 14",
"ApplicationVersionCode": 15,
"RequestType": 16,
"VerifyCall": "sample string 17"
}
application/xml, text/xml
Sample:
<PROP_CheckValidConfirmPass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiorange_res.itspl.net.Models"> <ApplicationName>sample string 13</ApplicationName> <ApplicationVersion>sample string 14</ApplicationVersion> <ApplicationVersionCode>15</ApplicationVersionCode> <DeviceID>sample string 10</DeviceID> <DeviceOsVersion>sample string 11</DeviceOsVersion> <RequestType>16</RequestType> <UserId>sample string 12</UserId> <VerifyCall>sample string 17</VerifyCall> <BaseFare>8.1</BaseFare> <CardNo>sample string 2</CardNo> <CustomerName>sample string 3</CustomerName> <EmailID>sample string 5</EmailID> <MobileNo>sample string 4</MobileNo> <ReferenceNumber>sample string 1</ReferenceNumber> <SeatNo>sample string 7</SeatNo> <TotalAmount>9.1</TotalAmount> <TotalSeat>6</TotalSeat> </PROP_CheckValidConfirmPass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.