You define document bundles within the client.workflow.portal.supportingDocuments
Type ID. The following example configures a document bundle for a corporate client.
TypeId: client.workflow.portal.supportingDocuments
"bundles": [ { "bundleId": "corporation", "bundleName": "suppDocBundCorporation", "docIds": [ "PhotoId", "BizAdd" ] } ], "documents": [ { "docId": "PhotoId", "docName": "suppDocNamePhotoId" }, { "docId": "BizAdd", "docName": "suppDocNameBizAdd" }, ]
You can configure the user-facing names of bundles and the documents within bundles by adding the key name and the user-facing name to the client.custom.messages.en
Type ID.
TypeId: client.custom.messages.en
"suppDocNameBizAdd": "Proof of Business Address",
JSON Attribute |
Description |
Sample Value |
|
The bundle identifier |
|
|
The bundle name. Set this value in |
suppDocBundCorporation |
|
The document identifier. |
|
|
The document name. Set this value in |
suppDocNameBizAdd |