POST api/Flight/importpnr
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Query | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Provider": "sample string 1", "PNRNumber": "sample string 2", "TransactionId": "sample string 3" }
application/xml, text/xml
Sample:
<BookedPNRDetailsRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Provider>sample string 1</Provider> <PNRNumber>sample string 2</PNRNumber> <TransactionId>sample string 3</TransactionId> </BookedPNRDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.