POST api/Statistics/GetLiveData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "ae628c48-ad93-49ff-b22c-c44c444303b3",
  "BranchIDs": [
    1,
    2,
    3
  ],
  "date": "2026-07-30T15:18:36.8638476+03:00",
  "TimeBased": true,
  "GraphType": 4,
  "TimeZoneOffset": 5
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LiveData'.