Batch Create References

post

/api/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

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityEntityReferenceInput>
Type: array
Title: List<ApiEntityEntityReferenceInput>
Show Source
Nested Schema : ApiEntityEntityReferenceInput
Type: object
Title: ApiEntityEntityReferenceInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityEntityReference>
Type: array
Title: List<ApiEntityEntityReference>
Show Source
Nested Schema : ApiEntityEntityReference
Type: object
Title: ApiEntityEntityReference
Show Source

400 Response

Invalid Input.
Back to Top