POST api/calendar/Analyze
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
Collection of ObjectNone.
Response Formats
application/json
Sample:
[
{},
{}
]
Example Code in C#
No Sample code available.