POST api/EdCalGroup/IgnoreEntities
Request Information
URI Parameters
None.
Body Parameters
EdCalGroupIgnoreEntitiesDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EdCalIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "id": 1, "edCalIds": [ 1, 2 ] }
text/plain
Sample:
{"id":1,"edCalIds":[1,2]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.