Allows business components to be associated with one or more business components or assets.
URL
{RMUrl}/api/Organization/businesscomponents/<BusinessComponentCode>/associations
REQUEST METHOD
POST
URL PARAMETER
BusinessComponentCode: This parameter is provided in the URL and does not need to be sent through POST.
FORM CONTENT
Name (Required): Name of business component. Limit of 400 characters.
Level (Optional): Type of the business component.
REQUEST EXAMPLE
{RMUrl}/api/Organization/businesscomponents/78395d3d-d7e6-4938-9682-b5bd3c5be422/associations
FORM CONTENT EXAMPLE
For associating with business components:
[
{"Name":"IT Department","Level":"Organizational System"},
{"Name":"Marketing Department","Level":"Custom"}
]
SUCCESS RESPONSE
HTTP status code 204: NoContent