{
"fancyName": "Zscan Software",
"businessName": "Zscan Software Importacao E Exportacao Ltda - Me",
"documents": {
"number": "05612461000139",
"type": {
"id": 9
}
},
"contacts": {
"phone1": "62 3273-8034",
"phone2": "",
"celphone1": "62 9 98708034",
"celphone2": "",
"email1": "contato@zscansoftware.com",
"email2": "info@zscansoftware.com",
"site": null,
"publicPlace": "QUADRA 28 LT 13",
"number": "309",
"street": "Rua 14",
"neighborhood": "Conjunto Riviera",
"zipCode": "74730250",
"city": {
"id": 977
}
},
"userCreated": {
"id": 1
}
}
curl --location --request POST 'https://prod.your-api-server.com/api/v1/clinic' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fancyName": "Zscan Software",
"businessName": "Zscan Software Importacao E Exportacao Ltda - Me",
"documents": {
"number": "05612461000139",
"type": {
"id": 9
}
},
"contacts": {
"phone1": "62 3273-8034",
"phone2": "",
"celphone1": "62 9 98708034",
"celphone2": "",
"email1": "contato@zscansoftware.com",
"email2": "info@zscansoftware.com",
"site": null,
"publicPlace": "QUADRA 28 LT 13",
"number": "309",
"street": "Rua 14",
"neighborhood": "Conjunto Riviera",
"zipCode": "74730250",
"city": {
"id": 977
}
},
"userCreated": {
"id": 1
}
}'{}