Centre
Represents a centre. A centre is a common meeting area that credit officers and the individual and group clients go to. Each centre is assigned to a branch (a branch can have multiple centres) and might have a specific meeting day and location.
addresses object[]
The addresses of this centre.
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.
The encoded key of the branch this centre is assigned to.
The date the centre was created.
2016-09-06T13:37:50+03:00The encoded key of the entity, generated, globally unique
The ID of the centre, which must be unique, and can be generated and customized.
The last time the centre was modified.
2016-09-06T13:37:50+03:00The day of the week when repayments are collected. This influences the repayments schedule, upon update all repayments are updated to this day of the week.
The name of the centre.
The notes or description attached to this object.
The state of the centre.
Possible values: [ACTIVE, INACTIVE]
{
"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",
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"id": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"meetingDay": "string",
"name": "string",
"notes": "string",
"state": "ACTIVE"
}