Creating a document
To operate on a document, one must first load it into session. This is achieved by providing the session id in the request body. The session id uniquely identifies a document session and is returned whenever there is a successful create document request.
The create document requests can be made via SOAP (xml) or REST (json) via https://{host}/eSignServer/services/document or https://{host}/eSignServer/document/create endpoints respectively.
NOTE
The definitions for the SOAP (xml) or REST (json) request structures are exposed at
https://{host}/eSignServer/services and at https://{host}/eSignServer/swagger-ui/#/document/createDocument
|