Description:
URL: service-desk/api/contract-attach-asset

Method: POST

Description : Route to attach asset to contract based on contractId and  assetId

Parameters:

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

Success Response :

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