Resource type : addressCompletionFields
With this API call all fields can be queried, which are marked / selected for address completion.
Parameters:
- (none)
Request example
{
"actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:get",
"resourceid": "",
"identifier": "",
"resourcetype": "addressCompletionFields",
"parameters": []
}
Response:
name
Name of the categoryfields
Array of JSON objects. List of fields in a category.id
Unique field keyname
Name of fieldtype
Type of field (Data type,singleselect,multiselect)values
OPTIONAL. Only for typesingleselectandmultiselect. JSON object with individual key-value pairs.default
OPTIONAL. Only for typesingleselectandmultiselect. Default value of the singleselect or multiselect values.
Example:
...
elements: {
name: "Verwaltung",
fields: [
{
id: "ArtDaten",
name: "Kontaktart",
type: "multiselect",
values: {
indMulti5509Select5509: "Objektesammler",
indMulti5507Select5507: "Mensch",
...
