properties locationsbyfacbriefs (http://api.3plcentral.com/rels/properties/locationsbyfacbriefs)
Resource:
skinny locations
C# Rel Const:
Rels.PropertySvc.LocationListByFacBriefs
URI template:
facilities/{id}/locations/briefs{?selectTop,selectBottom,rql,sort,excludeAuditing}
Obtain URI from:
INTERNAL USE ONLY to support SmartUI shift-click multi-selection
Success status: 200
Name (* = required) Data Type Description
id * int facility id
selectTop int the first location to return from the sorted list; null = don't trim top
selectBottom int the last location to return from the sorted list; null = don't trim bottom
rql string see RQL documentation
sort string see RQL documentation
excludeAuditing bool true: filters out locations contained in an active audit; however, this makes the response not cacheable.
Type Description
ResourceList IList<Property.Models.LocationBrief>
LocationId int
Name string
Deactivated bool
HasInventory bool
Sample accept: application/hal+json
{
  "_embedded": {
    "item": [
      {
        "locationId": 1,
        "name": "str",
        "deactivated": true,
        "hasInventory": true
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.