Jupiter ERP
Account API

Attach contacts to groups

/api/account/contacts/groups/attach

POSTHTTP
post/api/account/contacts/groups/attach

Beispielanfrage

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

Code
curl -X POST 'https://api.jupiter-erp.com/api/account/contacts/groups/attach' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "contact_ids": [
    0
  ],
  "group_ids": [
    0
  ]
}'

Request Body

Optional

FeldTypBeschreibung
contact_idsinteger[]

array

Elemente

integer

group_idsinteger[]

array

Elemente

integer

Beispiel Request
{
  "contact_ids": [
    0
  ],
  "group_ids": [
    0
  ]
}

Antworten

204OK

Kein JSON-Schema dokumentiert.

Contacts

Fragen zur Integration?

POST /api/account/contacts/groups/attach · Jupiter ERP