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 :
- {
- “success”:true,
- “Message”:“Vendor attached successfully”
- }