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.ClientSupplierWarehouseLocation

SupplierIdinteger(int32)

SupplierId. Key property.

WarehouseIdinteger(int32)

WarehouseId. Key property.

LocationIdinteger(int32)

LocationId. Key property.

ClientIdinteger(int32)

ClientId.

Namestring

Name. MaxLength: 50. Nullable.

StandardLeadTimeDayCountinteger(int32)

StandardLeadTimeDayCount. Nullable.

MinimumOrderValuenumber(decimal)

MinimumOrderValue. Nullable.

MinimumOrderValueCostnumber(decimal)

MinimumOrderValueCost. Nullable.

FreightCostnumber(decimal)

FreightCost. Nullable.

CostBlockinteger(int32)

CostBlock. Nullable.

IsConsignmentboolean

IsConsignment. Nullable.

IncludeInStockCalculationboolean

IncludeInStockCalculation. Nullable.

TransferMethodIdinteger(int32)

TransferMethodId. Nullable.

TransferMethodValuestring

TransferMethodValue. MaxLength: 255. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

SupportsReservationboolean

SupportsReservation.

SupportsStockQueryboolean

SupportsStockQuery.

{ "SupplierId": 0, "WarehouseId": 0, "LocationId": 0, "ClientId": 0, "Name": "string", "StandardLeadTimeDayCount": 0, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "FreightCost": 0, "CostBlock": 0, "IsConsignment": true, "IncludeInStockCalculation": true, "TransferMethodId": 0, "TransferMethodValue": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "SupportsReservation": true, "SupportsStockQuery": true }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientWarehouseLocation

WarehouseIdinteger(int32)

WarehouseId. Key property.

LocationIdinteger(int32)

LocationId. Key property.

ClientIdinteger(int32)

ClientId.

Codestring

Code. MaxLength: 50. Nullable.

Namestring

Name. MaxLength: 50. Nullable.

IsStandardboolean

IsStandard.

IsIncludedInStockCalculationboolean

IsIncludedInStockCalculation.

StandardLeadTimeDayCountinteger(int32)

StandardLeadTimeDayCount. Nullable.

FreightCostnumber(decimal)

FreightCost. Nullable.

UpToDateTypeIdinteger(int32)

UpToDateTypeId.

CostBlockinteger(int32)

CostBlock. Nullable.

ValueBTstring

ValueBT. MaxLength: 100. Nullable.

PrimaryPriceListIdinteger(int32)

PrimaryPriceListId. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

SupportsReservationboolean

SupportsReservation.

SupportsStockQueryboolean

SupportsStockQuery.

{ "WarehouseId": 0, "LocationId": 0, "ClientId": 0, "Code": "string", "Name": "string", "IsStandard": true, "IsIncludedInStockCalculation": true, "StandardLeadTimeDayCount": 0, "FreightCost": 0, "UpToDateTypeId": 0, "CostBlock": 0, "ValueBT": "string", "PrimaryPriceListId": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "SupportsReservation": true, "SupportsStockQuery": true }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ProductRelationTypeCulture

TypeIdinteger(int32)

TypeId. Key property.

CultureCodestring

CultureCode. MaxLength: 16. Key property.

ClientIdinteger(int32)

ClientId.

Namestring

Name. MaxLength: 50. Nullable.

Descriptionstring

Description. MaxLength: 500. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "TypeId": 0, "CultureCode": "string", "ClientId": 0, "Name": "string", "Description": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Application

Operations