Create Location
/accounts/{accountid}/locations
Create Location [POST]
Create a new location within an account.
Authorization: Admin, Web, Mobile
Request
Body {
"name": "South Building",
"num": "S",
"address": "123 Elm Street",
"city": "Springfield",
"state": null,
"zip": "80982",
"country": "US"
}
Response 200
Body
{
"item": {
"id": 5092,
"guid": "50DD24B0-1FA2-11E3-8000-020000000000",
"accountId": 908,
"num": "LD2",
"name": "Loading Dock",
"address": "123 Elm Street",
"city": "Simpson",
"state": null,
"zip": "80982",
"country": "US",
"rowStatus": 1,
"createdAt": "2014-05-06T19:20:39.773Z",
"createdBy": 8729,
"modifiedAt": "2014-05-06T19:20:39.773Z"
}
}