admin管理员组

文章数量:1314025

I am try enhanced air ticket from sabre rest api. Please find below request format i am using to make Enhanced air ticket. It gives error msg No printer designated even after giving linata code for printer

Request -

{
"AirTicketRQ": {
    "DesignatePrinter": {
        "Printers": {
            "Ticket": {
                "CountryCode": "{{country_code}}",
                "LNIATA": "xxxxxx"
            }
        }
    },
    "Itinerary": {
        "ID": "{{pnr}}"
    },
    "Ticketing": [
        {
            "PricingQualifiers": {
                "PriceQuote": [
                    {
                        "Record": [
                            {
                                "Number": 1,
                                "Reissue": false
                            }
                        ]
                    }
                ]
            }
        }
    ],
    "PostProcessing": {
        "EndTransaction": {
            "Source": {
                "ReceivedFrom": "API TEST"
            }
        }
    }
}
}

I am try enhanced air ticket from sabre rest api. Please find below request format i am using to make Enhanced air ticket. It gives error msg No printer designated even after giving linata code for printer

Request -

{
"AirTicketRQ": {
    "DesignatePrinter": {
        "Printers": {
            "Ticket": {
                "CountryCode": "{{country_code}}",
                "LNIATA": "xxxxxx"
            }
        }
    },
    "Itinerary": {
        "ID": "{{pnr}}"
    },
    "Ticketing": [
        {
            "PricingQualifiers": {
                "PriceQuote": [
                    {
                        "Record": [
                            {
                                "Number": 1,
                                "Reissue": false
                            }
                        ]
                    }
                ]
            }
        }
    ],
    "PostProcessing": {
        "EndTransaction": {
            "Source": {
                "ReceivedFrom": "API TEST"
            }
        }
    }
}
}
Share Improve this question asked Jan 30 at 14:20 Heemanshu BhallaHeemanshu Bhalla 3,7651 gold badge30 silver badges56 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 1

The following screenshot will be more explanatory.

PP1 and PP2 are used to view printer profiles. The agency needs to provide the LNIATA from the profile they are using. Please request this information from the agency.

In the example below, it is found under PP2, but it is usually under PP1.

You can also retrieve this information by using the SabreCommandLLSRQ service and sending these commands. (Make sure to include the asterisk symbol '∗')

Please ensure that the LNTIATA information for the PCC matches the PTR LNIATA. The issue is related to the LNIATA you provided.

本文标签: sabredavEnhanced Air ticket Sabre Rest API ErrorNo Printer DesignatedStack Overflow