PATCH 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

Reminder object which will be updated

JsonPatchDocumentOfReminderSettings
NameDescriptionTypeAdditional information
Operations

Collection of OperationOfReminderSettings

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.