Resource type: confignewaddressfields
The values of singleselect and multiselect fields of the address module can be read out.
Parameters:
fieldname
Field name of a singleselect or multiselect address field.
Example:
{
"actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:get",
"resourceid": "fieldvalues",
"identifier": "",
"resourcetype": "confignewaddressfields",
"parameters": {
"fieldname": "Land"
}
}
Response parameters:
id
ID of the key valuetitle
Label of the key value
Response snippet:
...
{
"id": "DEU",
"type": "",
"elements": {
"title": "Deutschland"
}
},
...
