Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
titleStatus Code : 200 Response: 취소 완료된 값
Code Block
{
  "channel_order_code": "d96b3ed4-12c5-4fb5-ae22-4f39b11ee980",
  "ax_order_status": "New",
  "ax_order_code": "b9872ed4-12c5-4fb5-ae18-4f39b11ee912",
  "ax_ticket_code": "827c0381-f41c-492b-bb0b-88229ff4d2ee",
  "ax_ticket_status": "Traveler Canceled",
}

...

Expand
titleStatus Code : 403 Cause: 유효하지 않은 API Key 혹은 Channel Code
Code Block
{'messagedetail': '이 작업을 수행할 권한(permission)이 없습니다.'}
Expand
titleStatus Code : 404 Cause: 유효하지 않은 order_code, ticket_code
Code Block
{'messagedetail': '찾을 수 없습니다.'}

3. Request Example

...