POST api/calendar/checkconflict
Request Information
URI Parameters
None.
Body Parameters
CheckEventConflictModelName | Description | Type | Additional information |
---|---|---|---|
Start | date |
None. |
|
End | date |
None. |
|
Calendars | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "Start": "2025-04-08T10:01:29.8122199+01:00", "End": "2025-04-08T10:01:29.8122199+01:00", "Calendars": null }
application/xml, text/xml
Sample:
<CheckEventConflictModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services.Models"> <Calendars xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <End>2025-04-08T10:01:29.8122199+01:00</End> <Start>2025-04-08T10:01:29.8122199+01:00</Start> </CheckEventConflictModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>