Vendor Contact

Update a specific vendor contact

put/api/vendors/{vendorId}/contacts/{contactId}

Path parameters

vendorIdstring required

The id of the vendor to modify contacts for

contactIdstring required

The id of the vendor contact.

Request body

firstNamestring required

First name

lastNamestring nullable

Last name

positionstring nullable

Position / Job Title

phonestring nullable

Phone number

cellPhonestring nullable

Cellphone number

emailstring email nullable

Email address

faxstring nullable

Fax number

notesstring nullable

Internal notes about this contact.

emailPurchaseOrdersboolean nullable

Whether this contact should receive purchase order emails. When omitted, the existing value is preserved.

Response

Vendor contact updated