Contacts and Individuals-Contact Notes

Number of APIs: 11

  1. Get Contact Note Types GET {{baseUrl}}/api/ContactNote/Types

  2. Get Contact Note Query Options GET {{baseUrl}}/api/ContactNote/QueryOptions

  3. Get the Important Notes for a Contact GET {{baseUrl}}/api/ContactNote/Important/ByContact/:contactId?sortBy=<string>&descending=<boolean>&skip=<integer>&take=<integer>

  4. Get the Notes for a Contact GET {{baseUrl}}/api/ContactNote/ByContact/:contactId?sortBy=<string>&descending=<boolean>&skip=<integer>&take=<integer>

  5. Get a Note GET {{baseUrl}}/api/ContactNote/:noteId

  6. Create a Note for a Contact POST {{baseUrl}}/api/ContactNote

  7. Create a Note using an Email POST {{baseUrl}}/api/ContactNote/Email

  8. Update a Note PUT {{baseUrl}}/api/ContactNote/:noteId

  9. Delete a Note DELETE {{baseUrl}}/api/ContactNote/:noteId

  10. Query Contact Notes POST {{baseUrl}}/api/ContactNote/Query?skip=<integer>&take=<integer>