Created
August 19, 2020 00:14
-
-
Save pedroribeirodev/5eeabea16e6f1cd4a0e57b82fc53756d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"petshop": { | |
"trade_name": "Petshop Test 3", | |
"register_name": "Petshop Test", | |
"document": "83.770.616/0001-79", | |
"telephone": "(31)3521-0765", | |
"legal_responsible": "Emanuel da Silva", | |
"category": "Petshop", | |
"description": "Nosso petshop é uma clínica especializada em bem-estar. Desde 1995, atendemos ao melhor estilo mineiro: qualidade, profissionalismo e uma recepção de primeira para você e seu melhor amigo." | |
}, | |
"address": { | |
"cep": "30.000-000", | |
"street": "Alameda Itabirito", | |
"state": "Minas Gerais", | |
"city": "Ibirite", | |
"number": 1785, | |
"complement": "atras dp açai do ze", | |
"neighborhood": "Centro" | |
}, | |
"bank": { | |
"bank_name": "260 - Nu Pagamentos S.A.", | |
"agency": "0001", | |
"account": "778899-4", | |
"full_name": "Maria Eduarda Santos Silva", | |
"document": "012.345.678" | |
}, | |
"deliveries": [ | |
2 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment