API Resources
Contact
| API | Description |
|---|---|
| GET Contacts |
Search for contact records |
| POST Contacts/Search |
Search for contact records |
| POST Contacts |
Create the given contact record |
| GET Contact/{id} |
Get a contact record by it's id |
| PUT Contact/{id} |
Update the given contact record |
| DELETE Contact/{id} |
Delete contact by contact id |
ContactType
| API | Description |
|---|---|
| GET ContactTypes |
Search for contact type records |
| GET ContactType?contactType={contactType} |
Gets the specified contact type from the database |
| POST ContactTypes |
Creates a new contact type from the info provided |
| PUT ContactType?contactTypeName={contactTypeName} |
Update the given Contact Type record |
| DELETE ContactType?contactType={contactType} |
Delete a contact type by the ContactType1 field |