POST Etravos/TransConfirmation
Request Information
URI Parameters
None.
Body Parameters
TxnResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentId | string |
None. |
|
| Requestid | string |
None. |
|
| transId | string |
None. |
|
| TransStatus | string |
None. |
|
| CustomerPhoneNumber | string |
None. |
|
| SmsMsg | string |
None. |
|
| TransConDetails | TransConDetails |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentId": "sample string 1",
"Requestid": "sample string 2",
"transId": "sample string 3",
"TransStatus": "sample string 4",
"CustomerPhoneNumber": "sample string 5",
"SmsMsg": "sample string 6",
"TransConDetails": {
"BaseFare": "sample string 1",
"OpertorName": "sample string 2",
"AgentMarkup": "sample string 3"
}
}
application/xml, text/xml
Sample:
<TxnResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiEtravos.Models">
<AgentId>sample string 1</AgentId>
<CustomerPhoneNumber>sample string 5</CustomerPhoneNumber>
<Requestid>sample string 2</Requestid>
<SmsMsg>sample string 6</SmsMsg>
<TransConDetails>
<AgentMarkup>sample string 3</AgentMarkup>
<BaseFare>sample string 1</BaseFare>
<OpertorName>sample string 2</OpertorName>
</TransConDetails>
<TransStatus>sample string 4</TransStatus>
<transId>sample string 3</transId>
</TxnResponse>
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. |