POST api/Venue/save-daily-venue-statistics

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
stats
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DateStatisticsFor": "2026-06-04T13:15:04.5868102+09:30",
  "NoOfScanned": 2,
  "NoOfUniqueScanned": 3,
  "NoOfDetected": 4,
  "NoOfFPDetected": 5
}

application/xml, text/xml

Sample:
<Statistics xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DateStatisticsFor>2026-06-04T13:15:04.5868102+09:30</DateStatisticsFor>
  <NoOfScanned>2</NoOfScanned>
  <NoOfUniqueScanned>3</NoOfUniqueScanned>
  <NoOfDetected>4</NoOfDetected>
  <NoOfFPDetected>5</NoOfFPDetected>
</Statistics>

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 'Statistics'.