vendor-contacts

Create Vendor Contact

Create a new contact for a vendor. Creates the user if they don't exist, then adds a VendorContacts row linking them to the vendor.

post/vendor-contacts/{vendor_id}

Path parameters

vendor_idstring uuid required

Request body

email_addressstring email required
first_namestring required
last_namestring required
rolestring nullable

Response

Successful Response

user_idstring uuid required
user_first_namestring required
user_last_namestring required
email_addressstring required
company_idstring uuid required
profile_picture_urlstring nullable
whats_new_last_viewed_atstring date-time nullable
vendor_contact_idstring uuid required
rolestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.