Skip to content

Documentation ApplicationService (1.1)

The Applications namespace has Entities and Operations concerned with the Application as such. It contains the Application entity, Stores and other lookup data common to an Application.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/

Schemas

Schemas

Role

Idinteger(int32)

The internal Id of the role.

Namestring

The Name of the role. MaxLength: 50.

Descriptionstring

The Description of the role. MaxLength: 500.

{ "Id": 0, "Name": "string", "Description": "string" }

Roles

ListArray of objects(Role)(Role)

A list of roles.

Defaultobject(Role)(Role)
{ "List": [ {} ], "Default": { "Id": 0, "Name": "string", "Description": "string" } }

SalesArea

Idinteger(int32)

The internal Id of the SalesArea.

Namestring

The Name of the SalesArea. MaxLength: 50.

CurrencyIdinteger(int32)

The default id of the Currency for this SalesArea.

VatCodeIdinteger(int32)

The default id of the VatCode for this SalesArea.

{ "Id": 0, "Name": "string", "CurrencyId": 0, "VatCodeId": 0 }

Application

Operations

Flags

Operations

InfoTypes

Operations

Location

Operations

Stores

Operations