deliveryService() Method
In ScheduleService, use the deliveryService() method to deliver a document from source to destination through the specified delivery channel.
Signature
String deliveryService(DeliveryRequest deliveryRequest, String userID, String password);
Parameters for deliveryService() Method
Parameter | Description |
---|---|
DeliveryRequest deliveryRequest |
The DeliveryRequest object. See DeliveryRequest. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |