latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Vendors
Create new contact
post/vendors/{id}/contacts
Path parameters
idinteger required
ID of the vendor
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Request body
Example request
{
"role": "Team Lead",
"email": "john@doe.com",
"phoneNumber": "1234567890",
"extension": "4682"
}Response
Successfully created contact
Example response
{
"id": 135,
"role": "Team Lead",
"email": "john@doe.com",
"phoneNumber": "1234567890",
"extension": "4682",
"vendorId": 432
}