Resource:Collection: carrier account manifests by facilityC# Rel Const:Rels.PropertySvc.CarrierAccountManifestListURI template:carrieraccounts/manifests/{externalid}/{facilityid}Obtain URI from:
This method will retrieve manifests for a specific carrier account by facility from a 3rd party.
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
externalid * | string | 3rd party carrier account id |
facilityid * | int |
Type | Description | |
---|---|---|
ResourceList | IList<Property.Models.Manifest> | |
FacilityName | string | |
CarrierAccountNickname | string | |
ManifestId | string | |
CreationDate | DateTime | |
Shipments | int | |
ManifestDownloadLink | string | |
Carrier | string |
{ "_embedded": { "item": [ { "facilityName": "str", "carrierAccountNickname": "str", "manifestId": "str", "creationDate": "2016-12-25T23:00:00", "shipments": 5, "manifestDownloadLink": "str", "carrier": "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.