Name | Description | Type | Additional information |
---|---|---|---|
Version |
REQUIRED: Version of the app. The version might be displayed in the configuration settings of the Business System. |
string |
None. |
Name |
REQUIRED: App name. The Name might displayed in the configuration settings of the Business System. |
string |
None. |
ModuleId |
REQUIRED: ModuleId. This id can be used to display the ModuleId of the app in the configuration settings of the Business System. |
integer |
None. |
MobileAppType |
REQUIRED: mobile app type. Note it this is changed from the pevious version of the API (1.1) where it was numbers. App type must be set to identify the apps data access rights. String is case sensitive App type to use if app can do fitting. Write FittingApp App type to use if app can do measurements e.g. audiograms, REM Write MeasurementApp App type to use if your app is of a more general nature e.g. handling jounal records Write GeneralApp |
string |
None. |
Requirements |
REQUIRED: AppDataRequirements. Property was added in Api version 1.4 This class describes the data access requested by the ServiceApp. This includes read, write and messages about changes. |
AppDataRequirements |
None. |