Get Location
/accounts/{account_id}/locations/{location_id}
Get an existing contact in an account.
Get Location [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"item": {
"id": 5092,
"guid": "50DD24B0-1FA2-11E3-8000-020000000000",
"accountId": 908,
"name": "South Building",
"num": "S",
"rowStatus": 1,
"address": "123 Elm Street",
"city": "Springfield",
"state": null,
"zip": "80982",
"country": "US",
"createdAt": "2014-05-06T19:20:39.773Z",
"createdBy": {
"id": 8972,
"firstName": "Homer",
"lastName": "Simpson"
},
"modifiedAt": "2014-05-06T19:20:39.773Z"
}
}