POST:entities.json
POST:entities.json
Description
Create a new entity.
Even though API takes array as body, creating only one entity at a time is allowed. API looks like that for consistency reasons.
Topic: Entities
Query Parameters
Unique entity identifier. See also: Unique Identifiers
Example: ?entity_id=en_EQzGqWoY
Request Body
Array of EntityCreate
[ { "name": "FooBar Inc.", "organization_id": "og_EQzGqWoY" } ]
Response Body
Array of Entity
Response Body Type
Loading module