Norce Query API Documentation (2.0)

Norce Query API is an API based on OData V4. It is an API to fill the need for data from Norce in integration services that do not have direct access to Norce’s data and data models.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/query/2.0/

Schemas

Enferno.Storm.Query.Api.DataContexts.ProductModel.ClientProductFlag

ProductIdinteger(int32)

ProductId. Key property.

FlagIdinteger(int32)

FlagId. Key property.

ClientIdinteger(int32)

ClientId.

IsActiveboolean

IsActive.

StoppedDatestring(date-time)

StoppedDate. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "ProductId": 0, "FlagId": 0, "ClientId": 0, "IsActive": true, "StoppedDate": "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.ProductModel.ProductFamily

ProductIdinteger(int32)

ProductId. Key property.

FamilyIdinteger(int32)

FamilyId. Key property.

ClientIdinteger(int32)

ClientId.

IsPrimaryboolean

IsPrimary.

SortOrderinteger(int32)

SortOrder. Nullable.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "ProductId": 0, "FamilyId": 0, "ClientId": 0, "IsPrimary": true, "SortOrder": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductSkuOnHand

PartNostring

PartNo. MaxLength: 50. Key property.

WarehouseIdinteger(int32)

WarehouseId. Key property.

LocationIdinteger(int32)

LocationId. Key property.

ClientIdinteger(int32)

ClientId.

OnHandValuenumber(decimal)

OnHandValue.

OnHandLastCheckedstring(date-time)

OnHandLastChecked. Nullable.

OnHandLastUpdatedstring(date-time)

OnHandLastUpdated. Nullable.

OnHandLastUpdatedByinteger(int32)

OnHandLastUpdatedBy. Nullable.

IncomingValuenumber(decimal)

IncomingValue. Nullable.

IncomingLastCheckedstring(date-time)

IncomingLastChecked. Nullable.

IncomingLastUpdatedstring(date-time)

IncomingLastUpdated. Nullable.

IncomingLastUpdatedByinteger(int32)

IncomingLastUpdatedBy. Nullable.

NextDeliveryDatestring(date-time)

NextDeliveryDate. Nullable.

NextDeliveryLastCheckedstring(date-time)

NextDeliveryLastChecked. Nullable.

NextDeliveryLastUpdatedstring(date-time)

NextDeliveryLastUpdated. Nullable.

NextDeliveryLastUpdatedByinteger(int32)

NextDeliveryLastUpdatedBy. Nullable.

IsReturnableboolean

IsReturnable.

LeadTimeDayCountinteger(int32)

LeadTimeDayCount. Nullable.

OnOrderValuenumber(decimal)

OnOrderValue. Nullable.

MinimumValuenumber(decimal)

MinimumValue. Nullable.

MaximumValuenumber(decimal)

MaximumValue. Nullable.

IsActiveboolean

IsActive.

StoppedDatestring(date-time)

StoppedDate. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

ReservationValuenumber(decimal)

ReservationValue.

IsActiveLastUpdatedstring(date-time)

IsActiveLastUpdated. Nullable.

IsActiveLastUpdatedByinteger(int32)

IsActiveLastUpdatedBy. Nullable.

InfoArray of objects(Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductSkuOnHandInfo)(Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductSkuOnHandInfo)

Info.

{ "PartNo": "string", "WarehouseId": 0, "LocationId": 0, "ClientId": 0, "OnHandValue": 0, "OnHandLastChecked": "2019-08-24T14:15:22Z", "OnHandLastUpdated": "2019-08-24T14:15:22Z", "OnHandLastUpdatedBy": 0, "IncomingValue": 0, "IncomingLastChecked": "2019-08-24T14:15:22Z", "IncomingLastUpdated": "2019-08-24T14:15:22Z", "IncomingLastUpdatedBy": 0, "NextDeliveryDate": "2019-08-24T14:15:22Z", "NextDeliveryLastChecked": "2019-08-24T14:15:22Z", "NextDeliveryLastUpdated": "2019-08-24T14:15:22Z", "NextDeliveryLastUpdatedBy": 0, "IsReturnable": true, "LeadTimeDayCount": 0, "OnOrderValue": 0, "MinimumValue": 0, "MaximumValue": 0, "IsActive": true, "StoppedDate": "2019-08-24T14:15:22Z", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ReservationValue": 0, "IsActiveLastUpdated": "2019-08-24T14:15:22Z", "IsActiveLastUpdatedBy": 0, "Info": [ {} ] }

Products

Operations