Update Location
/accounts/{account_id}/locations/{location_id}
Update Location [PUT]
Update an existing location on an account.
Authorization: Admin, Web, Mobile
Request
Body {
"name": "South Building",
"num": "S",
"address": "123 Elm Street",
"city": "Springfield",
"state": "",
"zip": "80982",
"country": "US"
}
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"
}
}