v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
ContactField

Retrieve Placeholders

Retrieve all Placeholders

get/Textparser/fetchDictionaryEntriesByType

Query parameters

objectName'Invoice' | 'CreditNote' | 'Order' | 'Contact' | 'Letter' | 'Email' required

Model name

subObjectName'Invoice' | 'CreditNote' | 'Order' | 'Contact' | 'Letter'

Sub model name, required if you have "Email" at objectName

Response

Successful operation

Example response

{
  "objects": [
    {
      "key": "Contact",
      "value": [
        {
          "key": "BANK_NUMBER",
          "value": "[%BIC%]"
        }
      ]
    }
  ]
}