POST api/Questions/AnswersPro
商品提問問題類別
Request Information
URI Parameters
None.
Body Parameters
AnswersPro_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1"
}
text/html
Sample:
{"Ticket":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
商品提問問題類別
AnswersPro_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| questionCategories |
問題類別 |
Collection of Answers_questionCategories |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"questionCategories": [
{
"number": "eb1a9a7b-849d-4911-a286-28e6cd5eddbd",
"name": "sample string 2"
},
{
"number": "eb1a9a7b-849d-4911-a286-28e6cd5eddbd",
"name": "sample string 2"
}
]
}
text/html
Sample:
{"ticketVerified":true,"questionCategories":[{"number":"eb1a9a7b-849d-4911-a286-28e6cd5eddbd","name":"sample string 2"},{"number":"eb1a9a7b-849d-4911-a286-28e6cd5eddbd","name":"sample string 2"}]}