> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/chuang-jian-ding-dan.md).

# 创建订单

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

验价完成后，用这页创建订单。

### 主要 API

* `order.do`

### 输入

* 验价返回的 `sessionId`
* 乘客信息
* 联系人信息
* 必要时的附加服务选择
* 可选的 `ifSeatOccupied`，用于指定座位占用时的处理模式

### 关键输出

* `orderNo`
* 初始订单状态
* 与订单绑定的航司和价格信息

### 适用场景

* 标准创建订单
* FR 流程中提交确认前的订单
* 带附加服务的预订
* 需要定义座位占用时的履约策略

### 相关页面

* [验价](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/yan-jia.md)
* [支付与出票](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/zhi-fu-yu-chu-piao.md)
* [预订 API](/api-wen-dang/api-can-kao/yu-ding-api.md)

### 完整 API 参考

接口级详情见：

* [创建订单](/api-wen-dang/api-can-kao/yu-ding-api/chuang-jian-ding-dan.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.atriptech.com/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/chuang-jian-ding-dan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
