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://demo.storm.io/api/1.1/

Application

Operations

Get current application

Request

GetApplication gets the current application data based on the provided Oauth2 credentials.

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://demo.storm.io/api/1.1/ApplicationService.svc/rest/GetApplication

Responses

Success

Body
Idinteger or null(int32)

The system wide unique internal Storm Id for this Application.

ParentIdinteger or null(int32)

Id of the parent application, if any. Will be the same as Id if none exists. Applications with the same parentId share products and customers. Some content and navigation can differ.

Keystring(guid)

The system wide unique Key for this Application.

Namestring

The Name of this Application. MaxLength: 50.

Urlstring

The Url to the Application. MaxLength: 255.

SenderEmailAddressstring

The sender e-mail address for all external communication and notifications if Norce Storm email services are used. MaxLength: 255.

Clientobject(Client)(Client)
Culturesobject(Cultures)(Cultures)
Currenciesobject(Currencies)(Currencies)
Pricelistsobject(Pricelists)(Pricelists)
SalesAreasobject(SalesAreas)(SalesAreas)
Rolesobject(Roles)(Roles)
Countriesobject(Countries)(Countries)
AuthorizationsArray of objects(IdValue)(IdValue)

A list of authorizations available for this application. Can be used when creating customer accounts.

Response
{ "Id": 0, "ParentId": 0, "Key": "string", "Name": "string", "Url": "string", "SenderEmailAddress": "string", "Client": { "Id": 0, "Key": "string", "Name": "string" }, "Cultures": { "List": [], "Default": {} }, "Currencies": { "List": [], "Default": {} }, "Pricelists": { "Ids": [], "Default": 0 }, "SalesAreas": { "List": [], "Default": {} }, "Roles": { "List": [], "Default": {} }, "Countries": { "List": [], "Default": {} }, "Authorizations": [ {} ] }

Flags

Operations

InfoTypes

Operations

Location

Operations

Stores

Operations