Bulk Actions
Bulk extend package expiry date
Extends the expiry date of multiple packages at once, making expired documents accessible again. Documents within a package expire on the same date as the package.
The call is processed asynchronously and returns a bulk action session identifier; poll the package bulk action session to follow its progress.
POST
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
An unique identifier of the created bulk action session.
A bulk action session unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
Previous
Bulk skip actorsSkips actors who have not yet acted on the specified packages.
Set `Target` to `ToSigners` to skip approvers and form fillers and move the
packages to the signing phase, or to `ToFinished` to skip any remaining signers
and end the signing flow of the packages.
The call is processed asynchronously and returns a bulk action session
identifier; poll the package bulk action session to follow its progress.
Next
Error