properties facilitysummaries (http://api.3plcentral.com/rels/properties/facilitysummaries)
Resource:
Collection: of facilitysummary
C# Rel Const:
Rels.PropertySvc.FacilitySummaryList
URI template:
facilities/summaries{?customerId}
Success status: 200; Response is cacheable
Name Data Type Description
customerId int
Type Description
ResourceList IList<Property.Models.FacilitySummary>
FacilityId int
Name string
TimeZoneName string
Deactivated bool
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/properties/facilitysummary": [
      {
        "facilityId": 1,
        "name": "str",
        "timeZoneName": "str",
        "deactivated": 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.