| Json Property | Data Type | Description |
|---|
| centers | List | List of all centers |
| requested_centers | List | Requested center details |
| page_info | PaginationDetailsViewModel | Pagination details |
| error | ApiErrorModel | Error model |
| Json Property | Data Type | Description |
|---|
| id | Guid | Unique identifier of the center |
| code | string | Center's code |
| name | string | Name of the center |
| display_name | string | Display name of the center |
| description | string | Description of the center |
| online_booking_start_date | DateTime? | Get center Online Booking Start date |
| enable_parallel_services_at_center | bool | Parallel service setting at center |
| culture_code_at_center | string | Culture code at center |
| zone | ZoneInfo | Model which contains details of the zone |
| country | CountryInfo | Contains country details of the center |
| state | StateInfo | Contains the state details of the center |
| location | LocationInfo | Contains location details of the center |
| currency | CurrencyInfo | Contains currency info of the center |
| address_info | CentersAddressInfo | Contains address details of the center |
| settings | CenterSettingsInfo | Contains settings of the center |
| contact_info | CenterContactInfo | Contains contact information of the center |
| working_hours | List | Contains working hour details of the center |
| additional_info | CentersAdditionalInfo | Contains additional information of the center |
| catalog_settings | CenterCatalogSettings | Contains catalog settings information of the center |
| go_settings | GoSettings | Contains Zenoti-Go Settings |
| announcement_banner | AnnouncementBanner | Announcement banner center settings |
| tax_groups | List | Active tax groups |
| is_fbe_enabled | bool | Is FBE configured |
| is_hc_call_center | bool | Is Hyperconnect call center |
| cancellation_fee_details | CancellationFeeDetails | Cancellation fee details |
| distance_type | string | Name of the unit for the distance to provided location |
| distance_to_provided_location | double? | Distance to provided location |
| Json Property | Data Type | Description |
|---|
| total | int | Total records found in the result |
| page | int | Page to be viewed |
| size | int | Number of records per page |
| Json Property | Data Type | Description |
|---|
| code | int | Represents API error code |
| message | string | Describes the error |