POST api/lightsandheating/customers/{customerId}/gateways/{gatewayAssetId}/devices/{deviceAssetId}/reminders
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| gatewayAssetId | integer |
Required |
|
| deviceAssetId | integer |
Required |
Body Parameters
ReminderSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderId | globally unique identifier |
None. |
|
| IsActive | boolean |
None. |
|
| Device | DeviceResponse |
None. |
|
| TemperatureSettings | TemperatureSettings |
None. |
|
| MovementSettings | time interval |
None. |
|
| MeterNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderId": "bed4af49-581d-4ea6-ad5d-318703ee093b",
"IsActive": true,
"Device": {
"AssetId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"DeviceType": 1,
"Values": [
{
"$id": "1",
"ValueCategory": 1,
"ValueTime": "2025-12-21T18:48:29.5659457+00:00",
"ValueSubCategory": 1,
"Value": 1.1,
"ValueUnit": 0
},
{
"$ref": "1"
}
]
},
"TemperatureSettings": {
"CompareType": 0,
"Value": 1.1
},
"MovementSettings": "00:00:00.1234567",
"MeterNo": "sample string 3"
}
text/html
Sample:
{"ReminderId":"bed4af49-581d-4ea6-ad5d-318703ee093b","IsActive":true,"Device":{"AssetId":1,"Name":"sample string 2","Description":"sample string 3","DeviceType":1,"Values":[{"$id":"1","ValueCategory":1,"ValueTime":"2025-12-21T18:48:29.5659457+00:00","ValueSubCategory":1,"Value":1.1,"ValueUnit":0},{"$ref":"1"}]},"TemperatureSettings":{"CompareType":0,"Value":1.1},"MovementSettings":"00:00:00.1234567","MeterNo":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.