Centresconfiguration
Model representation of the centres configuration.
centres object[]required
List of all centres
address object
Represents an address.
The city for this address.
The country that is part of the address.
The first line of the address.
The second line of the address.
The post code that is part of the address.
The region that is part of the address.
The ID of the branch this centre was assigned to.
customFieldValueSets object[]
Custom fields value sets of the centre.
groupedCustomFieldValues object[]
Custom field values for group type sets. Ordered by the group index that must start from 0.
customFieldValues object[]required
Custom field values of the group.
User-defined ID, globally unique.
Custom field value
Index representing the id of custom field values in a set.
User-defined set ID, globally unique.
standardCustomFieldValues object[]
Custom field values for standard type sets. Ordered by custom field id.
User-defined ID, globally unique.
Custom field value
User-defined ID, globally unique.
Enumeration for calendar days of week.
Possible values: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]
Name of the centre.
Notes of the centre.
Model representation of the state of a centre.
Possible values: [ACTIVE, INACTIVE]
{
"centres": [
{
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postcode": "string",
"region": "string"
},
"assignedBranchId": "string",
"customFieldValueSets": [
{
"groupedCustomFieldValues": [
{
"customFieldValues": [
{
"customFieldId": "string",
"value": "string"
}
],
"index": 0
}
],
"id": "string",
"standardCustomFieldValues": [
{
"customFieldId": "string",
"value": "string"
}
]
}
],
"id": "string",
"meetingDay": "MONDAY",
"name": "string",
"notes": "string",
"state": "ACTIVE"
}
]
}