amadeus api 从哪里获得连锁酒店代码列表
amadeus api where to get a list of hotel chain codes
在 Amadeus API 中,在酒店搜索中,结果中有 "chainCode",是否有所有连锁代码的 csv 列表?
https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-search/api-reference
我在这个结果示例中指的是 "chainCode"
{
"data": [
{
"type": "hotel-offers",
"hotel": {
"type": "hotel",
"hotelId": "XKPARC12",
"chainCode": "XK",
"dupeId": "501132260",
"name": "Holiday Inn Paris-notre Dame",
本例中如何从 "XK" 获取连锁酒店名称?
抱歉,我们完全错过了这个问题。由于您无法通过 API 检索它,请查看 data-collection repository,其中包含连锁酒店代码列表。
在 Amadeus API 中,在酒店搜索中,结果中有 "chainCode",是否有所有连锁代码的 csv 列表?
https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-search/api-reference
我在这个结果示例中指的是 "chainCode"
{
"data": [
{
"type": "hotel-offers",
"hotel": {
"type": "hotel",
"hotelId": "XKPARC12",
"chainCode": "XK",
"dupeId": "501132260",
"name": "Holiday Inn Paris-notre Dame",
本例中如何从 "XK" 获取连锁酒店名称?
抱歉,我们完全错过了这个问题。由于您无法通过 API 检索它,请查看 data-collection repository,其中包含连锁酒店代码列表。