Download OpenAPI specification:Download
System related API for Aptic solutions
| entity required | string The name of the entity/resource/object to get initial form values for |
| type required | string The type of form |
| initialValues required | boolean Query parameter, needs to be true. If set to true the response will contain initial values for this function |
| id | string The identity of the specific resource to get initial values for |
| subId | string The sub identity of the specific resource to get initial values for |
| name | string The name of the specific part of the resource to get initial values for |
{- "name1": "string",
- "name2": 0,
- "name3": true
}| entity required | string The name of the entity/resource/object to recalculate |
| type required | string The type of form |
| recalc required | string Query parameter, needs to be set. If set to true the response will contain initial values for this function |
| id | string The identity of the specific resource to recalculate |
| subId | string The sub identity of the specific resource to recalculate |
| name | string The name of the specific part of the resource to recalculate |
A subset of fields used when recalculating the form values
{- "name1": "string",
- "name2": 0,
- "name3": true
}{- "name1": "string",
- "name2": 0,
- "name3": true
}| entity required | string The name of the entity/resource/object to create |
| type required | string The type of form |
| id | string The primary identity of the specific resource to create |
| subId | string The sub identity of the specific resource to create |
| name | string The name of the specific part of the resource to create |
All fields needed create the resource
{- "name1": "string",
- "name2": 0,
- "name3": true
}{- "name1": "string",
- "name2": 0,
- "name3": true
}| entity required | string The name of the entity/resource/object to store |
| type required | string The type of form |
| id | string The primary identity of the specific resource to store |
| subId | string The sub identity of the specific resource to store |
| name | string The name of the specific part of the resource to store |
A subset of form fields to update
{- "name1": "string",
- "name2": 0,
- "name3": true
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| entity required | string The name of the entity/resource/object to delete |
| type required | string The type of form |
| id | string The primary identity of the specific resource to delete |
| subId | string The sub identity of the specific resource to delete |
| name | string The name of the specific part of the resource to delete |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}{- "sections": [
- {
- "sectionCode": "string",
- "label": "string",
- "description": "string",
- "url": "string",
- "icon": "string",
- "subSections": [
- {
- "subSectionCode": "string",
- "label": "string",
- "description": "string",
- "url": "string"
}
]
}
]
}| lookupcode required | string Dynamic lookup code to use for the key lookup |
Request body containing the search string
| searchStr | string or null Search string for dynamic lookups |
| arguments | Array of strings or null Additional search arguments |
{- "searchStr": "string",
- "arguments": [
- "string"
]
}{- "values": [
- {
- "lookupCode": "string",
- "lookupKey": "string",
- "description": "string"
}
]
}| lookupcode required | string Dynamic lookup code to use for the key lookup |
| key required | string The key lookup |
{- "values": [
- {
- "lookupCode": "string",
- "lookupKey": "string",
- "description": "string"
}
]
}| objectname required | string Name of main object, like client, invoice, etc. |
| formcode required | string Name of the form |
{- "title": "string",
- "metadataFieldsType": "string",
- "submitMethod": "string",
- "submitBtnText": "string",
- "recalc": [
- {
- "recalcCode": "string",
- "btnText": "string",
- "fields": [
- "string"
]
}
], - "groups": [
- {
- "columns": 0,
- "noTopDivider": true,
- "label": "string",
- "fields": [
- {
- "code": "string",
- "type": "string",
- "length": 0,
- "multiline": 0,
- "allowBreak": true,
- "required": true,
- "groupOrder": 0,
- "fieldOrder": 0,
- "listFieldOrder": 0,
- "mustMatchLookup": true,
- "lookupField": true,
- "editCode": "string",
- "displayCode": "string",
- "displayType": "string",
- "lookupCode": "string",
- "lookupColumn": "string",
- "groupLabel": "string",
- "shortLabel": "string",
- "longLabel": "string",
- "description": "string",
- "minValue": "string",
- "maxValue": "string",
- "specificValues": "string",
- "audit": true,
- "dbLength": 0,
- "allowNull": true,
- "personalDataTypeId": 0,
- "searchEngineField": "string",
- "searchEngingeSortable": 0
}
]
}
]
}{- "version": "string",
- "copyright": "string",
- "fullCopyright": "string",
- "systemName": "string",
- "systemDescription": "string",
- "licensedTo": "string",
- "customerNo": "string",
- "validUntilCollect": "2019-08-24T14:15:22Z",
- "validUntilEdge": "2019-08-24T14:15:22Z",
- "validUntilCredit": "2019-08-24T14:15:22Z",
- "languages": "string",
- "systemTimeZone": 0,
- "systemTimeZoneCode": "string",
- "systemTimeZoneDescription": "string",
- "systemDate": "2019-08-24T14:15:22Z"
}| command required | string System command |
System command arguments
| argument | Array of strings or null Array of up to 6 arguments to the server command |
{- "argument": [
- "string"
]
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}New log level
| logLevel | integer or null <int32> New logging level, between 0 and 10. 1 is default log level. |
{- "logLevel": 0
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}New system date
| systemDate | string or null New system date. Null or empty date resets the system date to current date. |
{- "systemDate": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}