Jupiter ERP
Account API

Create contact group

/api/account/contact-groups

POSTHTTP
post/api/account/contact-groups

Beispielanfrage

POST https://api.jupiter-erp.com/api/account/contact-groups

Code
curl -X POST 'https://api.jupiter-erp.com/api/account/contact-groups' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "name": "string"
}'

Request Body

Optional

FeldTypBeschreibung
name*string
Beispiel Request
{
  "name": "string"
}

Antworten

201Created
FeldTypBeschreibung
contacts_count*integerAmount of contacts assigned to this group
id*integerUnique identifier for the group.
name*stringName of the group.
Beispiel Response
{
  "id": 0,
  "name": "string",
  "contacts_count": 0
}
ContactGroups

Fragen zur Integration?

POST /api/account/contact-groups · Jupiter ERP