Batch Create Calendars

post

/primeapi/restapi/calendar/batch

Send a request to this endpoint to create one or more calendars. An application object will be created for each JSON object provided in the request body.

Request

Supported Media Types
Body ()
One or more calendar objects.
Root Schema : List<ApiEntityCalendar>
Type: array
Title: List<ApiEntityCalendar>
Show Source
Nested 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 : schema
Type: array
Show Source
Nested 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.