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": "f422f44e-cad9-4711-ac25-5da9f6aa4596",
"IsActive": true,
"Device": {
"AssetId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"DeviceType": 1,
"Values": [
{
"$id": "1",
"ValueCategory": 1,
"ValueTime": "2026-02-27T00:54:47.4267363+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":"f422f44e-cad9-4711-ac25-5da9f6aa4596","IsActive":true,"Device":{"AssetId":1,"Name":"sample string 2","Description":"sample string 3","DeviceType":1,"Values":[{"$id":"1","ValueCategory":1,"ValueTime":"2026-02-27T00:54:47.4267363+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.