Versions Compared

Key

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

...

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

...

Code Block
curl -X 'PATCH' \
  'https://test.ax-cloud.com/v1/channel/orders/tour/915c1218-f41c-492b-bb0b-96177ff4d2ee' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H "Authorization: Token api_key_secret" \
  -d '{
  "channel_order_status": "Traveler cancel",
  "ax_order_status": "Traveler cancel",
  "comment": "여행자의 개인 사정으로 인한 취소"
}'

...