DataBolsa docs
Referência da APIClientes

Criar família (agrupamento de clientes)

POST
/v1/advisor/orgs/{org}/families
AuthorizationBearer <token>

In: header

Path Parameters

orgstring
namestring
Length2 <= length
note?string

Response Body

curl -X POST "https://api.databolsa.com/v1/advisor/orgs/string/families" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "id": "string",
  "name": "string",
  "note": "string",
  "created_at": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string"
}