POST orangetravels/SelectPassengersDetails
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ParaPassDetails | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"status": 1,
"CustID": 2,
"CustName": "sample string 3",
"CustAge": "sample string 4",
"CustGender": "sample string 5",
"CustPhoneNo": "sample string 6",
"DeviceID": "sample string 7",
"DeviceOsVersion": "sample string 8",
"UserId": "sample string 9",
"ApplicationName": "sample string 10",
"ApplicationVersion": "sample string 11",
"ApplicationVersionCode": 12,
"RequestType": 13,
"VerifyCall": "sample string 14"
}
application/xml, text/xml
Sample:
<PROP_PassengerDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiorange_res.itspl.net.Models"> <ApplicationName>sample string 10</ApplicationName> <ApplicationVersion>sample string 11</ApplicationVersion> <ApplicationVersionCode>12</ApplicationVersionCode> <DeviceID>sample string 7</DeviceID> <DeviceOsVersion>sample string 8</DeviceOsVersion> <RequestType>13</RequestType> <UserId>sample string 9</UserId> <VerifyCall>sample string 14</VerifyCall> <CustAge>sample string 4</CustAge> <CustGender>sample string 5</CustGender> <CustID>2</CustID> <CustName>sample string 3</CustName> <CustPhoneNo>sample string 6</CustPhoneNo> <status>1</status> </PROP_PassengerDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<PROP_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiorange_res.itspl.net.Controllers"> <data /> <message>sample string 2</message> <status>1</status> </PROP_Response>