...
2. API spec
1) Request
Endpoint | product environment: https://prod.ax-cloud.com/v1/channel/review/day-ticket/<product_id> |
---|---|
Method | POST |
Description | 채널의 리뷰 정보를 생성 합니다. |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
2) Body Parameter
Name | Required | Type | Description | |
---|---|---|---|---|
channel_order_code | X | String |
| |
review_score_type | O | Choice from { ONE_FIVE_STAR, ZERO_FIVE_STAR,GOOD_OR_BAD, NO_SCORE } |
| |
review_score | X | Integer |
| |
title | X | String |
| |
body | O | String |
| |
reviewed_at | O | DateTime | YYYY-MM-DD hh:mm
| |
reviewer_info | X | Object |
| |
name | X | String |
| |
phone | X | String |
| |
X | String |
|
...
Expand | ||
---|---|---|
| ||
|
...