Skip to main content

PeerGroup

PeerGroup

info

**Network ** A collection of business organisations that can be compared.

Properties

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

Example JSON

[
{
"Id": "29870C18-76A8-409E-8BCC-2032A4064192",
"Code": "t1",
"Name": "Tier One Banks",
"Description": "",
"AuditId": "C1115A30-3AEB-4F9C-9626-4B4A884B1BD1",
"IsDeleted": false,
"IsApproved": false
}
]