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
CalendarDataSecurityRoleLinksInsertLinksParam| Name | 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": [
"b1cd85bd-0002-41a4-9b90-dfe9d9d168a7",
"555981eb-7db5-4f2a-92dd-77afc77d4069"
]
}
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>b1cd85bd-0002-41a4-9b90-dfe9d9d168a7</d2p1:guid>
<d2p1:guid>555981eb-7db5-4f2a-92dd-77afc77d4069</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.