cURL
curl --request POST \ --url https://prd.der-connect.eliagroup.eu/api/v1/collectives/{collectiveId}/entities \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
{ "entities": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": "<any>", "type": "Household" }
Adds an Entity to a Collective and returns that Collective with a list of Entities, including the newly added Entity.
Access Token Authentication
The id of the Collective
The Entity to add
A request to add an Entity
OK
A Collective
Was this page helpful?