stopPackageExpiry

This method is used to stop a package from expiring.

Request Parameters

Parameter Type Requirement Description
username xsd:string mandatory – cannot be null or empty The username of the registered user who sent the package or a Compliance Officer. If neither of these apply, an error is returned per trackingID.
password xsd:string mandatory – cannot be null or empty The password of the registered user who sent the package
encodedPassword xsd:boolean optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
trackingIDs xsd:string mandatory – cannot be null or empty The tracking ID of the package to which expiration is to be stopped. IDs must be sent packages and can be with or without the -s. Tracking IDs must be separated with a semicolon (;). For example: 12345;67890;112233-S;445566-S;77889

Response Example

OK=12345; ok=67890 ;11233=Not the sender, cannot stop package expiring;445566=could not find tracking ID; 778899=package has already expired