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

SubscriptionIdinteger(int32)

SubscriptionId. Key property.

PublicationIdinteger(int32)

PublicationId. Key property.

PublicationDescriptionstring

PublicationDescription. MaxLength: 255. Nullable.

Expectedstring(date-time)

Expected.

LastExportstring(date-time)

LastExport. Nullable.

IsActiveboolean

IsActive.

SeverityMessageIdinteger(int32)

SeverityMessageId. Nullable.

SeverityMessageUpdatedstring(date-time)

SeverityMessageUpdated. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "SubscriptionId": 0, "PublicationId": 0, "PublicationDescription": "string", "Expected": "2019-08-24T14:15:22Z", "LastExport": "2019-08-24T14:15:22Z", "IsActive": true, "SeverityMessageId": 0, "SeverityMessageUpdated": "2019-08-24T14:15:22Z", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ReportingModel.SubscriptionDestinationCulture

DestinationIdinteger(int32)

DestinationId. Key property.

CultureCodestring

CultureCode. MaxLength: 16. Nullable.

Namestring

Name. MaxLength: 50. Nullable.

Descriptionstring

Description. MaxLength: 500. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "DestinationId": 0, "CultureCode": "string", "Name": "string", "Description": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ReportingModel.SubscriptionSourceCulture

SourceIdinteger(int32)

SourceId. Key property.

CultureCodestring

CultureCode. MaxLength: 16. Nullable.

Namestring

Name. MaxLength: 50. Nullable.

Descriptionstring

Description. MaxLength: 500. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "SourceId": 0, "CultureCode": "string", "Name": "string", "Description": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Reporting

Operations