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": [ "325a7fb6-aad0-4a5f-982f-c554fc5d98b2", "503b6c9e-875b-40b5-9f06-be62416237c1" ] }
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>325a7fb6-aad0-4a5f-982f-c554fc5d98b2</d2p1:guid> <d2p1:guid>503b6c9e-875b-40b5-9f06-be62416237c1</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.