URL: v3/service-desk/api/product/attach/vendor

Method: POST

Description : Route to attach vendor to product based on productId and vendor ids

Parameters:

Parameter Type Optional/Required Description
product id integer Required Product id of the product to attach vendor
vendor id integer Required Vendor id of the vendor to be attached to product

Success Response :

  1. {
  2. “success”:true,
  3. “Message”:“Vendor attached successfully”
  4. }
Tagged: