/dataAccess/archiveDocumentContainer/
¶
Archives the document container with the given identifier.
Request
POST {{server}}/VPE/dataAccess/archiveDocumentContainer/
Content-Type: application/json
{
"DeviceId": "device-id",
"SessionId": "...",
"ContainerId": "..."
}
- ArchiveDocumentContainerRequest.ContainerId¶
=
ContainerId
Unique identifier of the document container that should be archived.
Response
{
"Success": true,
"Message": "Operation executed successfully."
}