This method declines a package.
| Parameter | Type | Requirements | Description |
|---|---|---|---|
| Username | xsd:string | mandatory - cannot be null or empty | Login Credentials. |
| password | xsd:string | mandatory - cannot be null or empt | Login Credentials. |
| pwordEncoded | xsd:boolean | optional - can be null (indicates false) | Indicates if the password parameter is MD5 hash and base64 encoded. |
| MsgID | xsd:string | mandatory - cannot be null or empty | The received package ID of the package to decline (ends in –R). The ID must be of a package that the authorising user is a recipient of. |
Response Type: String
XML Example
<?xml version="1.0" encoding="UTF-8"?> <Package> <PackageDetail> <Message>Declined</Message> </PackageDetail></Package>