Create a new entity group
Creates a new entity container and returns it. By default a top-level group; pass kind “division” (optionally with a parentId) to create a division.
Headers
Project ID to specify the project context
Body
Group name
"Premium Brands"
What this container is. "group" is a top-level group; "division" can sit under a group or stand alone. Immutable after creation. Defaults to "group".
group, division Parent group for a division. Only divisions can have a parent, and the parent must be a group. Omit to create a top-level group or a standalone division.
"018f3a2b-7c4d-7e91-b3f5-2a6c8d0e1f42"
Response
What this container is: a top-level "group" or a "division". Immutable.
group, division Parent group ID. Set only on divisions that belong to a group; null on top-level groups and standalone divisions.