|
Method
|
POST
|
|
URL
|
/v2/<object_full_identifier>/<record_uuid>/<multiple_relationship_full_identifier>
|
|
Parameters
|
<null>
Request body: list of record UUIDs to relate
|
|
Response Content Type
|
application/json
|
POST https://localhost:8080/v2/io_role/39b59cc4-692c-4e65-be55-6ac96ae7d2f7/io_users
[ "759db0ad-ab90-441c-a7b7-8e2028b26edc",
"30dd574d5a-c7bf-11e0-b724-001ec950a80f",uuid3,
...
]
|
HTTP Status Code
|
Error Message
|
|---|---|
|
400
|
The body of the request did not contain any data.
|
|
404
|
The record specified to relate the records was not found or some of the records to relate were not found
|
|
400
|
Error adding relationship Records. Exception={...}
|
|
500
|
Internal Server error
|