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
ReminderSettingsName | 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": "6bafbc06-da93-42f8-9a1e-078588629c2e", "IsActive": true, "Device": { "AssetId": 1, "Name": "sample string 2", "Description": "sample string 3", "DeviceType": 1, "Values": [ { "$id": "1", "ValueCategory": 1, "ValueTime": "2025-05-19T22:53:10.3422833+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":"6bafbc06-da93-42f8-9a1e-078588629c2e","IsActive":true,"Device":{"AssetId":1,"Name":"sample string 2","Description":"sample string 3","DeviceType":1,"Values":[{"$id":"1","ValueCategory":1,"ValueTime":"2025-05-19T22:53:10.3422833+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.