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

SalesAreaIdinteger(int32)

SalesAreaId. Key property.

ClientIdinteger(int32)

ClientId.

IsPrimaryboolean

IsPrimary.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

Codestring

Code. MaxLength: 50. Nullable.

ClientSalesAreaVatCodestring

ClientSalesAreaVatCode. Nullable.

{ "SalesAreaId": 0, "ClientId": 0, "IsPrimary": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Code": "string", "ClientSalesAreaVatCode": "string" }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplier

SupplierIdinteger(int32)

SupplierId. Nullable. Key property.

ClientIdinteger(int32)

ClientId.

SupplierCodePrefixstring

SupplierCodePrefix. MaxLength: 10. Nullable.

SupplierCodestring

SupplierCode. MaxLength: 50. Nullable.

Namestring

Name. MaxLength: 100. Nullable.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

Supplierobject(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.Supplier)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.Supplier)
WarehousesArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouse)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouse)

Warehouses.

WarehouseLocationsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouseLocation)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouseLocation)

WarehouseLocations.

Infoobject(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.SupplierInfo)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.SupplierInfo)
InfosArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierInfo)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierInfo)

Infos.

{ "SupplierId": 0, "ClientId": 0, "SupplierCodePrefix": "string", "SupplierCode": "string", "Name": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Supplier": { "Id": 0, "CorporationId": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Key": "string", "SecretKey": "string", "Corporation": {}, "ClientSuppliers": [] }, "Warehouses": [ {} ], "WarehouseLocations": [ {} ], "Info": { "SupplierId": 0, "ClientId": 0, "AccountNo": "string", "Website": "string", "LogoPath": "string", "PhoneNumber": "string", "FaxNumber": "string", "EmailAddress": "string", "LastDocumentImported": "2019-08-24T14:15:22Z", "IsChosenSupplierEnabled": true, "ChosenSupplierSupplementChargePercentage": 0, "HasPriceList": true, "IsPurchaseIntegrated": true, "PurchaseCutoff": "string", "CurrencyId": 0, "PoDeliveryMethodId": 0, "DeliveryMethodId": 0, "PaymentTermId": 0, "PaymentTermValue": "string", "PopulationRuleId": 0, "ErrorCommunicationTypeId": 0, "ErrorCommunicationValue": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "LogoKey": "string", "IsPurchaseManual": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "AutoMapCategories": true, "ChosenSupplierFreeFreightLimit": 0, "ChosenSupplierFreightCost": 0, "ChosenSupplierSupplementCharge": 0, "IsDropShipEnabled": true, "DropShipAllowBackOrders": true, "DropShipFreeFreightLimit": 0, "DropShipFreightCost": 0, "DropShipLogisticCost": 0, "DropShipSupplementCharge": 0, "DropShipSupplementChargePercentage": 0, "IsRealTimeCheckEnabled": true, "InternalInformation": "string", "IntegrationMaxAllowedPriceDiffPctPerRow": 0, "IntegrationMaxAllowedPriceDiffPerUniqueItem": 0, "IsSynchronouslyIntegrated": true, "DefaultPoDeliveryMethodCode": "string", "ChosenSupplierPenaltyCharge": 0, "ChosenSupplierPenaltyChargePercentage": 0 }, "Infos": [ {} ] }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.CurrencyClient

CurrencyIdinteger(int32)

CurrencyId. Key property.

ClientIdinteger(int32)

ClientId.

ExchangeRatenumber(decimal)

ExchangeRate. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

IsPrimaryboolean

IsPrimary.

ThresholdPercentnumber(decimal)

ThresholdPercent. Nullable.

Schedulestring

Schedule. MaxLength: 1000. Nullable.

{ "CurrencyId": 0, "ClientId": 0, "ExchangeRate": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "IsPrimary": true, "ThresholdPercent": 0, "Schedule": "string" }

Application

Operations