Balance change statistics
POST //api/balance/state HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 53 { "date_from": "text", "date_to": "text", "period_type": 1 }
OK
{ "balance": { "ANY_ADDITIONAL_PROPERTY": 1 }, "replenishment": { "ANY_ADDITIONAL_PROPERTY": 1 } }