sabredav - Enhanced Air ticket Sabre Rest API Error - No Printer Designated - Stack Overflow

admin2025-04-18  2

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 asked Jan 30 at 14:20 Heemanshu BhallaHeemanshu Bhalla 3,7741 gold badge31 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.

转载请注明原文地址:http://anycun.com/QandA/1744913689a89401.html