...
3) Response
Name | Type | Description | |||
---|---|---|---|---|---|
status_code | Integer | 정상 처리 시 200 | |||
data | List[Object] | 인벤토리 리스트Object | |||
depth_combination | List | 뎁스 콤비네이션 코드 | |||
inventory_code | String | 인벤토리 코드 | |||
date | Date | 날짜 | |||
start_time | Time | 투어 시작 시간 | |||
day_of_the_week | String | 요일 | |||
is_order | Boolean | 판매 유무 | |||
max_quantity | Integer | 최초 생성 재고 | |||
min_quantity | Integer | 최소 출발 인원으로 ordered_quantity가 이 값 보다 높아야 Tour가 진행된다. | |||
remain_quantity | Integer | 남은 재고 | |||
ordered_quantity | Integer | 주문 갯수 | |||
depth_combination_id | String | 인벤토리 연관된 옵션 아이디 |
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
5) Error Spec
Expand | ||
---|---|---|
| ||
|
...