POST v6/conditioning/equipment/updatestatus
Update Status for equipment
Request Information
URI Parameters
None.
Body Parameters
EquipmentUpdateStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EquipmentId | integer |
None. |
|
| Status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"equipmentId": 1,
"status": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.