Description:
URL: service-desk/api/problem-attach-asset/{problemId}

Method: POST

Description : Route to attach asset to problem based on problemId and  assetId

Parameters:

Parameter Type Optional/Required Description
problem id integer Required Problem id of the problem to attach change
asset ids integer Required Asset ids of the assets to be attached to problem is passed through request

Success Response :

  1. {
  2. “success”:true,
  3. “Message”:“Asset Attached Successfully”
  4. }
Tagged: