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

Enferno.Storm.Query.Api.DataContexts.OrderModel.OrderCustomerInfo

Idstring

Id. Key property.

FirstNamestring

FirstName. MaxLength: 50. Nullable.

LastNamestring

LastName. MaxLength: 50. Nullable.

EmailAddressstring

EmailAddress. MaxLength: 255. Nullable.

PhoneNumberstring

PhoneNumber. MaxLength: 50. Nullable.

CellPhoneNumberstring

CellPhoneNumber. MaxLength: 50. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Rowidstring

Rowid. MaxLength: 8. Nullable.

CompanyNamestring

CompanyName. MaxLength: 100. Nullable.

CareOfstring

CareOf. MaxLength: 100. 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.

ClientIdinteger(int32)

ClientId. Nullable.

ShippingPhoneNumberstring

ShippingPhoneNumber. MaxLength: 50. Nullable.

Glnstring

Gln. MaxLength: 50. Nullable.

{ "Id": "string", "FirstName": "string", "LastName": "string", "EmailAddress": "string", "PhoneNumber": "string", "CellPhoneNumber": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Rowid": "string", "CompanyName": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "ZipCode": "string", "City": "string", "Region": "string", "CountryId": 0, "ClientId": 0, "ShippingPhoneNumber": "string", "Gln": "string" }

Enferno.Storm.Query.Api.DataContexts.OrderModel.WarehouseTransactionItem

WarehouseTransactionIdstring

WarehouseTransactionId.

Idstring

Id. Key property.

LineNumbernumber(decimal)

LineNumber.

PartNostring

PartNo. MaxLength: 50. Nullable.

Qtynumber(decimal)

Qty.

Amountnumber(decimal)

Amount.

RemainingQtynumber(decimal)

RemainingQty. Nullable.

RemainingAmountnumber(decimal)

RemainingAmount. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

{ "WarehouseTransactionId": "string", "Id": "string", "LineNumber": 0, "PartNo": "string", "Qty": 0, "Amount": 0, "RemainingQty": 0, "RemainingAmount": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0 }

Orders

Operations