Jupiter ERP
Account API

ContactGroup

Fields, types, and references to other models.

ContactGroup (object)

FieldTypeDescription
contacts_count*integerAmount of contacts assigned to this group
id*integerUnique identifier for the group.
name*stringName of the group.
Example (JSON)
{
  "id": 0,
  "name": "string",
  "contacts_count": 0
}
Schema ContactGroup · Jupiter ERP