Associate an Asset with Business Components

Allows an asset to be associated with one or more tactical business components.

 

URL

{RMUrl}/api/Organization/assets/<AssetCode>/businesscomponents

 

REQUEST METHOD

POST

 

URL PARAMETER

AssetCode: This parameter is provided in the URL and does not need to be sent through POST.

 

FORM CONTENT

Name (Required): Name of business component.

Type (Optional): Type of the business component.

 

FORM CONTENT EXAMPLES

[

{"Name": "IT Dept","Type":"Organizational System"},

{"Name": "Marketing Dept","Type":"Custom"}

]

 

SUCCESS RESPONSE

HTTP status code 204: NoContent