customers retailers (http://api.3plcentral.com/rels/customers/retailers)
Resource:
Collection: of retailer
C# Rel Const:
Rels.CustomerSvc.Retailers
URI template:
{id}/retailers
Obtain URI from:
Success status: 200; Response is cacheable
Name (* = required) Data Type Description
id * int
Type Description
ResourceList IList<Customer.Models.Retailer>
RetailerId int
RetailerNumber string
Description string
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
LabelUid int
SmartParcelReferences string
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/retailer": [
      {
        "retailerId": 1,
        "retailerNumber": "str",
        "description": "str",
        "customerIdentifier": {
          "externalId": "str",
          "name": "str",
          "id": 3
        },
        "labelUid": 4,
        "smartParcelReferences": "str"
      }
    ]
  }
}

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.