Contacts and Individuals-Contact Notes
Number of APIs: 11
-
Get Contact Note Types GET {{baseUrl}}/api/ContactNote/Types
-
Get Contact Note Query Options GET {{baseUrl}}/api/ContactNote/QueryOptions
-
Get the Important Notes for a Contact GET {{baseUrl}}/api/ContactNote/Important/ByContact/:contactId?sortBy=<string>&descending=<boolean>&skip=<integer>&take=<integer>
-
Get the Notes for a Contact GET {{baseUrl}}/api/ContactNote/ByContact/:contactId?sortBy=<string>&descending=<boolean>&skip=<integer>&take=<integer>
-
Get a Note GET {{baseUrl}}/api/ContactNote/:noteId
-
Create a Note for a Contact POST {{baseUrl}}/api/ContactNote
-
Create a Note using an Email POST {{baseUrl}}/api/ContactNote/Email
-
Update a Note PUT {{baseUrl}}/api/ContactNote/:noteId
-
Delete a Note DELETE {{baseUrl}}/api/ContactNote/:noteId
-
Query Contact Notes POST {{baseUrl}}/api/ContactNote/Query?skip=<integer>&take=<integer>