orders containermanifests (http://api.3plcentral.com/rels/orders/containermanifests)
Resource:
Collection: Returns a container manifest list for reprint
C# Rel Const:
Rels.OrderSvc.ContainerManifests
URI template:
parcels/containermanifests
Obtain URI from:
This method will retrieve container manifests.
Success status: 200
none
Type Description
ResourceList IList<Order.Models.ContainerManifest>
Ids List<int>
ContainerType string
ShipmentNumber string
ContainerId string
ContainerFormat string
ContainerLayout string
ManifestDate string
ExpArrivalDate string
Notes string
Url string
Sample accept: application/hal+json
{
  "_embedded": {
    "str": [
      {
        "ids": [
          1
        ],
        "containerType": "str",
        "shipmentNumber": "str",
        "containerId": "str",
        "containerFormat": "str",
        "containerLayout": "str",
        "manifestDate": "str",
        "expArrivalDate": "str",
        "notes": "str",
        "url": "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.