POST api/Questions/AnswersOther
一般提問問題類別
Request Information
URI Parameters
None.
Body Parameters
AnswersOther_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
一般提問問題類別
AnswersOther_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| questionCategories |
問題類別 |
Collection of Answers_questionCategories |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"questionCategories": [
{
"number": "4b1b3342-1c8b-41e2-9a37-00c8ebb5613c",
"name": "sample string 2"
},
{
"number": "4b1b3342-1c8b-41e2-9a37-00c8ebb5613c",
"name": "sample string 2"
}
],
"ticketVerified": true
}
text/html
Sample:
{"questionCategories":[{"number":"4b1b3342-1c8b-41e2-9a37-00c8ebb5613c","name":"sample string 2"},{"number":"4b1b3342-1c8b-41e2-9a37-00c8ebb5613c","name":"sample string 2"}],"ticketVerified":true}