POST api/v1/CalendarDatas/{id}/CalendarDataSecurityRoleLinks
Adds security role links to calendar data.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Calendar data Id |
globally unique identifier |
Required |
Body Parameters
Parameter containing links which are added
CalendarDataSecurityRoleLinksInsertLinksParamName | Description | Type | Additional information |
---|---|---|---|
SecurityRoleIds |
Security role Ids which are added to calendar data |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SecurityRoleIds": [ "eeada012-8840-4f7b-be21-ef93b3c86904", "6e828854-5458-42a7-9a65-a2c3516e9cc8" ] }
application/xml, text/xml
Sample:
<CalendarDataSecurityRoleLinksParams.CalendarDataSecurityRoleLinksInsertLinksParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.ws.WebApi.Params"> <SecurityRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>eeada012-8840-4f7b-be21-ef93b3c86904</d2p1:guid> <d2p1:guid>6e828854-5458-42a7-9a65-a2c3516e9cc8</d2p1:guid> </SecurityRoleIds> </CalendarDataSecurityRoleLinksParams.CalendarDataSecurityRoleLinksInsertLinksParam>
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.