Skip to main content

VendorContact

A contact person at a vendor company.

namestring

Full name of the contact.

Example: Maria Torres
emailstring<email>

Email address of the contact.

Example: maria.torres@pacificingredients.com
phonestring

Phone number including country code.

Example: +1-555-0198
isPrimaryboolean

Whether this is the primary contact for the vendor. Exactly one contact per vendor is flagged as primary.

Example: true
VendorContact
{
"name": "Maria Torres",
"email": "maria.torres@pacificingredients.com",
"phone": "+1-555-0198",
"isPrimary": true
}