This documentation is for the v1 (stable) version of the API.
Invocation URL: /v1/fastlabel/list-closed-manifests

Descripton:

Lists the manifests closed in the last NumDays days

Parameters:

NumDays - The number of days since the close date. Defaults to '2' if omitted.

Returns:

A data structure like so (in JSON):

{

    'result': [{
            'ManifestID': 51076,
            'CreateDate': '2011-08-10 22:26:44',
            'Description': null,
            'AutoImport': true,
            'AutoImportCompleteDate': '2011-08-10 22:26:44',
            'MultiBusinessID': null,
            'Consignments': [{
                    'ConsignmentID': 641821,
                    'AccountNumber': '',
                    'CompanyName': '',
                    'Address1': 'Cnr Ferries & Mcdonald Roads',
                    'Address2': '',
                    'City': 'ACACIA BAY',
                    'PostCode': '3330',
                    'SpecialInstruction1': '',
                    'SpecialInstruction2': '',
                    'SpecialInstruction3': '',
                    'ContactEmail': '',
                    'ContactPhone': '',
                    'ContactMobile': '',
                    'ContactName': '',
                    'CreateDate': '2011-08-11 10:26:44',
                    'DestinationFranchise': '',
                    'ThirdPartyConsignmentID': null,
                    'SenderFirstName': '',
                    'SenderLastName': '',
                    'SenderContactNumber': '',
                    'NotificationEmailSent': false,
                    'Items': [{
                       'ItemID': 794325,
                       'CreateDate': '2011-08-10 22:27:02',
                       'Reference': 'RE046039460A',
                       'Packaging': '1',
                       'Weight': 2,
                       'WeightCubic': 0,
                       'PrintDate': '2011-08-10 22:27:02',
                       'ExcessLabelCount': 0,
                       'LabelColour': 'RED',
                       'LabelNumber': 'FW0000206105'
                    }]
             }]
      }]
}

Example:

https://api.fastway.org/v1/fastlabel/list-closed-manifests?api_key=YOUR_API_KEY

Back to FastLabel