Resource:Collection: Returns a container manifest list for reprintC# Rel Const:Rels.OrderSvc.ContainerManifestsURI template:parcels/containermanifestsObtain URI from:
This method will retrieve container manifests.
Success status: 200
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 |
{ "_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.