"href": "https://api.kia.com/v1/accounts/x7y8z9",
"givenName" : "Tony",
"surname": "Stark",
...,
"vehicle": ????
"href": "https://api.kia.com/v1/accounts/x7y8z9",
"givenName" : "Tony",
"surname": "Stark",
...,
"vehicle": {
"href": "https://api.kia.com/v1/vehicles/g4h5i6"
}
"href": "https://api.kia.com/v1/navigations/x7y8z9",
"givenName" : "Tony",
"surname": "Stark",
...,
"items": {
"href": "https://api.kia.com/v1/navigations/x7y8z9/items"
}
GET /accounts/x7y8z9?expand=vehicle
"href": "https://api.kia.com/v1/accounts/x7y8z9",
"givenName" : "Tony",
"surname": "Stark",
...,
"vehicle": {
"href": "https://api.kia.com/v1/vehicles/g4h5i6","name": "Avengers Sportage","creationDate": "2014-04-15T15:55:52.5654",...
}
GET /accounts/x7y8z9?fields=firstName,surName,vehicle(name)
"href": ".../accounts/x7y8z9/vehicles","offset": 0,"limit": 25,"first": { "href": ".../accounts/x7y8z9/vehicles?offset=0"},"previous": null}"next":{ "href": ".../accounts/x7y8z9/vehicles?offset=25"},
"last": { "href": "..."},
"items": [
{ href: "..."},{ href: "..."},...
]}
"status": 409,"code": 40985,"property": "name","message": "A vehicle named 'Avengers Sportage' already exists.","developersMessage": "A vehicle named 'Avengers Sportage' already exists. If you have a stale local cache, please expire it now.","moreInfo": "https://razorfish.attlasian.com/wiki/api/errors/40985"
POST /accounts/x7y8z9?_method=DELETE
ETag: "685584758444e7d744d"
If-None-Match: "685584758444e7d744d"
304 Not Modified