POST v1/Hotel/UpdatePnrFare
Request Information
URI Parameters
None.
Body Parameters
UpdatePnrFareRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalFare | decimal number |
None. |
|
| Pnr | string |
None. |
|
| BookingFor | string |
None. |
|
| CurrencyCode | string |
None. |
|
| Vuserid | string |
None. |
|
| PccCode | string |
None. |
|
| UserId | integer |
None. |
|
| AccountID | string |
None. |
|
| UserName | string |
None. |
|
| ApplicationDomain | ApplicationDomain |
None. |
|
| guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TotalFare": 1.0,
"Pnr": "sample string 2",
"BookingFor": "sample string 3",
"CurrencyCode": "sample string 4",
"Vuserid": "sample string 5",
"PccCode": "sample string 6",
"UserId": 7,
"AccountID": "sample string 8",
"UserName": "sample string 9",
"ApplicationDomain": 0,
"guid": "sample string 10"
}
application/xml, text/xml
Sample:
<UpdatePnrFareRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model"> <AccountID>sample string 8</AccountID> <ApplicationDomain>GTL</ApplicationDomain> <PccCode>sample string 6</PccCode> <UserId>7</UserId> <UserName>sample string 9</UserName> <Vuserid>sample string 5</Vuserid> <guid>sample string 10</guid> <BookingFor>sample string 3</BookingFor> <CurrencyCode>sample string 4</CurrencyCode> <Pnr>sample string 2</Pnr> <TotalFare>1</TotalFare> </UpdatePnrFareRequest>
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. |