CustomerContact
Represents contact associations for customers, linking contacts to customers with a named category.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the customer contact record. |
| auditCreatedDateTime | Datetime | The date and time when the customer contact record was created. |
| auditModifiedBy | String | The user who last modified the customer contact record. |
| auditModifiedDateTime | Datetime | The date and time when the customer contact record was last modified. |
| categoryName | String | The category name that describes the role of the contact for this customer. |
| contact_Href | String | The URL of the contact associated with this customer contact record. |
| contact_Id | String | The Id of the contact associated with this customer contact record. |
| contact_Key | String | The system-assigned key of the contact associated with this customer contact record. |
| customer_Href | String | The URL of the customer associated with this customer contact record. |
| customer_Id | String | The Id of the customer associated with this customer contact record. |
| customer_Key | String | The system-assigned key of the customer associated with this customer contact record. |
| href | String | The URL of the customer contact resource. |
| id | String | The unique identifier of the customer contact record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the customer contact record. |