You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-29Lines changed: 30 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ signNow.Net is the official .NET 4.5+ and .NET Standard class library for the si
12
12
13
13
Get your account at <https://www.signnow.com/developers>
14
14
15
-
## <aname="table-of-contents"></a>Table of Contents
15
+
## Table of Contents
16
16
17
17
1.[Get started](#get-started)
18
18
2.[Platform dependencies](#platform-dependencies)
@@ -61,7 +61,7 @@ Get your account at <https://www.signnow.com/developers>
61
61
-[Important notes](#important-notes)
62
62
7.[License](#license)
63
63
64
-
## <aname="get-started"></a>Get started
64
+
## Get started
65
65
66
66
To start using the API you will need an API key. You can get one here <https://www.signnow.com/api>. For a full list of accepted parameters, refer to the signNow REST Endpoints API guide: [signNow API Reference][api reference link].
67
67
@@ -73,7 +73,7 @@ To start using the API you will need an API key. You can get one here <https://
### <aname="create-user"></a>Creates an account for a user
144
+
### Creates an account for a user
145
145
146
146
By default verification email is not sent to newly created User.
147
147
To send it - use `IUserService.SendVerificationEmailAsync(string email)`
@@ -181,9 +181,9 @@ public static partial class UserExamples
181
181
182
182
More examples: [Create User][create_user example], [Retrieve User information][get_user_info example], [Sends verification email to a user][send_verification example], [Change User details][update_user example], [Sends password reset link via email][reset_password example], [Get modified documents][get_modified_docs example], [Get user documents][get_user_docs example]
183
183
184
-
## <aname="document"></a>Document
184
+
## Document
185
185
186
-
### <aname="upload-document"></a>Upload a document to signNow
186
+
### Upload a document to signNow
187
187
188
188
All the features in signNow require a `document_id`. Once you upload a document to signNow, you get the `document_id` from a successful response.
189
189
@@ -215,9 +215,9 @@ public static class DocumentExamples
215
215
}
216
216
```
217
217
218
-
More examples: [Upload document][upload_document example], [Upload document with field extract][upload_doc_extract example]
218
+
More examples: [Upload document][upload_document example], [Upload document with field extract][upload_doc_extract example], [Upload document with complex tags][upload_document_complex_tags]
219
219
220
-
### <aname="download-document"></a>Download a document from signNow
220
+
### Download a document from signNow
221
221
222
222
Choose the type of download for your document:
223
223
@@ -250,7 +250,7 @@ public static class DocumentExamples
250
250
251
251
More examples: [Download signed document][download_signed_doc example]
252
252
253
-
### <aname="merge-documents"></a>Merge two or more signNow documents into one
253
+
### Merge two or more signNow documents into one
254
254
255
255
Merges two or more signNow documents into one single PDF file.
256
256
@@ -288,7 +288,7 @@ public static partial class DocumentExamples
288
288
289
289
More examples: [Merge document][merge_documents example]
290
290
291
-
### <aname="create-signing-link"></a>Create a signing link to the document for signature
291
+
### Create a signing link to the document for signature
292
292
293
293
Signing link - a single-use link to a document that requires a signature. When the document is signed (or the signer declines to sign it), the link is no longer valid.
294
294
Having followed the link, signers can click anywhere on the document to sign it.
@@ -328,7 +328,7 @@ public static partial class DocumentExamples
328
328
329
329
More examples: [Create signing link][create_sign_lnk example], [Check signing status][check_sign_status example]
330
330
331
-
### <aname="create-freeform-invite"></a>Create a freeform invite to the document for signature
331
+
### Create a freeform invite to the document for signature
332
332
333
333
*Freeform invite* - an invitation to sign a document which doesn't contain any fillable fields.
334
334
@@ -372,7 +372,7 @@ public static partial class InviteExamples
372
372
373
373
More examples: [Create freeform invite][create_ff_invite example]
374
374
375
-
### <aname="create-role-based-invite"></a>Create a role-based invite to the document for signature
375
+
### Create a role-based invite to the document for signature
376
376
377
377
*Role-based invite* - an invitation to sign a document which contains at least one fillable field assigned to one role.
378
378
@@ -427,7 +427,7 @@ public static partial class InviteExamples
427
427
428
428
More examples: [Create role-based invite][create_rb_invite example]
429
429
430
-
### <aname="create-embedded-invite"></a>Create embedded signing invite to the document for signature
430
+
### Create embedded signing invite to the document for signature
431
431
432
432
```csharp
433
433
publicstaticpartialclassInviteExamples
@@ -465,7 +465,7 @@ public static partial class InviteExamples
More about the InheritDoc [here](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/examples#document-a-hierarchy-of-classes-and-interfaces)
586
586
587
-
### <aname="important-notes"></a>Important notes
587
+
### Important notes
588
588
589
589
Thanks to all contributors who got interested in this project. We're excited to hear from you. Here are some tips to make our collaboration meaningful and bring its best results to life:
590
590
@@ -596,15 +596,15 @@ Thanks to all contributors who got interested in this project. We're excited to
596
596
597
597
- When reporting a bug, please, provide full system information. If possible, add a test that helps us reproduce the bug. It will speed up the fix significantly.
598
598
599
-
## <aname="license"></a>License
599
+
## License
600
600
601
601
This SDK is distributed under the MIT License, see [LICENSE][license link] for more information.
602
602
603
603
#### API Contact Information
604
604
605
-
If you have questions about the signNow API, please visit [signNow API Reference][api reference link] or email [email protected].<br>
605
+
If you have questions about the signNow API, please visit [signNow API Reference][api reference link] or email [email protected].<br/>
0 commit comments