getUpdatedItemsBetween

This web service generates an XML document that contains information about packages that have been signed, viewed, rejected, or archived on the given date. The packages in the XML are separated with one element per customer containing multiple packages. Each package's element contains the ID, along with the created date or completed date, if present.

Request Parameters

Parameter Type Requirement Description
username xsd:string mandatory – cannot be null or empty The username of the registered user who will send a package
password xsd:string mandatory – cannot be null or empty The password of the registered user who will send a package
encodedPassword flag xsd:boolean optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
from date xsd:string    
to date xsd:string    
sender xsd:string    

Response