Skip to content

Instantly share code, notes, and snippets.

@ranbogmord
Created March 24, 2016 18:07
Show Gist options
  • Save ranbogmord/f981fd36676ec4cfbf42 to your computer and use it in GitHub Desktop.
Save ranbogmord/f981fd36676ec4cfbf42 to your computer and use it in GitHub Desktop.
{
"id": 12345,
"regnumber":"ABC123",
"brand":"KIA",
"model":"CEED",
"year": 2013,
"assurance_id": "GPV",
"assurance_subtype":"STANDARD",
"assurance_status": "ACTIVE",
"created":"2014-03-12",
"vehicle_meta": {
"assurance_start": "2014-03-12" #etc
},
"services": [
{
"id": 12345,
"meter": 1500,
"date": "2014-03-12",
"created": "2014-03-12"
},
{
"id": 123456,
"meter": 16500,
"date": "2015-03-15",
"created": "2015-03-15"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment