GET api/WorkOrder/VpsOrder/GetInstallDropDown
下拉框
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfListOfinstallName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of install |
None. |
|
HasErrors | boolean |
None. |
|
Success | boolean |
None. |
|
AllMessages | string |
None. |
|
Messages | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "text": "sample string 1" }, { "text": "sample string 1" } ], "HasErrors": true, "Success": false, "AllMessages": "sample string 1\r\nsample string 2", "Messages": [ "sample string 1", "sample string 2" ] }
text/javascript
Sample:
{"Data":[{"text":"sample string 1"},{"text":"sample string 1"}],"HasErrors":true,"Success":false,"AllMessages":"sample string 1\r\nsample string 2","Messages":["sample string 1","sample string 2"]}