This method is an extension to the getExtendedPackageStatus message (see the getExtendedPackageStatus). This method works in the same way but takes a further parameter indicating whether the viewed status of attachments (if any) should be included in the response. It also returns <signed> and <rejected> elements as part of a <PackageStatus> section. So the Request Parameters are identical to those of getExtendedPackageStatus with the following addition.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| includeAttachments | xsd:boolean | mandatory – cannot be null or empty | An optional parameter which is used to denote whether the viewed status of attachments (if any) should be included in the response. |
Type: xsd:string
Possible return values:
<Package> <PackageDetail> <Id>226004</Id> <Sender>from@wkfs.com</Sender> <SubmittedBy>mywsclient@wkfs.com</SubmittedBy> <ReplyTo></ReplyTo> <Subject>Loan Number=123456:Comment=Wibble</Subject> <LoanNumber>123456</LoanNumber> <Comment>Wibble</Comment> <NumberOfAttachments>1</NumberOfAttachments> <Attachments> <Attachment> <Name>adresscover.pcl</Name> </Attachment> </Attachments> </PackageDetail> <PackageStatuses> <PackageStatus> <Recipient>to@wkfs.com</Recipient> <Received>2006-11-07 15:04:00</Received> <Viewed>2006-11-07 15:05:31</Viewed> <Purged></Purged> <Recalled></Recalled> <Signed>2006-11-07 15:06:40</Signed> <Rejected></Rejected> <PaperRequested></PaperRequested> <PaperCompleted></PaperCompleted> <PaperNote></PaperNote> <AttachmentStatuses> <AttachmentStatus> <Name>adresscover.pcl</Name> <Viewed>2006-11-07 15:06:29</Viewed> </AttachmentStatus> </AttachmentStatuses> </PackageStatus> </PackageStatuses> </Package>