Returns requests that haven't been completed between now and a specified date
CountryCode - The country code in which the request took place - Required
Date - A date to check from, for example between [date] and now, if this is not supplied then it will return the last 7 days
A data structure. In JSON, it looks like:
{ { CreateDateUTC: '13/02/2013 3:52:49 a.m.', LabelNumber: '000000000000', Weight: '4', Height: '2', Length: '3', Width: '1', PickupStreet: '1 Lever Street', PickupCity: 'Napier', PickupSuburb: 'Ahuriri', PickupPostalCode: '4110', PickupRF: 'NPE', PickupName: 'Fabian Cook', PickupEmail: 'test@fastway.org', PickupFullAddress: '1 Lever Street Ahuriri Napier 4110', PickupDate: '1/03/2013 12:00:00 a.m.', PickupSpecialInstruction: 'Ring the bell', PickupState: 'NI', PickupContactPhoneNo: '', PickupContactName: 'Fabian', DeliveryStreet: '', DeliveryCity: '', DeliverySuburb: '', DeliveryPostalCode: '', DeliveryRF: '', DeliveryName: '', DeliveryEmail: '', DeliveryFullAddress: '', DeliveryContactName: '' } }
https://sa.api.fastway.org/v1/collections/notcollected?countrycode=6&Date=01/01/2013&api_key=YOUR_API_KEY