Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bundleId |
The bundle identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of bundle documents.
Collection of Pico.BundleDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| order |
Gets or sets the order of the bundle document. |
integer |
None. |
| verificationDocumentTypeConditionCategory |
Gets or sets the verification document type condition category. |
string |
None. |
| required |
Gets or sets whether the document is required. See . |
string |
None. |
| bundle |
Gets or sets the bundle identifier. |
integer |
None. |
| id |
Gets or sets the bundle document identifier. |
integer |
None. |
| verificationDocumentType |
Gets or sets the verification document type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"order": 1,
"verificationDocumentTypeConditionCategory": "sample String 2",
"required": "sample String 3",
"bundle": "4",
"id": "5",
"verificationDocumentType": "1"
},
{
"order": 1,
"verificationDocumentTypeConditionCategory": "sample String 2",
"required": "sample String 3",
"bundle": "4",
"id": "5",
"verificationDocumentType": "1"
}
]
text/html
Sample:
[{"order":1,"verificationDocumentTypeConditionCategory":"sample String 2","required":"sample String 3","bundle":"4","id":"5","verificationDocumentType":"1"},{"order":1,"verificationDocumentTypeConditionCategory":"sample String 2","required":"sample String 3","bundle":"4","id":"5","verificationDocumentType":"1"}]
application/xml, text/xml
Sample:
<ArrayOfBundleDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BundleDocument>
<Order>1</Order>
<VerificationDocumentTypeConditionCategory>sample String 2</VerificationDocumentTypeConditionCategory>
<Required>sample String 3</Required>
<BundleId>4</BundleId>
<BundleDocumentId>5</BundleDocumentId>
<VerificationDocumentTypeId>1</VerificationDocumentTypeId>
</BundleDocument>
<BundleDocument>
<Order>1</Order>
<VerificationDocumentTypeConditionCategory>sample String 2</VerificationDocumentTypeConditionCategory>
<Required>sample String 3</Required>
<BundleId>4</BundleId>
<BundleDocumentId>5</BundleDocumentId>
<VerificationDocumentTypeId>1</VerificationDocumentTypeId>
</BundleDocument>
</ArrayOfBundleDocument>