Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bundleDocumentId |
The bundle document identifier. |
integer |
Required |
Body Parameters
The bundle document to update.
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. |
Request Formats
application/json, text/json
{
"order": 1,
"verificationDocumentTypeConditionCategory": "sample String 2",
"required": "sample String 3",
"bundle": "4",
"id": "5",
"verificationDocumentType": "1"
}
text/html
{"order":1,"verificationDocumentTypeConditionCategory":"sample String 2","required":"sample String 3","bundle":"4","id":"5","verificationDocumentType":"1"}
application/xml, text/xml
<BundleDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Order>1</Order> <VerificationDocumentTypeConditionCategory>sample String 2</VerificationDocumentTypeConditionCategory> <Required>sample String 3</Required> <BundleId>4</BundleId> <BundleDocumentId>5</BundleDocumentId> <VerificationDocumentTypeId>1</VerificationDocumentTypeId> </BundleDocument>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated bundle document.
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
{
"order": 1,
"verificationDocumentTypeConditionCategory": "sample String 2",
"required": "sample String 3",
"bundle": "4",
"id": "5",
"verificationDocumentType": "1"
}
text/html
{"order":1,"verificationDocumentTypeConditionCategory":"sample String 2","required":"sample String 3","bundle":"4","id":"5","verificationDocumentType":"1"}
application/xml, text/xml
<BundleDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Order>1</Order> <VerificationDocumentTypeConditionCategory>sample String 2</VerificationDocumentTypeConditionCategory> <Required>sample String 3</Required> <BundleId>4</BundleId> <BundleDocumentId>5</BundleDocumentId> <VerificationDocumentTypeId>1</VerificationDocumentTypeId> </BundleDocument>