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/

Application

Operations

Get ClientCulture

Request

Get ClientCulture

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/ClientCultures

Responses

Success

Bodyapplication/jsonArray [
CultureCodestring

CultureCode. MaxLength: 16. Key property.

ClientIdinteger(int32)

ClientId.

IsPrimaryboolean

IsPrimary.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

Collationstring

Collation. MaxLength: 128. Nullable.

]
Response
application/json
[ { "CultureCode": "string", "ClientId": 0, "IsPrimary": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Collation": "string" } ]

Get ClientManufacturer

Request

Get ClientManufacturer

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/ClientManufacturers

Responses

Success

Bodyapplication/jsonArray [
ManufacturerIdinteger(int32)

ManufacturerId. Nullable. Key property.

ClientIdinteger(int32)

ClientId.

ManufacturerCodestring

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

UniqueUrlNamestring

UniqueUrlName. MaxLength: 255. Nullable.

IsUniqueUrlNameManuallyMaintainedboolean

IsUniqueUrlNameManuallyMaintained.

Manufacturerobject(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.Manufacturer)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.Manufacturer)
Infoobject(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ManufacturerInfo)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ManufacturerInfo)
]
Response
application/json
[ { "ManufacturerId": 0, "ClientId": 0, "ManufacturerCode": "string", "Name": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Manufacturer": {}, "Info": {} } ]

Get ClientSalesArea

Request

Get ClientSalesArea

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/SalesAreas

Responses

Success

Bodyapplication/jsonArray [
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.

]
Response
application/json
[ { "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" } ]