* @throws PlayTradeApiCallException
*/
public static void main(String[] args) throws IOException, PlayTradeApiCallException
{
//create the dispatch notifcation report
DispatchNotification dispatch_notification = new DispatchNotification();
//create data for each order to be notified
DispatchNotificationRow row_data = new DispatchNotificationRow();
row_data.setOrderId( "5743938475894" ); //the playtrade orderid
row_data.setDispatched("Y"); //the order has been dispatched
row_data.setCarrierId( DispatchNotification.CarrierID.Royal_Mail ); //use playtrades index to their carriers if possible
row_data.setTrackingNo( "tracking_#" ); //the courier tracking number
//add data to the report
dispatch_notification.addRowData(row_data);
//create the call
UploadDispatchNotesCall call = new UploadDispatchNotesCall();
//set the authentication