customers customersummaries (http://api.3plcentral.com/rels/customers/customersummaries)
Resource:
Collection: of customersummary
C# Rel Const:
Rels.CustomerSvc.Summaries
URI template:
summaries
Obtain URI from:
Get active customer summary collection.
Success status: 200; Response is cacheable
none
active customers
Type Description
ResourceList IList<Customer.Models.CustomerSummary>
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/customersummary": [
      {
        "customerIdentifier": {
          "externalId": "str",
          "name": "str",
          "id": 3
        }
      }
    ]
  }
}

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.