Vendors

Update Vendor

Update vendor company/contact link

put/vendors/{id}

Path parameters

idinteger required

Request body

company_idinteger nullable

Set to link the vendor to a company (contact_id will be cleared if omitted)

contact_idinteger nullable

Set to link the vendor to a contact (company_id will be cleared if omitted)

Example request

{
  "company_id": 45
}

Response

Successful operation