customers customerbriefs (http://api.3plcentral.com/rels/customers/customerbriefs)
Resource:
skinny customers
C# Rel Const:
Rels.CustomerSvc.CustomerBriefs
URI template:
briefs{?selectTop,selectBottom,rql,sort}
Obtain URI from:
INTERNAL USE ONLY to support SmartUI shift-click multi-selection
Success status: 200
Name Data Type Description
selectTop int the first customer to return from the sorted list; null = don't trim top
selectBottom int the last customer to return from the sorted list; null = don't trim bottom
rql string refers to Customer model properties; see RQL documentation
sort string refers to Customer model properties; see RQL documentation
Type Description
ResourceList IList<Customer.Models.CustomerBrief>
CustomerId int
CompanyName string
Deactivated bool
Sample accept: application/hal+json
{
  "_embedded": {
    "item": [
      {
        "customerId": 1,
        "companyName": "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.