Skip to content

Instantly share code, notes, and snippets.

@RobertoSchneiders
Created September 25, 2013 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertoSchneiders/6699342 to your computer and use it in GitHub Desktop.
Save RobertoSchneiders/6699342 to your computer and use it in GitHub Desktop.
retorno de AquisicaoClientesSysmoService
[
{
"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