Edit BIA Data of a Business Component

Edits the BIA data of a business component registered in the Organization module. This feature is only available if the Continuity module was installed. Note that even if this tab is disabled in the system its information will still be available.

 

URL

{RMUrl}/api/Organization/businesscomponents/<BusinessComponentCode>/BiaData

 

REQUEST METHOD

PUT

 

URL PARAMETER

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

 

FORM CONTENT

ImpactMeasure (Optional): Impact score of the business component. Valid values: positive numbers from 0 to 10000.

ImpactMeasureExecutionDate (Optional): Date of the last calculation of the Impact Score for the business component.

RevisionExpirationDate (Optional): Expiration date for the revision of the business component.

IsCritical (Optional): Indicates whether or not the business component is critical. Valid values: "true" or "false".

ImpactTable (Optional): Table of impact scores of the business component. Valid values: positive numbers from 0 to 10000.

 

Note: The "null" value in the fields of the Impact Table means that the value will be ignored.

 

FORM CONTENT EXAMPLE

{

"ImpactMeasure":7,

"ImpactMeasureExecutionDate":"\/Date(1347903446980-0300)\/",

"RevisionExpirationDate":"\/Date(1573332400000-0200)\/",

"IsCritical":true,

"ImpactTable":[

{"Caption":"ImageImpact","Date":[30.00,10.00,7.00,6.00,3.00,1.00]},

{"Caption":"FinancialImpact","Date":[300.00,200.00,150.00,100.00,80.00,50.00]},

{"Caption":"RegulatoryImpact","Date":[1.00,2.00,3.00,4.00,5.00,6.00]},

{"Caption":"OperationalImpact","Date":[50.00,40.00,30.00,20.00,10.00,5.00]}

]

}

 

SUCCESS RESPONSE

HTTP status code 204: NoContent