URL: v3/service-desk/api/product/attach-asset
Method: POST
Description : Route to attach asset to product based on productId and asset ids
Parameters:
Parameter | Type | Optional/Required | Description |
product id | integer | Required | Product id of the product to attach asset |
asset id | integer | Required | Asset id of the asset to be attached to product |
Success Response :
- {
- “success”:true,
- “Message”:“Asset attached successfully”
- }