MYDIESEL
    • specs
      • Batch
        • Πλήρης λήψη εγγραφών ενός έτους
      • Diff
        • Λήψη μεταβολών σε χρονικό διάστημα
      • Schemas
        • TaxId
        • DieselTotal
        • DieselTotalChange
        • Pagination
        • Control
        • ChangesControl
        • TotalsResponse
        • ChangesResponse
        • Error

    TotalsResponse

    {
        "requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
        "generatedAt": "2019-08-24T14:15:22.123Z",
        "year": 2026,
        "pagination": {
            "page": 1,
            "pageSize": 5000,
            "totalPages": 80,
            "totalRecords": 398742,
            "hasNext": true
        },
        "control": {
            "totalRecords": 398742,
            "sumLitres": 742318905.47
        },
        "data": [
            {
                "taxId": "111111111",
                "year": 2026,
                "litres": 1630.2,
                "lastModifiedAt": "2026-09-09T21:14:00Z"
            }
        ]
    }
    Built with