SetDocumentsPortalVisibilityRequest
Shows or hides one or more documents in the client portal.
Documents already in the requested state are unaffected.
Properties
| Name | Type | Description |
|---|---|---|
| documentCodes* | array of string | The codes of the documents to show or hide. Duplicates are ignored. |
The codes of the documents to show or hide. Duplicates are ignored. | ||
| visible* | boolean | True to make the documents visible in the client portal, false to hide them. |
True to make the documents visible in the client portal, false to hide them. | ||
JSON Example
{
"documentCodes": [
"string"
],
"visible": false
}