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.
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.
curl -i -X GET \ https://demo.storm.io/api/1.1/ApplicationService.svc/rest/GetApplication
Success
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.
The sender e-mail address for all external communication and notifications if Norce Storm email services are used. MaxLength: 255.
{ "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": [ { … } ] }