ControlBusinessOrganisation
ControlBusinessOrganisation
info
**Relationship Instance ** DEFINITION TBD
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| EffectiveToTimestamp | datetime | Timestamp for when the relationship record is valid to | |
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| ControlId | GUID | Internal system identifier that indicates related Control record | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| AuditId | GUID | Internal system reference to audit change control record | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| BusinessOrganisationId | GUID | Internal system identifier that indicates related Business Organisation record | |
| EffectiveFromTimestamp | datetime | Timestamp for when the relationship record is valid from |
Example JSON
[
{
"Id": "F542F80B-4DF3-4012-980B-0045C0096DE1",
"ControlId": "957F7F86-AD59-4B7C-A68F-9DCD8EF9B4B2",
"BusinessOrganisationId": "63582A59-98CC-44B8-8CA8-57661B231504",
"EffectiveFromTimestamp": 1622404386800,
"EffectiveToTimestamp": null,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "C35F2D67-F413-4C34-9811-00E52A84A870"
}
]