Skip to content

Instantly share code, notes, and snippets.

@sudheerit11
Created October 30, 2015 06:19
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 sudheerit11/a383f8fcbf0df48fdd01 to your computer and use it in GitHub Desktop.
Save sudheerit11/a383f8fcbf0df48fdd01 to your computer and use it in GitHub Desktop.
{
"meta": {
"code": 200,
"type": "ok"
},
"data": [
{
"pincode": 388450,
"city": "Petlad",
"state": "Gujarat",
"services": [
{
"type": "Rush",
"serviceable": false,
"sla": "Not Serviceable",
"cod_available": false
},
{
"type": "Express",
"serviceable": true,
"sla": "2-3 Days",
"cod_available": false
},
{
"type": "Standard",
"serviceable": false,
"sla": "Not Serviceable",
"cod_available": false
}
]
},
{
"pincode": 600036,
"city": "Chennai City Corporation",
"state": "Tamil Nadu",
"services": [
{
"type": "Rush",
"serviceable": false,
"sla": "Not Serviceable",
"cod_available": false
},
{
"type": "Express",
"serviceable": true,
"sla": "2-3 Days",
"cod_available": true
},
{
"type": "Standard",
"serviceable": true,
"sla": "3-4 Days",
"cod_available": false
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment