POST api/Service?VerifyCall={VerifyCall}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
VerifyCall | string |
Required |
Body Parameters
PROP_CheckValidConfirmPassName | Description | Type | Additional information |
---|---|---|---|
ReferenceNumber | string |
None. |
|
CardNo | string |
None. |
|
CustomerName | string |
None. |
|
MobileNo | string |
None. |
|
EmailID | string |
None. |
|
TotalSeat | integer |
None. |
|
SeatNo | string |
None. |
|
BaseFare | decimal number |
None. |
|
TotalAmount | decimal number |
None. |
|
Isotpsend | integer |
None. |
|
DeviceID | string |
None. |
|
DeviceOsVersion | string |
None. |
|
UserId | string |
None. |
|
ApplicationName | string |
None. |
|
ApplicationVersion | string |
None. |
|
ApplicationVersionCode | integer |
None. |
|
RequestType | integer |
None. |
|
VerifyCall | string |
None. |
Request 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, "Isotpsend": 10, "DeviceID": "sample string 11", "DeviceOsVersion": "sample string 12", "UserId": "sample string 13", "ApplicationName": "sample string 14", "ApplicationVersion": "sample string 15", "ApplicationVersionCode": 16, "RequestType": 17, "VerifyCall": "sample string 18" }
application/xml, text/xml
Sample:
<PROP_CheckValidConfirmPass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/uatb2capp.itspl.net.Models"> <ApplicationName>sample string 14</ApplicationName> <ApplicationVersion>sample string 15</ApplicationVersion> <ApplicationVersionCode>16</ApplicationVersionCode> <DeviceID>sample string 11</DeviceID> <DeviceOsVersion>sample string 12</DeviceOsVersion> <RequestType>17</RequestType> <UserId>sample string 13</UserId> <VerifyCall>sample string 18</VerifyCall> <BaseFare>8.1</BaseFare> <CardNo>sample string 2</CardNo> <CustomerName>sample string 3</CustomerName> <EmailID>sample string 5</EmailID> <Isotpsend>10</Isotpsend> <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
Resource Description
DataTableName | Description | Type | Additional information |
---|---|---|---|
CaseSensitive | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
RemotingFormat | SerializationFormat |
None. |
|
ChildRelations | Collection of Object |
None. |
|
Columns | Collection of Object |
None. |
|
Constraints | Collection of Object |
None. |
|
DataSet | DataSet |
None. |
|
DefaultView | Collection of Object |
None. |
|
DisplayExpression | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
MinimumCapacity | integer |
None. |
|
ParentRelations | Collection of Object |
None. |
|
PrimaryKey | Collection of DataColumn |
None. |
|
Rows | Collection of Object |
None. |
|
TableName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.