Show / Hide Table of Contents

    MonitorConfigurationInfo.Company

    Type, Introduced in version 2.18

    Represents a company in the MONITOR system.

    Used by the Database type.

    Properties

    Name Type Summary Introduced in
    Identifier Int64 The identifier of the company. (e.g. 1, the second part of 001.1)
    Name String The name of the company.
    Logo String Base64 encoded image data of the logotype image presented at login for the company.

    Note: Not currently implemented, always null.
    CompanyId Guid The unique identifier of the company.
    Introduced in version 23.4
    LanguageId Int64 The business key identifier of language code
    References LanguageCodes
    Introduced in version 24.4
    CurrencyId Int64 the business key identitifer of currency
    References Currencies
    Introduced in version 24.4

    Example

    {
      "Identifier": 0,
      "Name": null,
      "Logo": null,
      "CompanyId": "00000000-0000-0000-0000-000000000000",
      "LanguageId": 0,
      "CurrencyId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB