POST api/calendar/checkconflict

Request Information

URI Parameters

None.

Body Parameters

CheckEventConflictModel
NameDescriptionTypeAdditional information
Start

date

None.

End

date

None.

Calendars

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": "2024-10-18T05:28:01.5474874+01:00",
  "End": "2024-10-18T05:28:01.5474874+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>2024-10-18T05:28:01.5474874+01:00</End>
  <Start>2024-10-18T05:28:01.5474874+01:00</Start>
</CheckEventConflictModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>