Skip to content

Instantly share code, notes, and snippets.

@pedrobrasileiro
Last active December 17, 2015 10:09
Show Gist options
  • Save pedrobrasileiro/5592330 to your computer and use it in GitHub Desktop.
Save pedrobrasileiro/5592330 to your computer and use it in GitHub Desktop.
Formato JSON WS VRHR
{
"result": {
"message": "MESSAGE_SERVER", // Status Description
"status": 1 // Positive for Success, Negative or ZERO for Errors,
"establishments" : [
{
"address": "ALBERTO CRAVEIRO",
"cep": 60860000,
"city": "FORTALEZA",
"complementNumber": "",
"corporateName": "MAKRO ATACADISTA LTDA.",
"district": "DIAS MACEDO",
"idEstablishment": 13190042000001,
"latitude": -3.7869737,
"longitude": -38.5171504,
"name": "RESTAURANTE MAKRO",
"number": 507,
"products": [
{
"id": "00001",
"name": "VR"
},
{
"id": "02001",
"name": "SODEXO"
}
],
"typeAddress": "AVENIDA",
"uf": "CE"
},
{
"address": "WASHINGTON SOARES",
"cep": 60811340,
"city": "FORTALEZA",
"complementNumber": "",
"corporateName": "COMPANHIA BRASILEIRA DE DISTRIBUIÇÃO",
"district": "AGUA FRIA",
"idEstablishment": 25100399000001,
"latitude": -3.7593345,
"longitude": -38.4833264,
"name": "COMPRE BEM",
"number": 85,
"products": [
{
"id": "00001",
"name": "VR"
},
{
"id": "02001",
"name": "SODEXO"
}
],
"typeAddress": "AVENIDA",
"uf": "CE"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment