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.
|
|
Code | String | The warehouse code.
|
|
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.
|
|
PalletRegistrationNumber | String | The pallet registration number of the warehouse.
|
|
Url | String | The website URL of the warehouse.
|
|
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.
|
Introduced in version 2.29 |
TimeZone | Decimal? | The timezone offset of the warehouse.
|
|
CalendarId | Int64 | The business key identifier of the warehouse calendar. References Calendars. |
|
Calendar | Calendars | The warehouse calendar.
|
|
VatNumber | String | The VAT number of the warehouse.
|
|
DeliveryAddresses | DeliveryAddresses[] | All available delivery addresses of the warehouse.
|
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
}