Batch Create References

post

/primeapi/restapi/entityReference/batch

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

Request

Supported Media Types
Body ()
One or more entity reference objects. Each object must conform to the ApiEntityEntityReference schema.
Root Schema : List<ApiEntityEntityReference>
Type: array
Title: List<ApiEntityEntityReference>
Show Source
Nested Schema : ApiEntityEntityReference
Type: object
Show Source

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityEntityReference
Type: object
Show Source

400 Response

Invalid Input.