Criar Estabelecimento
POST
/customer
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "BUSINESS",
"representative_id": 68,
"responsible": {
"email": "gabriel@winnerbi.com.br",
"document": "41913750833",
"first_name": "Gabriel",
"phone": "19971425466",
"birthdate": "1994-09-06"
},
"address": {
"state": "SP",
"zip_code": "04576020",
"street": "Rua George Ohm",
"neighborhood": "Cidade Monções",
"city": "São Paulo",
"complement": "181",
"number": "300"
},
"format": "LTDA",
"cnae": "6619302",
"document": "85288889000107",
"phone_number": "19971425466",
"email": "gabriel@winnerbi.com.br",
"birthdate": "2020-05-05",
"revenue": 10000,
"first_name": "Winner Business Intelligence LTDA",
"last_name": "Winner Business"
}'
Response Response Example
{}
Requisição
Parâmetros Bodyapplication/json