customers packinglisttemplates (http://api.3plcentral.com/rels/customers/packinglisttemplates)
Resource:
Collection: of packinglisttemplate
C# Rel Const:
Rels.CustomerSvc.PackingListTemplates
URI template:
{id}/packinglisttemplates
Get a list of all PackingListTemplates (including their enabled status) for the specified customer
Success status: 200; Response is cacheable
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}
FooterUrlOverride string if present: overrides footer in Customer.Options.Shipping.PackingListFooterUrl. 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
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"
      }
    ]
  }
}

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.