ManifestService
This exposes all services related to Manifest like creating a manifest, finding a manifest, sending a manifest, finding ready to manifests and finding consignments on a manifest.
Methods
| createManifest |
This operation is used to create a manifest for a given carrier, warehouse and transaction type. After the consignments are put onto the manifest, the manifests are automatically electronically sent to the carrier. |
| createManifestAsPdf |
This operation is used to create a the PDF document containing all the manifest information, suitable for handing to the driver. |
| findConsignmentsOnManifest |
This operation is used to find consignments for a specific manifest. |
| findManifests |
This operation is used to find historic manifests. |
| findReadyToManifestRecords |
This operation is used to find consignments for a specific manifest. |
| sendManifest |
This operation is used to send manifest. |
WSDL
We provide a number of systems, each with a specific purpose. You can obtain the specific WSDLs from the sites in question, although they usually use the same version of API.
| Platform | API Version | URL |
|---|---|---|
| Public WSDL | 2.x | http://www.metapack.com/devcentre/sites/default/files/wsdl/2.x/ManifestService.wsdl |
| Public WSDL | 3.x | http://www.metapack.com/devcentre/sites/default/files/wsdl/3.x/ManifestService.wsdl |
|
|
||
| Live URL | 3.x | http://dm-api.metapack.com/api/3.x/services/ManifestService?wsdl |
| Live URL (proxy) | 2.x | http://dm-api.metapack.com/api/2.x/services/ManifestService?wsdl |
|
|
||
| Test 1 URL (legacy) | 2.x | http://test1.metapack.com/dm/services/ManifestService?wsdl |
| Test 2 URL | 3.x | http://test2.metapack.com/api/3.x/services/ManifestService?wsdl |
| Test 2 URL (proxy) | 2.x | http://test2.metapack.com/api/2.x/services/ManifestService?wsdl |

