API for developers
Statement retrieval
Statement retrieval
Endpoint: /api/einvoice/statement
Parameters to be passed:
Field | Discription |
---|---|
start_date | start datetime of the time interval in the format Y-m-d H:i:s |
end_date | end datetime of the time interval in the format Y-m-d H:i:s |
status | display payments only with the specified status (optional parameter) |
Example request: { "start_date": "2017-02-01 00:00:00", "end_date": "2017-03-01 00:00:00", "status": "PAYED" }
The response contains an array list with elements representing the response to the /api/einvoice/status request
Example response: { "list": [ { statusResponse }, { statusResponse } ] }