Locale code (e.g. 'cs', 'en') used to pick the preview text on the Documents tab. Falls back to any available translation and reports which locale it picked via documents[].previewLocaleCode. Omit to disable preferential ordering.
Exampleexample_locale
Response schema
1 status code documented
200Success
idstringRequired
slugstringRequired
namestringRequired
descriptionstringOptional
internalCodestringOptional
activebooleanRequired
urlstringOptional
latitudenumberOptional
longitudenumberOptional
branchContactobjectOptional
contactIdstringRequired
CuRefNo of the linked contact.
namestringOptional
emailstringOptional
companyNamestringOptional
branchType"own" | "franchise" | "partner"Required
Branch kind declared by the operator. "own" = the organisation runs the branch directly; "franchise" = a third-party franchisee runs it under the organisation's brand; "partner" = a cooperating but independent business (e.g. white-label outlet).
parentBranchobjectOptional
slugstringRequired
Slug of the operational parent (regional flagship / HQ).
namestringRequired
branchType"own" | "franchise" | "partner"Optional
operatingCompanyobjectOptional
contactIdstringRequired
CuRefNo of the legal entity operating this branch.
namestringOptional
companyRegistrationNumberstringOptional
Czech IČO (or local equivalent).
taxIdentificationNumberstringOptional
Czech DIČ (or local equivalent).
franchiseFeePercentagenumberOptional
Franchise fee percent skimmed off the branch turnover (0–100). Omitted when the branch has no franchise economics configured.
peopleobject[]Required
Each array item:
idstringRequired
Internal id of the link row (used to update/remove).
contactIdstringRequired
CuRefNo of the linked contact.
rolestringRequired
Role enum — see BRANCH_PERSON_ROLES.
customLabelstringOptional
Free-text label that overrides the role display.
positionnumberRequired
Sort position.
namestringOptional
emailstringOptional
companyNamestringOptional
establishedDatestringOptional
Legal incorporation / business-registry date (ISO timestamp). Optional — nullable in DB.
openedDatestringRequired
Date the branch started serving customers (ISO timestamp). Required — drives the financial roll-up bucket key.
currentClosureobjectOptional
idstringRequired
External id (24-char) — use it for /closure-update or /closure-delete.
startDatestringRequired
ISO timestamp the closure began.
endDatestringOptional
ISO timestamp the closure ends. Omitted = open-ended.
Parent post's updated_date (ISO). Null for empty slots.
One of 2:
Variant 1
string
Variant 2
null
previewTextstring | nullRequired
First ~140 chars of the preview locale, markdown-stripped. Null when no locale has any content.
One of 2:
Variant 1
string
Variant 2
null
previewLocaleCodestring | nullRequired
Locale the preview text was taken from. Equals the requested locale when it has content; otherwise a fallback locale. Null when no locale has content (in which case previewText is also null).