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