The response data contract for downloading a digital official document.
Inheritance Hierarchy
PASI.DataContract.SystemOfficialDocumentResponse
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The OfficialDocumentResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OfficialDocumentResponse |
Properties
Name | Description | |
---|---|---|
Document | (Required)
The base64 encoded digital official document PDF.
| |
DocumentOrderItemId | (Required)
The id of the digital official document order that is being downloaded.
| |
FileName | (Required)
The name of the file that is being downloaded.
| |
PASICoreVersion | (Required)
The PASI version of the related document order item.
| |
Rejections |
A list of rejections generated by the service call
|
See Also