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.OrderModel.OrderInfo

OrderIdstring

OrderId. Key property.

TypeIdinteger(int32)

TypeId. Key property.

Valuestring

Value. Nullable.

Updatedstring(date-time)

Updated.

UpdatedByinteger(int32)

UpdatedBy.

ClientIdinteger(int32)

ClientId. Nullable.

{ "OrderId": "string", "TypeId": 0, "Value": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ClientId": 0 }

Enferno.Storm.Query.Api.DataContexts.OrderModel.OrderItemInfo

OrderItemIdstring

OrderItemId. Key property.

TypeIdinteger(int32)

TypeId. Key property.

Valuestring

Value. Nullable.

Updatedstring(date-time)

Updated.

UpdatedByinteger(int32)

UpdatedBy.

ClientIdinteger(int32)

ClientId. Nullable.

{ "OrderItemId": "string", "TypeId": 0, "Value": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ClientId": 0 }

Enferno.Storm.Query.Api.DataContexts.OrderModel.QuotationInfo

QuotationIdinteger(int32)

QuotationId. Key property.

TypeIdinteger(int32)

TypeId. Key property.

Idstring

Id.

Valuestring

Value. Nullable.

Updatedstring(date-time)

Updated.

UpdatedByinteger(int32)

UpdatedBy.

ClientIdinteger(int32)

ClientId. Nullable.

{ "QuotationId": 0, "TypeId": 0, "Id": "string", "Value": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ClientId": 0 }

Orders

Operations