setPackagesPaperedWithDates

This method allows ERP Services to set the date to reflect when multiple packages handled via batch processing will ship (instead of when the packages were printed, which is is an issue when a package is printed prior to shipping). When this web service is called, the completed dates are set to the value passed in the web service. The passed value displays as the completed date when the package is viewed via the tracking ID search in SDX Admin. Note: See the related web service, setPackagePaperedWithDate, which is for use with single packages.

Request Parameters

Parameter Type Requirement Description
username xsd:string mandatory – cannot be null or empty The username of the registered user who is sending the package
password xsd:string mandatory – cannot be null or empty The password of the registered user who is sending the package
encodedPassword xsd:boolean optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
trackingNumber xsd:string mandatory – cannot be null or empty The tracking ID of the original package.
paperCompletedTimestamp xsd:string mandatory – cannot be null or empty The date and time array in UTC.

Response

  • Type: xsd:string
  • Possible return values:
    • “OK” - The paper completed date was set.
    • “ERROR” - an error occurred. This will be followed by a description of the error (e.g. ERROR : Wrong format for trackingNumber)