Show / Hide Table of Contents

    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.

    • Expandable
    CurrencyId Int64 The business key identifier for the currency of the company.

    • References Currencies
    Currency Currencies The company currency.

    • Expandable
    LanguageId Int64 The business key identifier of the language.

    • References LanguageCodes
    Language LanguageCodes The language of the company.

    • Expandable
    Warehouses Warehouses[] The warehouses that belong to the company.

    • Expandable
    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.

    • Max length is 25
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB