POST api/calendar/isvaliddaterange
Request Information
URI Parameters
None.
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json
            Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}
        Response Information
booleanResponse Formats
application/json
            Sample:
true
Example Code in C#
No Sample code available.