Establishments
The establishment resource
Documentation
Organization Structure API
- Axis-sections
- Departments
- Legal-Units
- Establishments
Core HR API
- Employees Directory
- Guides
Cleemy Expenses API
- Expense-temp-items
- Expense-claims
- Expense-claim-items
- Exports
- Guides
Cleemy Invoices API
- Guides
Timmi Absences API
- Leaves
- Leave-requests
- Sick-leaves
- Imports
- Guides
Timmi Office API
- User-locations
- Work-locations
Timmi Project API
- Clients
- Projects
- Project services
- Organizations
- Financials
Timmi Settings API
- UserDates
- Workcycle-exceptions
- Working-time-arrangement
Timmi Timesheet API
- Time-entries
- Timesheets
- Reports
- Guides
Pagga Mealvouchers API
- Statutory
- Computation
Pagga Remuneration API
- Fixed-natures
- Fixed-items
- Variable-natures
- Variable-items
Poplee Training API
- Training-demands
- Realized-trainings
Establishments
The establishment resource
The schema is of type object
.
Was this page helpful?
{
"id": 2,
"name": "<string>",
"code": "<string>",
"legalUnitId": 2,
"legalUnit": {
"id": 2,
"name": "<string>",
"code": "<string>",
"legalIdentificationNumber": "<string>",
"activityCode": "<string>",
"countryId": "<string>",
"country": {
"id": 2,
"name": "<string>",
"code": "<string>",
"currencyCode": "<string>",
"currency": {
"code": "<string>",
"englishName": "<string>",
"symbol": "<string>"
},
"defaultTimeZone": "Europe/Paris"
},
"headquartersId": 123,
"createdAt": "2023-11-07T05:31:56Z",
"isArchived": true
},
"legalIdentificationNumber": "<string>",
"activityCode": "<string>",
"calendarId": 123,
"address": {
"street": "<string>",
"zipCode": "<string>",
"city": "<string>"
},
"timezoneId": "Europe/Paris",
"usersCount": 1,
"createdAt": "2023-11-07T05:31:56Z",
"author": {
"id": 2,
"firstName": "<string>",
"lastName": "<string>",
"fullname": "<string>",
"url": "<string>"
},
"isArchived": true
}