POST api/SendLegacyPostback
Request Information
URI Parameters
None.
Body Parameters
SendLegacyPostbackRequestName | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
None. |
|
PnrLocator | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientId": "sample string 1", "PnrLocator": "sample string 2" }
text/xml
Sample:
<FlightBookingController.SendLegacyPostbackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Web.Api.Controllers.api"> <ClientId>sample string 1</ClientId> <PnrLocator>sample string 2</PnrLocator> </FlightBookingController.SendLegacyPostbackRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.