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.ApplicationModel.ClientSupplierInfo

SupplierIdinteger(int32)

SupplierId. Key property.

Idinteger(int32)

Id.

TypeIdinteger(int32)

TypeId.

Valuestring

Value. Nullable.

Updatedstring(date-time)

Updated.

UpdatedByinteger(int32)

UpdatedBy.

ClientIdinteger(int32)

ClientId.

{ "SupplierId": 0, "Id": 0, "TypeId": 0, "Value": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ClientId": 0 }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouse

SupplierIdinteger(int32)

SupplierId. Key property.

WarehouseIdinteger(int32)

WarehouseId. Key property.

ClientIdinteger(int32)

ClientId.

Namestring

Name. MaxLength: 50. Nullable.

StandardLeadTimeDayCountinteger(int32)

StandardLeadTimeDayCount. Nullable.

MinimumOrderValuenumber(decimal)

MinimumOrderValue. Nullable.

MinimumOrderValueCostnumber(decimal)

MinimumOrderValueCost. Nullable.

FreightCostnumber(decimal)

FreightCost. Nullable.

CostBlockinteger(int32)

CostBlock. Nullable.

IsConsignmentboolean

IsConsignment. Nullable.

IncludeInStockCalculationboolean

IncludeInStockCalculation.

TransferMethodIdinteger(int32)

TransferMethodId. Nullable.

TransferMethodValuestring

TransferMethodValue. MaxLength: 255. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "SupplierId": 0, "WarehouseId": 0, "ClientId": 0, "Name": "string", "StandardLeadTimeDayCount": 0, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "FreightCost": 0, "CostBlock": 0, "IsConsignment": true, "IncludeInStockCalculation": true, "TransferMethodId": 0, "TransferMethodValue": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouseLocation

SupplierIdinteger(int32)

SupplierId. Key property.

WarehouseIdinteger(int32)

WarehouseId. Key property.

LocationIdinteger(int32)

LocationId. Key property.

ClientIdinteger(int32)

ClientId.

Namestring

Name. MaxLength: 50. Nullable.

StandardLeadTimeDayCountinteger(int32)

StandardLeadTimeDayCount. Nullable.

MinimumOrderValuenumber(decimal)

MinimumOrderValue. Nullable.

MinimumOrderValueCostnumber(decimal)

MinimumOrderValueCost. Nullable.

FreightCostnumber(decimal)

FreightCost. Nullable.

CostBlockinteger(int32)

CostBlock. Nullable.

IsConsignmentboolean

IsConsignment. Nullable.

IncludeInStockCalculationboolean

IncludeInStockCalculation. Nullable.

TransferMethodIdinteger(int32)

TransferMethodId. Nullable.

TransferMethodValuestring

TransferMethodValue. MaxLength: 255. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

SupportsReservationboolean

SupportsReservation.

SupportsStockQueryboolean

SupportsStockQuery.

{ "SupplierId": 0, "WarehouseId": 0, "LocationId": 0, "ClientId": 0, "Name": "string", "StandardLeadTimeDayCount": 0, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "FreightCost": 0, "CostBlock": 0, "IsConsignment": true, "IncludeInStockCalculation": true, "TransferMethodId": 0, "TransferMethodValue": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "SupportsReservation": true, "SupportsStockQuery": true }

Application

Operations