POST api/Questions/AnswersOrder
取得訂單提問問題類別
Request Information
URI Parameters
None.
Body Parameters
AnswersOrder_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| type |
取得估價單類別內容類型 0 為 提問 1 為 異動/取消服務 (估價單進度為估價完成(待付款)) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"type": 2
}
text/html
Sample:
{"Ticket":"sample string 1","type":2}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取得訂單提問問題類別
AnswersOrder_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryList |
問題類別 |
Collection of Answers_questionCategories |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"categoryList": [
{
"number": "e0762e5b-b2cb-4bae-87be-7d4ec4293a19",
"name": "sample string 2"
},
{
"number": "e0762e5b-b2cb-4bae-87be-7d4ec4293a19",
"name": "sample string 2"
}
],
"ticketVerified": true
}
text/html
Sample:
{"categoryList":[{"number":"e0762e5b-b2cb-4bae-87be-7d4ec4293a19","name":"sample string 2"},{"number":"e0762e5b-b2cb-4bae-87be-7d4ec4293a19","name":"sample string 2"}],"ticketVerified":true}