...
Name | Required | Type | Description | Example |
---|---|---|---|---|
depth_combinations | O | List[Depth Combination] |
| |
order | O | Order |
| |
purchaser | O | Purchaser |
| |
representative | O | Traveler |
|
(2) Type
...
- Order
Name | Required | Type | Description |
---|---|---|---|
channel_order_id | O | String |
|
purchased_at | O | Datetime |
|
purchase_requested_at | X | Datetime |
|
reserved_at | X | Datetime |
|
reservation_requested_at | X | Datetime |
|
sub_total | O | String |
|
discount_method | X | String |
|
discount | X | String |
|
total | O | String |
|
status | O | String |
|
is_voucher | O | Boolean |
|
comment | X | String |
|
currency | O | String |
|
(3) Type - Depth Combination
Name | Required | Type | Description |
---|---|---|---|
channel_product_mapping_code | O | String |
|
dc_code | O | String |
|
quantity | O | Integer |
|
inventory_at | O | Datetime |
|
unit_selling_price | O | String |
|
discount | X | String |
|
discount_method | X | String |
|
amount_price | O | String |
|
tickets | O | List[Ticket] |
|
(4) Type - Purchaser
Name | Required | Type | Description |
---|---|---|---|
is_required_more_information | O | Boolean |
|
name | O | String |
|
national_code | O | String |
|
phone | O | String |
|
O | String |
| |
additional | X | Object |
|
extra | O | String |
|
(5) Type - Ticket
Name | Required | Type | Description |
---|---|---|---|
channel_code | O | String |
|
name | O | String |
|
national_code | O | String |
|
phone | O | String |
|
O | String |
| |
additional | X | Object |
|
extra | X | String |
|
...