Create Container group


                https://api.ocamba.com/v1/hood/groups
            

Creates a new Container group object


Name
Description
colorstring
Group color.


Example: #6d9382

descriptionstring
The more detailed description of the Group.


Example: This is my first group.

item_idsarray
This field isn't readable, it helps you add items to the group on group creation.


Example: ["30677878","44676391","7403921"]

namestringrequired
Group name.


Example: example_group_name
200 Arrow
{
    "name": "first",
    "color" : "#836265",
    "description" : "My first Group",
    "item_ids" : ["30677878", "44676391", "7403921"]
}
200 Arrow
{
    "id": "1535",
    "company_id": "6197120",
    "name": "first",
    "color": "#836265",
    "num_of_items": 3,
    "description": "My first Group",
    "item_ids": [
        "30677878",
        "44676391",
        "7403921"
    ]
}