Lists all the open manifests, with their consignments and consignment items.
None required.
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' }] }] }] }
https://api.fastway.org/v3/fastlabel/list-open-manifests?api_key=YOUR_API_KEY