Jupiter ERP
Account API

BulkContactsGroupsRequest

Fields, types, and references to other models.

BulkContactsGroupsRequest (object)

FieldTypeDescription
contact_idsinteger[]

array

Elements

integer

group_idsinteger[]

array

Elements

integer

Example (JSON)
{
  "contact_ids": [
    0
  ],
  "group_ids": [
    0
  ]
}
Schema BulkContactsGroupsRequest · Jupiter ERP