Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Documents: managing and processing documents (certificates and envelops) in DocuSign.
    - We can download PDF documents and envelops from DocuSign.
    Each document should be wrapped to envelope. Envelope can contain one or several documents.
    You need provide EnvelopeId and DocumentId for getting document:

    Code Block
    /api/v1/Documents/Document/{EnvelopeID}/{DocumentID}

    Or you can download envelop with documents inside:

    Code Block
    /api/v1/Documents/Envelop{EnvelopeID}

    You can also download all signed envelops:

    Code Block
    /api/v1/Documents/Envelops


    - Convert Html document to PDF

  2. EVE: generating QR code for links to EVE

  3. Signing: signing documents (Html. PDF, JPG and MS Office docs) in DocuSign
    There are 3 ways to sign document:

    1. Embedded

    2. Email Request

    3. Template

  4. Users: managing DocuSign users
    - Create DocuSign user
    - Update user information
    - Delete user
    These action actions require Admin scop

Versioning

...