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
2 Answers
Reset to default 1The 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
版权声明:本文标题:sabredav - Enhanced Air ticket Sabre Rest API Error - No Printer Designated - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741959722a2407202.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论