Alert!

This is the latest version of the API! It is subject to change and may contain bugs! Use only for testing new features or at your own risk.
Invocation URL: /latest/fastlabel/getopenmanifest

Descripton:

Gets the first open manifest available. If there are no open manifests available, it creates one and returns it.

Parameters:

UserID - If the manifest has to be created, this is the UserID to create against.
AutoImport - Optional, if omitted defaults to 'false'. This sets the AutoImport flag on the manifest, which allows invalid consignments to be added for correction later. It also makes the manifest show up in 'Auto Imported Manifests' instead of 'Open Manifests'.

Returns:

The same data structure as the List Manifests method.

Example:

https://api.fastway.org/latest/fastlabel/getopenmanifest?UserID=96&AutoImport=false&api_key=YOUR_API_KEY

Back to FastLabel