createAll

open override fun createAll(entities: Iterable<TEntity>)

Adds (or updates) multiple entities as elements in the collection.

Uses a link with the relation type bulk to determine the URI to POST to. Defaults to the relative URI bulk.

Parameters

entities

The entities to create or modify.

Throws

when the server responds with HttpStatusCode.BadRequest.

when the server responds with HttpStatusCode.Forbidden.

for when the server responds with HttpStatusCode.Conflict.

for other non-success status codes.