昨天发布到https://api.sabre.com/v1.0.0/shop/hotels/content?mode=content的工作正常,但今天同一邮递员请求失败。
错误代码为:“Client.InvalidCustomerAppId
”(但Http状态代码为200。)
我们的结果没有变化,我是否可能使用的帐户无法访问此API?
完整的JSON响应是:
{
"Fault": {
"faultcode": "{http://schemas.xmlsoap.org/soap/envelope/}Client.InvalidCustomerAppId",
"faultstring": "Field CustomerAppId is invalid",
"detail": {
"StackTrace": [
"com.sabre.universalservices.base.exception.ApplicationException: errors.xml.USG_INVALID_CUSTOMER_APP_ID"
]
}
},
"Links": [
{
"rel": "self",
"href": "https://api.sabre.com/v1.0.0/shop/hotels/content?mode=content"
},
{
"rel": "linkTemplate",
"href": "https://api.sabre.com/<version>/shop/hotels/content?mode=<mode>"
}
]
}