POST api/AppraisalOrder/AppraisalOrderReason
取得取消估價單原因類別
Request Information
URI Parameters
None.
Body Parameters
AppraisalOrderReason_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
取得取消估價單原因類別
AppraisalOrderReason_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| categoryList |
類別清單 |
Collection of OrderCancelReason_category |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"categoryList": [
{
"number": "sample string 1",
"name": "sample string 2"
},
{
"number": "sample string 1",
"name": "sample string 2"
}
]
}
text/html
Sample:
{"ticketVerified":true,"categoryList":[{"number":"sample string 1","name":"sample string 2"},{"number":"sample string 1","name":"sample string 2"}]}