Create a Calendar

post

/primeapi/restapi/calendar

Send a request to this endpoint to create a calendar. An application object will be created using the JSON data provided in the request body.

Request

Supported Media Types
Body ()
A calendar object.
Root Schema : ApiEntityCalendar
Type: object
Show Source
Nested Schema : calendarExceptions
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityCalendarException
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityCalendar
Type: object
Show Source
Nested Schema : calendarExceptions
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityCalendarException
Type: object
Show Source

400 Response

Invalid input for the calendar service. Verify the request contains valid data, then resubmit the request.