This documentation is for the v6 (stable) version of the API.
Invocation URL: /v6/fastlabel/addmanifest

Descripton:

Add a new manifest to the list of open manifests. Note: In most cases you should be using Get Open Manifest instead, unless Get Open Manifest isnt returning any open manifests or you need a manifest for a specific MultiBusiness.

Parameters:

UserID - The UserID (from List Users) who is creating the manifest. Optional only if the Account only has one user.
Description - A short description to describe the manifest (Optional).
MultiBusinessID - The BusinessID (from List MultiBusiness Businesses) to create the manifest under. Optional, if omitted the manifest will be created under the parent company.
AutoImport - true or false, used to mark the Manifest as AutoImport (Optional). If this is true then you must mark it complete once finished, see Mark manifest complete

Returns:

A data structure like so:

{
    'result': [
        {
            'ManifestID': 104409,
            'Description': 'Hello',
            'MultiBusinessID': null,
            'CreateDate': '2012-04-16 23:13:16',
            'PrintDate': null,
            'CreatedBy_UserID': 96,
            'AutoImport': null
        }
    ],
    'generated_in': '268ms'
}

Example:

https://au.api.fastway.org/v6/fastlabel/addmanifest?api_key=YOUR_API_KEY

Back to FastLabel