...
Endpoint | https://prod.ax-cloud.com/v1/channel/orders/day-ticket |
---|---|
Method | POST |
Description | 새 주문 등록 |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
...
Name | Required | Type | Description |
---|---|---|---|
depth_combinations | O | List[Depth Combination] |
|
order | O | Order |
|
purchaser | O | Purchaser |
|
representative | O | Traveler |
|
3) Response
Name | Type | Description | |||
---|---|---|---|---|---|
status_code | Integer |
| |||
data | Object |
| |||
channel_order_code | String |
| |||
channel_order_status | String |
| |||
depth_combinations | list[Object] | ||||
dc_code | string |
| |||
use_date | datetime |
| |||
ax_order_code | string |
| |||
ax_order_status | string |
| |||
quantity | Integer |
| |||
tickets | list[Object] |
| |||
ticket_code | String |
| |||
ticket_status | String |
|
Expand | ||
---|---|---|
| ||
|
4) Error Spec
Expand | ||
---|---|---|
| ||
|
...