Description
A record for an individual within the Aspire system. Click Contacts for more information.
Resource Overview
| Endpoint | Definition |
| GET/Contacts | Retrieve a list of information related to contacts. |
| POST/Contacts | Add a contact. |
| PUT/Contacts | Update an existing contact record. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| Active | indicates whether company is active or inactive | boolean | |
| ContactTypeID | unique identifier for the contact type | integer(int32) | |
| ContactTypeName | name of the contact | string | Max Length: 20 |