Update a Signature Request
PUT/v4/signature-requests/:signatureRequestId
This endpoint updates a signature request identified by the signature request ID.
This methos is a partial update, that means that you can update only the fields you want to update.
The signature request must be in DRAFT
state to be able to be updated.
documentIds
and signerIds
are optional but must be globally provided to be able to PUBLISH
the signature request.
That means that you need to provide them at least one time
This method is a part of the Signature Request Creation Api Life Cycle.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 500
The context of the updated signature request.
Bad request error
Unauthorized error
Forbidden
Not Found
Timeout
Internal Error