Update process
Overwrites the package’s entire process with the supplied steps. The body is a 2D array: the outer array is the ordered list of steps, and each inner array is the set of actors that run in parallel within that step. The same step-ordering and actor-type rules as Create process step apply.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
"00000000-0000-0000-0000-000000000000"
Body
- Signer
- Approver
- Form filler
- Receiver
Signs one or more signing fields
The type of action an actor performs on a package, and the discriminator across the actor variants.
- FormFiller - fills TextBoxField, CheckBoxField, RadioGroup and ComboBoxField (NSEV v8.5+) elements; does not sign or approve. Must be placed in the first process step.
- Approver - approves a document as fit for signing, before any signer acts. Must be placed in the first process step (may share it with FormFillers).
- Signer - signs one or more signing fields.
- Receiver - receives a copy of the fully signed document; takes no action and must be placed in the last process step.
Signer A stakeholder's unique identifier
"00000000-0000-0000-0000-000000000000"
suppress the notifications for this actor
Url to which the stakeholder is redirected after completing this action
The actor's elements
Parameters for creating a signing field
- New signing field on a document
- Existing element by Id
When stakeholder gets redirected after completing this action
- afterSession - Redirect after signing session is ended, but before package is completed (only important for last signer).
- immediately - Redirect as soon as possible.
- afterDelay - Redirect after some delay (defined on frontend).
- afterCompletion - Redirect after the package is completed.
Only valid together with RedirectUrl - the API rejects RedirectType without it.
AfterSession, Immediately, AfterDelay, AfterCompletion URL to which the end user is sent after pressing close session button
"https://homepage.example.test"
Response
Process steps were updated