Lists the manifests closed in the last NumDays days
NumDays - The number of days since the close date. Defaults to '2' if omitted.
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-closed-manifests?api_key=YOUR_API_KEY