Group
Represents a group. A group is a type of client that can represent a non-physical person such as a company client or a grouping of individual clients. A group can have its own accounts and can optionally have individual clients as members, in which case they also need to have an individual profile in Mambu.
addresses object[]
The addresses associated with this group.
The city for the address.
The country.
The address encoded key, which is unique and generated.
The index of this address in the list of addresses.
The GPS latitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -90 to +90.
The first line of the address.
The second line of the address.
The GPS longitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -180 to +180.
The address parent key indicating the object owning this address. For example: client, centre, or branch.
The post code.
The region for the address.
Key of the branch this group is assigned to.
Key of the centre this group is assigned to.
Key of the user this group is assigned to.
The date the group was created.
2016-09-06T13:37:50+03:00The email address associated with the group.
The encoded key of the group, which is auto generated, and must be unique.
groupMembers object[]
The members of this group.
The encoded key of the client assigned as member of the group.
roles object[]
The group role name associated with a group member.
The encoded key of the group role name, which is auto generated, and unique.
The group role name key.
The group role name.
The group role name ID.
The name of the group.
A role which describes the intended use of a group in the system.
The home phone number associated with the group.
The ID of the group, which can be generated and customized, but must be unique.
The last date the group was updated.
2016-09-06T13:37:50+03:00Number of paid and closed (with 'obligations met') accounts for this client. When the closing operation is reverted, this is reduced.
The migration event encoded key associated with this group.
The mobile phone number associated with the group.
Extra notes about this group.
The preferred language associated with the group (used for the notifications).
Possible values: [ENGLISH, PORTUGESE, SPANISH, RUSSIAN, FRENCH, GEORGIAN, CHINESE, INDONESIAN, ROMANIAN, BURMESE, GERMAN, PORTUGUESE_BRAZIL, VIETNAMESE, ITALIAN, THAI, NORWEGIAN, PHRASE]
{
"addresses": [
{
"city": "string",
"country": "string",
"encodedKey": "string",
"indexInList": 0,
"latitude": 0,
"line1": "string",
"line2": "string",
"longitude": 0,
"parentKey": "string",
"postcode": "string",
"region": "string"
}
],
"assignedBranchKey": "string",
"assignedCentreKey": "string",
"assignedUserKey": "string",
"creationDate": "2016-09-06T13:37:50+03:00",
"emailAddress": "string",
"encodedKey": "string",
"groupMembers": [
{
"clientKey": "string",
"roles": [
{
"encodedKey": "string",
"groupRoleNameKey": "string",
"roleName": "string",
"roleNameId": "string"
}
]
}
],
"groupName": "string",
"groupRoleKey": "string",
"homePhone": "string",
"id": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"loanCycle": 0,
"migrationEventKey": "string",
"mobilePhone": "string",
"notes": "string",
"preferredLanguage": "ENGLISH"
}