GET api/package/{packageId}/verification-document
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| packageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DescriptiveResponseOfNotificationAttachmentDTO[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of NotificationAttachmentDTO |
None. |
|
| CoreValue | string |
None. |
|
| IsErrorState | boolean |
None. |
|
| ErrorDescription | string |
None. |
|
| ErrorMetadata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"FileType": "sample string 1",
"File": "QEA="
},
{
"FileType": "sample string 1",
"File": "QEA="
}
],
"CoreValue": "sample string 1",
"IsErrorState": true,
"ErrorDescription": "sample string 3",
"ErrorMetadata": {}
}
application/xml, text/xml
Sample:
<DescriptiveResponseOfArrayOfNotificationAttachmentDTOrubKl81o xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
<CoreValue>sample string 1</CoreValue>
<ErrorDescription>sample string 3</ErrorDescription>
<ErrorMetadata />
<IsErrorState>true</IsErrorState>
<Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
<d2p1:NotificationAttachmentDTO>
<d2p1:File>QEA=</d2p1:File>
<d2p1:FileType>sample string 1</d2p1:FileType>
</d2p1:NotificationAttachmentDTO>
<d2p1:NotificationAttachmentDTO>
<d2p1:File>QEA=</d2p1:File>
<d2p1:FileType>sample string 1</d2p1:FileType>
</d2p1:NotificationAttachmentDTO>
</Value>
</DescriptiveResponseOfArrayOfNotificationAttachmentDTOrubKl81o>