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.ReportingModel.OrderSummaryByDay

Clientstring

Client. MaxLength: 100. Key property.

Applicationstring

Application. MaxLength: 50. Key property.

Yearinteger(int32)

Year. Key property.

Monthinteger(int32)

Month. Key property.

Dayinteger(int32)

Day. Key property.

OrderQtyinteger(int32)

OrderQty.

FreightCostExVatnumber(decimal)

FreightCostExVat.

FreightCostIncVatnumber(decimal)

FreightCostIncVat.

OrderFeeExVatnumber(decimal)

OrderFeeExVat.

OrderFeeIncVatnumber(decimal)

OrderFeeIncVat.

ItemQtynumber(decimal)

ItemQty.

ItemAmountExVatnumber(decimal)

ItemAmountExVat.

ItemAmountIncVatnumber(decimal)

ItemAmountIncVat.

OrderSumExVatnumber(decimal)

OrderSumExVat.

OrderSumIncVatnumber(decimal)

OrderSumIncVat.

{ "Client": "string", "Application": "string", "Year": 0, "Month": 0, "Day": 0, "OrderQty": 0, "FreightCostExVat": 0, "FreightCostIncVat": 0, "OrderFeeExVat": 0, "OrderFeeIncVat": 0, "ItemQty": 0, "ItemAmountExVat": 0, "ItemAmountIncVat": 0, "OrderSumExVat": 0, "OrderSumIncVat": 0 }

Enferno.Storm.Query.Api.DataContexts.ReportingModel.OrderSummaryByMonth

Clientstring

Client. MaxLength: 100. Key property.

Applicationstring

Application. MaxLength: 50. Key property.

Yearinteger(int32)

Year. Key property.

Monthinteger(int32)

Month. Key property.

OrderQtyinteger(int32)

OrderQty.

FreightCostExVatnumber(decimal)

FreightCostExVat.

FreightCostIncVatnumber(decimal)

FreightCostIncVat.

OrderFeeExVatnumber(decimal)

OrderFeeExVat.

OrderFeeIncVatnumber(decimal)

OrderFeeIncVat.

ItemQtynumber(decimal)

ItemQty.

ItemAmountExVatnumber(decimal)

ItemAmountExVat.

ItemAmountIncVatnumber(decimal)

ItemAmountIncVat.

OrderSumExVatnumber(decimal)

OrderSumExVat.

OrderSumIncVatnumber(decimal)

OrderSumIncVat.

{ "Client": "string", "Application": "string", "Year": 0, "Month": 0, "OrderQty": 0, "FreightCostExVat": 0, "FreightCostIncVat": 0, "OrderFeeExVat": 0, "OrderFeeIncVat": 0, "ItemQty": 0, "ItemAmountExVat": 0, "ItemAmountIncVat": 0, "OrderSumExVat": 0, "OrderSumIncVat": 0 }

Enferno.Storm.Query.Api.DataContexts.ReportingModel.OrderSummaryByPaymentAndMonth

Clientstring

Client. MaxLength: 100. Key property.

Applicationstring

Application. MaxLength: 50. Key property.

PaymentServicestring

PaymentService. MaxLength: 50. Key property.

PaymentMethodTypestring

PaymentMethodType. MaxLength: 50. Key property.

PaymentMethodstring

PaymentMethod. MaxLength: 50. Key property.

Yearinteger(int32)

Year. Key property.

Monthinteger(int32)

Month. Key property.

OrderQtyinteger(int32)

OrderQty.

FreightCostExVatnumber(decimal)

FreightCostExVat.

FreightCostIncVatnumber(decimal)

FreightCostIncVat.

OrderFeeExVatnumber(decimal)

OrderFeeExVat.

OrderFeeIncVatnumber(decimal)

OrderFeeIncVat.

ItemQtynumber(decimal)

ItemQty.

ItemAmountExVatnumber(decimal)

ItemAmountExVat.

ItemAmountIncVatnumber(decimal)

ItemAmountIncVat.

OrderSumExVatnumber(decimal)

OrderSumExVat.

OrderSumIncVatnumber(decimal)

OrderSumIncVat.

{ "Client": "string", "Application": "string", "PaymentService": "string", "PaymentMethodType": "string", "PaymentMethod": "string", "Year": 0, "Month": 0, "OrderQty": 0, "FreightCostExVat": 0, "FreightCostIncVat": 0, "OrderFeeExVat": 0, "OrderFeeIncVat": 0, "ItemQty": 0, "ItemAmountExVat": 0, "ItemAmountIncVat": 0, "OrderSumExVat": 0, "OrderSumIncVat": 0 }

Reporting

Operations