Show / Hide Table of Contents

    Warehouses

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/Warehouses
    

    Represents a warehouse.

    GUID

    DA31FCD6-18FE-4607-91F9-44CAE738840A
    

    Required permission

    Show company information
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the warehouse.
    Name String The warehouse name.

    • Max length is 35
    Code String The warehouse code.

    • Max length is 10
    • Not nullable
    • Unique
    LanguageId Int64 The business key identifier of the warehouse language code.

    References LanguageCodes.
    CountryId Int64 The business key identifier of the warehouse country.

    References Countries.
    PlaceOfDispatch String The place of dispatch for the warehouse.

    • Max length is 40
    PalletRegistrationNumber String The pallet registration number of the warehouse.

    • Max length is 40
    • Obsolete since version 2.54 (Never used in G5.)
    Url String The website URL of the warehouse.

    • Max length is 255
    TimeZoneId String The time zone of the warehouse. Specified as a time zone identifier (e.g. "W. Europe Standard Time").
    From 25.2 moved to Companies.

    • Obsolete since version 25.2 (Time zone is now on company level. All warhouses will return the same value as the company time zone.)
    Introduced in version 2.29
    TimeZone Decimal? The timezone offset of the warehouse.

    • Obsolete since version 2.29 (Replaced by TimeZoneId)
    CalendarId Int64 The business key identifier of the warehouse calendar.

    References Calendars.
    Calendar Calendars The warehouse calendar.

    • Expandable
    VatNumber String The VAT number of the warehouse.

    • Max length is 25
    DeliveryAddresses DeliveryAddresses[] All available delivery addresses of the warehouse.

    • Expandable
    Introduced in version 25.4

    Example

    {
      "Id": 0,
      "Name": null,
      "Code": null,
      "LanguageId": 0,
      "CountryId": 0,
      "PlaceOfDispatch": null,
      "PalletRegistrationNumber": null,
      "Url": null,
      "TimeZoneId": null,
      "TimeZone": null,
      "CalendarId": 0,
      "Calendar": null,
      "VatNumber": null,
      "DeliveryAddresses": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB