This method consents 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 empty | 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 consent (ends in –R). The ID must be of a package that the authorizing user is a recipient of. |
Response Type: String
XML Example
<?xml version="1.0" encoding="UTF-8"?> <Package> <PackageDetail> <Message>Consented</Message> </PackageDetail> </Package>