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

    ChangesResponse

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