//set the orders to be notified
call.setDispatchNotification(dispatch_notification);
//make the call to the playtrade API
call.callUploadDispatchNotes();
System.out.println("SUCCESS: Submitted Dispatch Notification feed to PlayTrade '" + call.getBatchfile().getAbsolutePath() + "'");
}