PUT api/v1/CalendarDataTitles/{id}/CalendarNetworkModuleDeviceRelayLinks
Links calendars to network module device relays. The whole result set must be given when setting links because this method handles both adding/removing of links. If no links are given, clears all calendar's links.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
Parameter containing links
CalendarNetworkModuleDeviceRelayLinksSetLinksParamName | Description | Type | Additional information |
---|---|---|---|
NetworkModuleDeviceRelayIds |
Links. The whole result set must be given when setting links because this method handles both adding/removing of links. If no links are given, clears all calendar's links. |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "NetworkModuleDeviceRelayIds": [ "ca196104-c856-4a47-8d0d-5bb30a75bc57", "8e0a5ff1-004f-4314-b665-6cf19ff85aef" ] }
application/xml, text/xml
Sample:
<CalendarNetworkModuleDeviceRelayLinksParams.CalendarNetworkModuleDeviceRelayLinksSetLinksParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.ws.WebApi.Params"> <NetworkModuleDeviceRelayIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ca196104-c856-4a47-8d0d-5bb30a75bc57</d2p1:guid> <d2p1:guid>8e0a5ff1-004f-4314-b665-6cf19ff85aef</d2p1:guid> </NetworkModuleDeviceRelayIds> </CalendarNetworkModuleDeviceRelayLinksParams.CalendarNetworkModuleDeviceRelayLinksSetLinksParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.