Skip to main content

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.

  • Array [
  • citystring

    The city for the address.

    countrystring

    The country.

    encodedKeystring

    The address encoded key, which is unique and generated.

    indexInListint32

    The index of this address in the list of addresses.

    latitudenumber

    The GPS latitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -90 to +90.

    line1string

    The first line of the address.

    line2string

    The second line of the address.

    longitudenumber

    The GPS longitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -180 to +180.

    parentKeystring

    The address parent key indicating the object owning this address. For example: client, centre, or branch.

    postcodestring

    The post code.

    regionstring

    The region for the address.

  • ]
  • assignedBranchKeystring

    The encoded key of the branch this centre is assigned to.

    creationDatedate-time

    The date the centre was created.

    Example: 2016-09-06T13:37:50+03:00
    encodedKeystring

    The encoded key of the entity, generated, globally unique

    idstring

    The ID of the centre, which must be unique, and can be generated and customized.

    lastModifiedDatedate-time

    The last time the centre was modified.

    Example: 2016-09-06T13:37:50+03:00
    meetingDaystring

    The 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.

    namestring

    The name of the centre.

    notesstring

    The notes or description attached to this object.

    statestring

    The state of the centre.

    Possible values: [ACTIVE, INACTIVE]

    Centre
    {
    "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"
    }