DELETE api/lightsandheating/customers/{customerId}/gateways/{gatewayAssetId}/devices/{deviceAssetId}/reminders/{reminderId}

Create new reminder for given device

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

Customer who is connected to gateway and devices

integer

Required

gatewayAssetId

Gateway which is connected to device

integer

Required

deviceAssetId

Device where reminder is storred

integer

Required

reminderId

Id of the reminder

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.