Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

1. Get Answer

1) Purpose

  • 채널이 AX Cloud 등록한 특정 상품의 여행자 문의에 대한 답변을 조회 합니다.

2) Detail

  • 상품 별로 문의를 등록하고 답변을 조회할 수 있습니다.

  • 답변 생성 여부도 조회하여 확인할 수 있습니다.

  • 유효한 API Key를 Request Header에 토큰으로 입력해야만 호출 가능합니다.

2. API spec

1) Request

Endpoint

구현 예정

Method

GET

Description

특정 Product의 문의 답변을 조회 합니다.

Content-Type

application/json

Headers > Authorization

Token {api_key}

Headers > Channel

Code {channel_code}

2) Query Parameter

  • 구현 예정

3) Response

  • 구현 예정

4) Response Example

  • 구현 예정

5) Error Spec

  • 구현 예정

3. Request Example

1) CURL

  • 구현 예정

...