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": "dc19656f-13a8-49f2-b76b-8bef6e184af1",
"name": "sample string 2"
},
{
"number": "dc19656f-13a8-49f2-b76b-8bef6e184af1",
"name": "sample string 2"
}
]
}
text/html
Sample:
{"ticketVerified":true,"questionCategories":[{"number":"dc19656f-13a8-49f2-b76b-8bef6e184af1","name":"sample string 2"},{"number":"dc19656f-13a8-49f2-b76b-8bef6e184af1","name":"sample string 2"}]}