...
티켓은 주문의 일부분 입니다. 티켓의 취소는 주문의 부분 취소를 의미 합니다.
티켓을 취소하면 주문의 부분 취소를 할 수 있습니다.
채널에서 구매자가 주문의 부분 취소를 했고, 이를 Channel에서 확정했으며, AX와 동기화 요청을 위해 사용합니다.
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Endpoint | product environment: https://prod.ax-cloud.com/v1/channel/orders/day-ticket/{ax_order_code}/tickets/{ticket_code} test environment: https://test.ax-cloud.com/v1/channel/orders/tour/{ax_order_code}/tickets/{ticket_code} |
---|---|
Method | PATCH |
Description | 티켓 상태 변경주문 부분 취소(티켓 취소) |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
2) Body Parameter
Name | Required | Type | Description |
---|---|---|---|
status | O | String |
|
comment | X | String |
|
3) Response
Name | Type | Description | |
---|---|---|---|
status_code | Integer | 정상 처리 시 200 | |
data | Object | - | |
channel_order_code | String | 취소된 티켓이 종속된 채널의 주문 식별자 | |
ax_order_code | String | 취소된 티켓이 종속된 AX의 주문 식별자 | |
ax_order_status | String | 취소된 티켓이 종속된 AX의 주문의 상태 | |
| ax_ticket_code | String | 취소된 티켓의 식별자 |
| ax_ticket_status | String | 취소된 티켓의 상태 |
...
Expand | ||
---|---|---|
| ||
|
...