POST api/v2/Manufactor/SwitchStatus
Request Information
URI Parameters
None.
Body Parameters
SwitchModelName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "status": 1, "id": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InvokeReturnName | Description | Type | Additional information |
---|---|---|---|
HasError | boolean |
None. |
|
Code | string |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "hasError": true, "code": "sample string 2", "message": "sample string 3", "data": {} }