Query (v1)

Download OpenAPI description
Languages
Servers

https://norcecommerce.api-se.norce.tech/commerce/query/3.0/

Schemas

RecurringOrderSchedule

idinteger(int32)

The recurring order schedule identifier.

clientIdinteger(int32)

The client identifier.

applicationIdinteger(int32)

The application identifier.

recurringOrderIdinteger(int32)

The recurring order identifier.

frequencyIdinteger(int32)

The recurring order schedule frequency identifier.

recurValueinteger(int32)

The recurrence value used in combination with the frequency (e.g. every N weeks).

weeklyMondayboolean

Indicates whether the schedule runs on Mondays.

weeklyTuesdayboolean

Indicates whether the schedule runs on Tuesdays.

weeklyWednesdayboolean

Indicates whether the schedule runs on Wednesdays.

weeklyThursdayboolean

Indicates whether the schedule runs on Thursdays.

weeklyFridayboolean

Indicates whether the schedule runs on Fridays.

weeklySaturdayboolean

Indicates whether the schedule runs on Saturdays.

weeklySundayboolean

Indicates whether the schedule runs on Sundays.

monthlyDayinteger(int32)

The day of month the schedule runs on.

monthlyIntervalIdinteger(int32)

The monthly interval identifier (e.g. first, last).

monthlyIntervalValueIdinteger(int32)

The monthly interval value identifier (e.g. Monday, weekday).

timeOfDaystring or null(duration)

The time of day the schedule runs at.

nextRunstring or null(date-time)
isActiveboolean

Indicates whether the schedule is active.

stoppedDatestring or null(date-time)

The date and time the schedule was stopped.

stoppedByinteger or null(int32)

The identifier of the user who stopped the schedule.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

recurringOrder(RecurringOrder (object or null))
One of:
{ "id": 0, "clientId": 0, "applicationId": 0, "recurringOrderId": 0, "frequencyId": 0, "recurValue": 0, "weeklyMonday": true, "weeklyTuesday": true, "weeklyWednesday": true, "weeklyThursday": true, "weeklyFriday": true, "weeklySaturday": true, "weeklySunday": true, "monthlyDay": 0, "monthlyIntervalId": 0, "monthlyIntervalValueId": 0, "timeOfDay": "string", "nextRun": "2019-08-24T14:15:22Z", "isActive": true, "stoppedDate": "2019-08-24T14:15:22Z", "stoppedBy": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "recurringOrder": { "id": 0, "clientId": 0, "applicationId": 0, "typeId": 0, "templateQuotationId": 0, "statusId": 0, "holdFromDate": "2019-08-24T14:15:22Z", "holdUntilDate": "2019-08-24T14:15:22Z", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "schedules": [], "type": {}, "templateQuotation": {} } }

RecurringOrderType

idinteger(int32)

The recurring order type identifier.

clientIdinteger(int32)

The client identifier.

applicationIdinteger(int32)

The application identifier.

codestring[ 0 .. 50 ] charactersrequired

The code of the recurring order type.

namestring[ 0 .. 50 ] charactersrequired

The name of the recurring order type.

descriptionstring or null[ 0 .. 500 ] characters

The description of the recurring order type.

endDatestring or null(date-time)

The date and time the recurring order type ends.

isActiveboolean

Indicates whether the recurring order type is active.

stoppedDatestring or null(date-time)

The date and time the recurring order type was stopped.

stoppedByinteger or null(int32)

The identifier of the user who stopped the recurring order type.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

recurringOrderArray of objects or null(RecurringOrder)
{ "id": 0, "clientId": 0, "applicationId": 0, "code": "string", "name": "string", "description": "string", "endDate": "2019-08-24T14:15:22Z", "isActive": true, "stoppedDate": "2019-08-24T14:15:22Z", "stoppedBy": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "recurringOrder": [ {} ] }

ApplicationRoleCulture

applicationRoleIdinteger(int32)

The application role identifier.

cultureCodestring or null[ 0 .. 16 ] characters

The culture code (e.g. en-US).

namestring or null[ 0 .. 50 ] characters

The culture specific name of the application role.

descriptionstring or null[ 0 .. 500 ] characters

The culture specific description of the application role.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

clientIdinteger or null(int32)

The client identifier.

applicationRole(ApplicationRole (object or null))
One of:
{ "applicationRoleId": 0, "cultureCode": "string", "name": "string", "description": "string", "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0, "applicationRole": { "id": 0, "applicationId": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "replacesApplicationRoleId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isDefault": true, "code": "string", "applicationAccount": [], "applicationAccountApplicationRole": [], "cultures": [] } }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations