Skip to main content

PeerGroupMember

PeerGroupMemberType

info

**Network ** An identificaiton whether the peer group memeber is an observer (i.e. they just view the consensus) or is a contributor (i.e. the data they provide to the network forms the consensus)

Properties

NameTypeDescriptionMax Length
CodeSTRINGThe business code used as a unique identifier50
NameSTRING255
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
AuditIdGUIDInternal system reference to audit change control record
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)

Example JSON

[
{
"Id": "231C696B-B174-4FDD-889A-5359333F41F8",
"Code": "Contributor",
"Name": "Contributor",
"IsDeleted": false,
"IsApproved": true,
"AuditId": "1C92409C-FCDC-47D8-ACD8-186D6F328C94"
}
]

PeerGroupMember

info

**Network ** A business organisation that is a member of a peer group

Properties

NameTypeDescriptionMax Length
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted
PeerGroupMemberTypeIdGUID
AuditIdGUIDInternal system reference to audit change control record
RiskInventoryIDGUIDInternal system identifier that indicates related Risk Inventory record
IsLatestVersionBOOLEANTrue/False - Indicates whether this is the most recent record for a business code
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
PeerGroupIDGUID
ClientIdGUID
EffectiveToTimestampdatetimeTimestamp for when the relationship record is valid to
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
EffectiveFromTimestampdatetimeTimestamp for when the relationship record is valid from

Example JSON

[
{
"Id": "EBDB64F4-65BB-4518-9D43-08DF44A0E33C",
"PeerGroupID": "29870C18-76A8-409E-8BCC-2032A4064192",
"ClientId": "48577D5B-BB6E-4CEF-A1F3-42CE3F079A1E",
"RiskInventoryID": "84CDEC3D-3F2F-4DB6-9167-3F335DA4D33F",
"PeerGroupMemberTypeId": "231C696B-B174-4FDD-889A-5359333F41F8",
"EffectiveFromTimestamp": 1623762231660,
"EffectiveToTimestamp": null,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": false,
"AuditId": "C1115A30-3AEB-4F9C-9626-4B4A884B1BD1"
}
]