customers customersummary (http://api.3plcentral.com/rels/customers/customersummary)
Resource:
active customer summary: id, name
C# Rel Const:
Rels.CustomerSvc.Summary
URI template:
{id}/summary
Obtain URI from:
Get a customer summary. Likely won't need to use this. Your application should cache a mapping of customer id to name and URI.
Success status: 200; Response is cacheable
Name (* = required) Data Type Description
id * int customer id
Type Description
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Sample accept: application/hal+json
{
  "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.