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
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/customer
|
|
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"
}
]
}
}