VendorContact
Represents contacts associated with vendors, linking contact records to vendors with an optional category classification.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the vendor contact record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the vendor contact record was created. |
| auditModifiedBy | String | True |
The user who last modified the vendor contact record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the vendor contact record was last modified. |
| categoryName | String | False |
The category name used to classify this vendor contact. |
| contact_Href | String | True |
The URL of the contact associated with this vendor contact record. |
| contact_Id | String | False |
The Id of the contact associated with this vendor contact record. |
| contact_Key | String | False |
The system-assigned key of the contact associated with this vendor contact record. |
| href | String | True |
The URL of the vendor contact resource. |
| id | String | True |
The unique identifier of the vendor contact record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the vendor contact record. |
| vendor_Href | String | True |
The URL of the vendor associated with this vendor contact record. |
| vendor_Id | String | False |
The Id of the vendor associated with this vendor contact record. |
| vendor_Key | String | False |
The system-assigned key of the vendor associated with this vendor contact record. |