Amadeus Flight Offers Search API 自定义搜索
Amadeus Flight Offers Search API customized search
我正在使用 Amadeus Flight Offers Search POST API to search flights, I have used some of the search parameters mentioned in the API Documentation and some other parameters that I found in questions of Whosebug. I'm looking for a documentation that contains all the possible search parameters of the API. I've searched a lot but so far couldn't find anything other than this document 和我上面提到的那个。 Amadeus 是否有其他文档?更具体的东西。
我想将 "maximum layover time" 参数添加到我的请求正文中。
您必须查看 API specification 以了解所有可用参数。
如果使用GET
版本:所有参数直接在API规范的交互部分进行说明。
如果你使用POST
版本:你必须看一下描述所有参数(和结构)的body参数的模型你可以使用:
我正在使用 Amadeus Flight Offers Search POST API to search flights, I have used some of the search parameters mentioned in the API Documentation and some other parameters that I found in questions of Whosebug. I'm looking for a documentation that contains all the possible search parameters of the API. I've searched a lot but so far couldn't find anything other than this document 和我上面提到的那个。 Amadeus 是否有其他文档?更具体的东西。 我想将 "maximum layover time" 参数添加到我的请求正文中。
您必须查看 API specification 以了解所有可用参数。
如果使用
GET
版本:所有参数直接在API规范的交互部分进行说明。如果你使用
POST
版本:你必须看一下描述所有参数(和结构)的body参数的模型你可以使用: