CRM Abrechnungslauf
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/erp/crm-billing-run/{id} HTTP/1.1
Host: localhost:53907
Accept: */*
{
"number": 1,
"successful": true,
"logLines": [
{
"version": "text",
"info": {
"createdAt": "2026-02-10T15:46:33.547Z",
"createdFrom": "text",
"updatedAt": "2026-02-10T15:46:33.547Z",
"updatedFrom": "text"
},
"id": "text",
"logTime": "2026-02-10T15:46:33.547Z",
"origin": "DEBUG",
"message": {
"messageCode": "text",
"messageParameters": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"formattedMessage": "text"
}
}
],
"billingDocuments": [
{
"id": 1,
"category": "CUSTOMER_OFFER",
"documentType": "text",
"documentState": "text",
"number": "text"
}
]
}