Skip to content

Storm Query API Documentation (2.0)

Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/query/2.0/

Schemas

Schemas

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouse

DivisionIdinteger(int32)

DivisionId. Key property.

ClientIdinteger(int32)

ClientId. Key property.

WarehouseIdinteger(int32)

WarehouseId. Key property.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

LocationsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouseLocation)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouseLocation)

Locations.

{ "DivisionId": 0, "ClientId": 0, "WarehouseId": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Locations": [ {} ] }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouseLocation

DivisionIdinteger(int32)

DivisionId. Key property.

ClientIdinteger(int32)

ClientId. Key property.

WarehouseIdinteger(int32)

WarehouseId. Key property.

LocationIdinteger(int32)

LocationId. Key property.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

{ "DivisionId": 0, "ClientId": 0, "WarehouseId": 0, "LocationId": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivision

Idinteger(int32)

Id. Key property.

ClientIdinteger(int32)

ClientId.

DivisionCodestring

DivisionCode. MaxLength: 50. Nullable.

DefaultNamestring

DefaultName. MaxLength: 50. Nullable.

DefaultGroupNamestring

DefaultGroupName. MaxLength: 50. Nullable.

DefaultSubGroupNamestring

DefaultSubGroupName. MaxLength: 50. Nullable.

DefaultDescriptionstring

DefaultDescription. Nullable.

DefaultImagePathstring

DefaultImagePath. MaxLength: 255. Nullable.

IsPublicboolean

IsPublic.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

Keystring(guid)

Key.

ImageKeystring(guid)

ImageKey. Nullable.

DefaultUniqueUrlNamestring

DefaultUniqueUrlName. MaxLength: 100. Nullable.

Latitudestring

Latitude. Nullable.

Longitudestring

Longitude. Nullable.

EmailAddressstring

EmailAddress. MaxLength: 255. Nullable.

PhoneNumberstring

PhoneNumber. MaxLength: 50. Nullable.

FaxNumberstring

FaxNumber. MaxLength: 50. Nullable.

AddressLine1string

AddressLine1. MaxLength: 255. Nullable.

AddressLine2string

AddressLine2. MaxLength: 255. Nullable.

ZipCodestring

ZipCode. MaxLength: 50. Nullable.

Citystring

City. MaxLength: 50. Nullable.

Regionstring

Region. MaxLength: 100. Nullable.

CountryIdinteger(int32)

CountryId. Nullable.

OpenHoursWeekdaystring

OpenHoursWeekday. MaxLength: 255. Nullable.

OpenHoursSaturdaystring

OpenHoursSaturday. MaxLength: 255. Nullable.

OpenHoursSundaystring

OpenHoursSunday. MaxLength: 255. Nullable.

ApplicationsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionApplication)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionApplication)

Applications.

InfosArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionInfo)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionInfo)

Infos.

PriceListsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionPriceList)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionPriceList)

PriceLists.

WarehousesArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouse)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouse)

Warehouses.

CulturesArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionCulture)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionCulture)

Cultures.

{ "Id": 0, "ClientId": 0, "DivisionCode": "string", "DefaultName": "string", "DefaultGroupName": "string", "DefaultSubGroupName": "string", "DefaultDescription": "string", "DefaultImagePath": "string", "IsPublic": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Key": "string", "ImageKey": "string", "DefaultUniqueUrlName": "string", "Latitude": "string", "Longitude": "string", "EmailAddress": "string", "PhoneNumber": "string", "FaxNumber": "string", "AddressLine1": "string", "AddressLine2": "string", "ZipCode": "string", "City": "string", "Region": "string", "CountryId": 0, "OpenHoursWeekday": "string", "OpenHoursSaturday": "string", "OpenHoursSunday": "string", "Applications": [ {} ], "Infos": [ {} ], "PriceLists": [ {} ], "Warehouses": [ {} ], "Cultures": [ {} ] }

Application

Operations