Versions Compared

Key

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

...

Endpoint

product environment: https://prod.ax-cloud.com/v1/channel/orders/tour/{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

  • AX 내부 주문 상태

  • 취소하고자 하는 티켓 상태를 입력

  • 티켓의 상태는 다음과 같습니다.

    • "New" : 새 티켓
      "Traveler Canceled" : 여행자 취소

comment

X

String

  • 취소 시 남길 주석

...