Beispielanfrage
GET https://api.jupiter-erp.com/api/account/dunnings/next
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/dunnings/next' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Antworten
200OK
Default text templates for a new dunning. Dunnings have no own number; display number is invoice number + '-' + dunning level.
| Feld | Typ | Beschreibung | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| text* | object |
|
Beispiel Response
{
"text": {
"subject": "string",
"top": "string",
"bottom": "string"
}
}Dunnings