/
문의 - 투어상품 답변 조회

문의 - 투어상품 답변 조회


1. Get Answer

1) Purpose

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

2) Detail

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

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

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

2. API spec

1) Request

Endpoint

product environment: https://prod.ax-cloud.com/v1/channel/review/tour/<question_code>

test environment: https://test.ax-cloud.com/v1/channel/review/tour/<question_code>

Method

GET

Description

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

Content-Type

application/json

Headers > Authorization

Token {api_key}

2) Path Parameter

Name

Required

Type

Description

Name

Required

Type

Description

question_code

O

string

답변을 식별할 수 있도록 채널에서 생성한 질문의 식별자

3) Response

Name

Type

Description

Name

Type

Description

question_code

string

답변을 식별할 수 있도록 채널에서 생성한 질문의 식별자

answer

string

문의 질문에 대한 답변

{ "question_code": "090a9be0397", "answer": "답변입니다." }
{ "detail": "공급자로부터 아직 답변을 받지 못했습니다." }

5) Error Spec

{'body': '이 필드는 null일 수 없습니다.'}

3. Request Example

1) CURL


 

Related content

문의 - 투어상품 문의 생성
문의 - 투어상품 문의 생성
Read with this
리뷰 - 투어상품 리뷰 생성
리뷰 - 투어상품 리뷰 생성
Read with this
환불 - 투어상품 환불 요청
환불 - 투어상품 환불 요청
Read with this
문의 - 날짜지정형 입장권 답변 조회
문의 - 날짜지정형 입장권 답변 조회
Read with this
요청 - 정책
Read with this
상품 - 투어상품 조회
상품 - 투어상품 조회
Read with this