orders containermanifest (http://api.3plcentral.com/rels/orders/containermanifest)
Resource:
Operator: Create a container manifest
C# Rel Const:
Rels.OrderSvc.ContainerManifest
URI template:
parcels/containermanifest
Obtain URI from:
-
Finalize parcel shipment for orders
Success status: 200
none
Type Description
Ids List<int>
ContainerType string
ShipmentNumber string
ContainerId string
ContainerFormat string
ContainerLayout string
ManifestDate string
ExpArrivalDate string
Notes string
Url string
Sample content-type: application/hal+json
{
  "ids": [
    1
  ],
  "containerType": "str",
  "shipmentNumber": "str",
  "containerId": "str",
  "containerFormat": "str",
  "containerLayout": "str",
  "manifestDate": "str",
  "expArrivalDate": "str",
  "notes": "str",
  "url": "str"
}
Type Description
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
{
  "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.