customers retailer (http://api.3plcentral.com/rels/customers/retailer)
Resource:
retailer referencable on customer's contact
C# Rel Const:
Rels.CustomerSvc.Retailer
URI template:
{id}/retailers/{rid}
Obtain URI from:
Success status: 200; ETag response header supplied; Response is cacheable
Name (* = required) Data Type Description
id * int
rid * int
Type Description
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
{
  "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.