Skip to main content

NetworkMember

NetworkType

info

**Network ** A defined list of the type of network members (e.g. Control, Risk, etc.).

Properties

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

Example JSON

[
{
"Id": "57515C9C-5237-4161-A95A-122FF1125FBF",
"Code": "RiskInventory",
"Name": "Risk Inventory",
"IsDeleted": false,
"IsApproved": true,
"AuditId": "A277039E-B635-4BF2-B7C0-B5D238318A32"
}
]

NetworkMember

info

**Network ** An internal reference to the underlying piece of customer or consensus data.

Properties

NameTypeDescriptionMax Length
ObjectInstanceIdGUID
AuditIdGUIDInternal system reference to audit change control record
NetworkTypeIdGUID
ObjectIdGUID
ObjectSourceIdGUID
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)

Example JSON

[
{
"Id": "C2E9FC44-7D92-4465-9361-00402D1170DA",
"NetworkTypeId": "E81ADA29-45C6-4B6A-BDFB-EE641912BA4E",
"ObjectId": "D2B81DCF-5407-4D62-9F3D-6E804BCAA819",
"ObjectInstanceId": "67B82D70-7AB9-4396-8A64-6C91A1DDF17C",
"ObjectSourceId": "D8994E3C-C9C4-44C6-837A-59B9C749E7EC",
"AuditId": "4400B9E8-18AF-4385-9AF2-1413C8EDFFAF"
}
]