Name
(* = required)
|
Data Type | Description |
id
*
|
int |
CustomerID |
|
Type |
Description |
ResourceList |
IList<Customer.Models.CustomerPackingListTemplate>
|
|
TemplateIdentifier |
Generic.Models.PackingListTemplateIdentifier
|
the packing list template id associated with this customer packing list template, used for generating packing list addresses
|
Name |
string
|
|
Id |
int
|
|
LogoUrlOverride |
string
|
if present: overrides logo in Customer.Options.Shipping.PackingListLogoUrl. on GET: url of image; on PUT: url of image -or- {fileExtension}:{base64-encoded image}
|
ShowShippingNotes |
bool
|
packing list report parameter
|
Enabled |
bool
|
CustomerPackingListTemplate enabled status
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
edit |
|
|
-
/rels/orders/packinglistaddresser
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/customer
|
|
Sample accept: application/hal+json
{
"_embedded": {
"http://api.3plCentral.com/rels/customers/packinglisttemplate": [
{
"templateIdentifier": {
"name": "str",
"id": 2
},
"logoUrlOverride": "str",
"footerUrlOverride": "str",
"showShippingNotes": true,
"enabled": true,
"rowVersion": "str"
}
]
}
}