问题描述
您能否帮助我们处理 REST 中的 VOID 方法,我们在使用这些方法时收到错误消息。
这是 SABRE 提供的航班 API。下面实际上是两种不同类型参数的请求。
VOID Ticket without Printer
{
"errorHandlingPolicy": "HALT_ON_ERROR","targetPcc": "XXXX","tickets": [
"0729526808053"
],"confirmationId": "CZTIAS"
}
VOID Ticket with Printer
{
"errorHandlingPolicy": "HALT_ON_ERROR","tickets": [
"0729526808045"
],"receivedFrom": "Booking Management API testing","designatePrinters": [
{
"ticket": {
"address": "AAAAAAA","countryCode": "TG"
}
}
],"confirmationId": "AWSAFL"
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)