Contacts and Individuals-Contact Methods

Number of APIs: 8

  1. Get Contact Method Types GET {{baseUrl}}/api/ContactMethod/Types

  2. Get Contact Methods Types related to the Base Type GET {{baseUrl}}/api/ContactMethod/RelatedTypes?name=<string>

  3. Get a Contact Method GET {{baseUrl}}/api/ContactMethod/:contactMethodId

  4. Create a Contact Method for an Individual POST {{baseUrl}}/api/ContactMethod

  5. Archive a Contact Method PUT {{baseUrl}}/api/ContactMethod/Archive/:contactMethodId

  6. Unarchive a Contact Method PUT {{baseUrl}}/api/ContactMethod/Unarchive/:contactMethodId

  7. Delete a Contact Method DELETE {{baseUrl}}/api/ContactMethod/:contactMethodId

  8. Update a Contact Method PUT {{baseUrl}}/api/ContactMethod/:contactMethodId