Created
September 25, 2013 13:09
-
-
Save RobertoSchneiders/6699342 to your computer and use it in GitHub Desktop.
retorno de AquisicaoClientesSysmoService
This file contains hidden or 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
[ | |
{ | |
"id": 1, | |
"bloqueado": 0, | |
"codigo": "1234", | |
"nome": "Conta Oeste Ltda", | |
"bases": [ | |
{ | |
"id": 1, | |
"nome": "Primeira Base" | |
}, | |
{ | |
"id": 2, | |
"nome": "Segunda Base" | |
} | |
], | |
"clientes": [ | |
{ | |
"id": 4, | |
"bloqueado": 0, | |
"codigo": "666", | |
"nome": "TESTE BETO", | |
"administrador": { | |
"id": 1, | |
"nome": "Conta Oeste Ltda" | |
}, | |
"baseTributaria": null | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment