...
Name | Required | Type | Description |
---|---|---|---|
status | O | String |
|
3) Response
Name | Type | Description | |
---|---|---|---|
status_code | Integer | 정상 처리 시 200 | |
data | Object | - | |
channel_order_code | String | 취소된 티켓이 종속된 채널의 주문 식별자 | |
ax_order_code | String | 취소된 티켓이 종속된 AX의 주문 식별자 | |
ticket_code | String | 취소된 티켓의 식별자 | |
ax_status | String | 취소된 티켓의 상태 |
Expand | ||
---|---|---|
| ||
|
4) Error Spec
Expand | ||
---|---|---|
| ||
|
...
Code Block |
---|
curl -X 'PATCH' \ 'https://prod.ax-cloud.com/v1/channel/orders/day-ticket/b9872ed4-12c5-4fb5-ae18-4f39b11ee912/tickets/915c1218-f41c-492b-bb0b-96177ff4d2ee' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ \ "status": "3Traveler Canceled" }' |