v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Layout

Update an invoice template

Update an existing invoice template

put/Invoice/{invoiceId}/changeParameter

Path parameters

invoiceIdinteger required

ID of invoice to update

Request body

key'language' | 'template' | 'letterpaper' | 'payPal' required

the type to be changed

valuestring required

the id/value of the template/letterpaper/language/payPal.

Example request

{
  "key": "template",
  "value": "573ef2706bd2d50366786471"
}

Response

Successful operation

resultstring

Example response

{
  "result": "1",
  "metadaten": {
    "pages": 1,
    "thumbs": [
      {
        "key": "language",
        "name": "Sprache",
        "values": [
          {
            "name": "deutsch",
            "value": "de_DE",
            "translationCode": "SEVDOC_LANG_DE_DE"
          }
        ]
      }
    ]
  }
}