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

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Parameter containing links

CalendarNetworkModuleDeviceRelayLinksSetLinksParam
NameDescriptionTypeAdditional 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": [
    "b90e47e5-8bea-483e-ab4c-485d6bc087b1",
    "47c4c2e8-8da2-4b5b-a82f-43a44f23d4df"
  ]
}

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>b90e47e5-8bea-483e-ab4c-485d6bc087b1</d2p1:guid>
    <d2p1:guid>47c4c2e8-8da2-4b5b-a82f-43a44f23d4df</d2p1:guid>
  </NetworkModuleDeviceRelayIds>
</CalendarNetworkModuleDeviceRelayLinksParams.CalendarNetworkModuleDeviceRelayLinksSetLinksParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.