Batch Create Assignment Favorites

post

/primeapi/restapi/assignmentFavorite/batch

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

Request

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

400 Response

Invalid input for the Assignment Favorite service.