BusinessOrganisationRiskInventory
BusinessOrganisationRiskInventory
info
**Relationship Instance ** DEFINITION TBD
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| EffectiveToTimestamp | datetime | Timestamp for when the relationship record is valid to | |
| BusinessOrganisationId | GUID | Internal system identifier that indicates related Business Organisation record | |
| EffectiveFromTimestamp | datetime | Timestamp for when the relationship record is valid from | |
| RiskInventoryId | GUID | Internal system identifier that indicates related Risk Inventory record | |
| AuditId | GUID | Internal system reference to audit change control record | |
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use |
Example JSON
[
{
"Id": "9C1A17D2-C53B-406D-A749-00BD8196FF30",
"BusinessOrganisationId": "2F89959F-ADC5-4BE0-9A6A-AA38ABEB61C2",
"RiskInventoryId": "2336F613-F955-4DD9-8381-7469F128C83C",
"EffectiveFromTimestamp": 1622404421787,
"EffectiveToTimestamp": null,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "0256DE65-B1EE-4F73-BD9D-37D95CF6CEE3"
}
]