Submit a document for signing

Update document and save signs

put
Authorizations
x-api-keystringRequired
Path parameters
documentIdstringRequired
Body
titlestringRequired
signeeSignatureTypestringRequired
graphicalRepresentationTypestring · enumRequiredPossible values:
Responses
chevron-right
200

Document updated successfully

No content

put
/services/documents/{documentId}
200

Document updated successfully

No content

Start document signing by defining all attributes. After the request is processed, the document becomes availble in the portal. If the automatic email sending is enabled, users are being notified about a document delegated to sign.

signeeSignatureTypestring · enum

Type of signature. Only signatures of the same type ("EASY" or "QUALIFIED") can be stored in one folder. Adding another document of different signature type to the same folder will result in an error.

Example: EASY

Possible values: QUALIFIED or EASY

graphicalRepresentationTypestring · enum

Type of graphical representation. Defaults to LAST_PAGE. CUSTOM to set custom location.

Example: LAST_PAGE

Possible values: NONE or LAST_PAGE or FIRST_PAGE or CUSTOM

skipAccountCreation boolean

Skipping account creation for EASY signature. Defaults to false

Example: false

Last updated