VendorContact
A contact person at a vendor company.
namestring
Full name of the contact.
Example:
Maria Torresemailstring<email>
Email address of the contact.
Example:
maria.torres@pacificingredients.comphonestring
Phone number including country code.
Example:
+1-555-0198isPrimaryboolean
Whether this is the primary contact for the vendor. Exactly one contact per vendor is flagged as primary.
Example:
trueVendorContact
{
"name": "Maria Torres",
"email": "maria.torres@pacificingredients.com",
"phone": "+1-555-0198",
"isPrimary": true
}