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"
}
}
}
}
}
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.