{
"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
}
The schema is of type object
.
Was this page helpful?