Create a Document
POST/v4/applications/:appId/envs/:appEnv/init-documents
This endpoint allow to initialize a document.
A document is linked to a signature request.
Before providing the content of the document, each document need to be initialized.
This create a document object that will be used to link document.
This method is a part of the Signature Request Creation Api Life Cycle.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 500
A simple container including the id of the document initializad.
Bad request error
Unauthorized error
Forbidden
Not Found
Timeout
Internal Error