NetworkMember
NetworkType
info
**Network ** A defined list of the type of network members (e.g. Control, Risk, etc.).
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| AuditId | GUID | Internal system reference to audit change control record | |
| Code | STRING | The business code used as a unique identifier | 50 |
| 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 | |
| Name | STRING | 255 |
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
| Name | Type | Description | Max Length |
|---|---|---|---|
| ObjectInstanceId | GUID | ||
| AuditId | GUID | Internal system reference to audit change control record | |
| NetworkTypeId | GUID | ||
| ObjectId | GUID | ||
| ObjectSourceId | GUID | ||
| Id | GUID | Internal 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"
}
]