v1

latestOpenAPI 3.1.02026-07-261420929.5 KB

Criar sócio de conta

Permite a criação de sócio da conta

post/accounts/{account_id}/owners

Path parameters

account_idstring required

ID da conta

Request body

namestring

Nome do sócio

cpfstring

CPF do sócio sem pontos

emailstring

Email do sócio

phonestring

Telefone do sócio no formato (xx) xxxxx-xxxx

Response

200

idstring
namestring
cpfstring
emailstring
phonestring
kindstring

Example response

{
  "id": "C4AAA97338214A59BA4A662B7D97C3E8",
  "name": "Nome do Sócio",
  "cpf": "06333613053",
  "email": "socio@teste.com",
  "phone": "(11)98765-1234",
  "kind": "owner"
}