Companies
Queryable, Introduced in version 24.3
GET https://localhost:8001/sv/001.1/api/v1/Common/Companies
Represents a company in the MONITOR system.
GUID
8C9373B7-7F59-4F91-A8D3-15852B2CADFB
Required permission
Show company information
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the company. |
|
Name | String | The name of the company. |
|
ImageId | Int64? | The business key identifier for the image of the company. |
|
Image | BlobData | The image blob of the company.
|
|
CurrencyId | Int64 | The business key identifier for the currency of the company.
|
|
Currency | Currencies | The company currency.
|
|
LanguageId | Int64 | The business key identifier of the language.
|
|
Language | LanguageCodes | The language of the company.
|
|
Warehouses | Warehouses[] | The warehouses that belong to the company.
|
|
TimeZone | String | The time zone of the company. Specified as a time zone identifier. Identifier depends on underlying database engine, and could be in either IANA or Windows style. |
Introduced in version 25.2 |
CorporationIdentificationNumber | String | The corporation identification number of the company.
|
Introduced in version 25.4 |
Example
{
"Id": 0,
"Name": null,
"ImageId": null,
"Image": null,
"CurrencyId": 0,
"Currency": null,
"LanguageId": 0,
"Language": null,
"Warehouses": null,
"TimeZone": null,
"CorporationIdentificationNumber": null
}