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
CalendarNetworkModuleDeviceRelayLinksSetLinksParam| Name | 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": [
"40a759cc-4737-4e8b-a740-dcdecab99c90",
"610eec55-8680-4a1c-8801-6950b1ec661f"
]
}
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>40a759cc-4737-4e8b-a740-dcdecab99c90</d2p1:guid>
<d2p1:guid>610eec55-8680-4a1c-8801-6950b1ec661f</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.