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

Descripton:

Close an existing manifest and generate a runsheet. Closing a manifest is a important procedural action.

Parameters:

ManifestID - The manifest which is to be closed.
UserID - The UserID (from List Users) who is creating the manifest. Optional only if the Account only has one user.

Returns:

A data structure like so:

{
    'result': [
        {
            'ManifestID': 149466,
            'Closed': 'true'  ,
            'pdf': 'http://cw.api.fastway.org/FastLabel_Manifest_print.aspx?ID=149466&CustomerUserID=205&Stream=true'        
        }
    ],
    'generated_in': '268ms'
}
You can follow the link found in the pdf result to return a pdf stream

Example:

https://au.api.fastway.org/v2/fastlabel/closemanifest/104409/54?api_key=YOUR_API_KEY

Back to FastLabel