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": [ "ed6dfd23-f5d0-4b36-b026-535a7ec5d5ad", "96181001-09f6-4b99-b14f-a4e7cb2d246f" ] }
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>ed6dfd23-f5d0-4b36-b026-535a7ec5d5ad</d2p1:guid> <d2p1:guid>96181001-09f6-4b99-b14f-a4e7cb2d246f</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.