Tariscope 4.6.Tariscope API guide
Методи Tariscope API
7. accounts.summary
This is a GET request that returns the subscriber's account balance on a given date.
Query parameters:
- id – subscriber identifier.
- year – year.
- month – month.
- day – day.
The data on the request is returned in JSON format and contains the following fields:
- start_debt – account balance at the beginning of the day.
- end_debt – account balance at the end of the day.
- charge – charge.
- payment – payments.
- date – date.
Example query.
Get the account balance of the subscriber with ID = 1234 on 05/20/2025.
http://localhost:8085/api/accounts.summary/?id=1234&year=2025&month=5&day=20