Compare collected invoice totals with E-conomic
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /collected-invoices/economic/compare
Operation
Operation ID: compareCollectedInvoiceEconomic
Compares a collected invoice in the system with its corresponding invoice in E-conomic. Returns totals from both sources, their difference, and any warnings detected during comparison.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
collected_invoice_id | query | yes | integer | The internal collected invoice ID to compare |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Comparison completed successfully | application/json |
400 | ||
401 | ||
403 | ||
404 | ||
500 |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/CollectedInvoiceEconomicCompareResponse"
}
17 March 2026