This endpoint returns the current number of customers for all counters within a company.
POST
/f642d910-17db-4198-a62-302f9348f8cd/Service.asmx/GetAllCountsByCompanyForTodayPublic
curl \
-X POST https://opticounter.pl/f642d910-17db-4198-a62-302f9348f8cd/Service.asmx/GetAllCountsByCompanyForTodayPublic \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'CompanyName=Optiguard&Token=asgfoubge'
Request examples
Example retrieving data
{
"CompanyName": "Optiguard",
"Token": "asgfoubge"
}
{
"stringProperty": "checkmark"
}
Request examples
{
"CompanyName": "Optiguard",
"Token": "asdibaegse"
}
Response examples (200)
{
"DateTime": "2023-05-04T09:42:00+00:00",
"StoreName": "Aleksandrowska 6-10",
"Amount": "string"
}
Response examples (200)
{
"DateTime": "2025-05-04T09:42:00Z",
"StoreName": "Aleksandrowska 6-10",
"Amount": "string"
}
Response examples (400)
{
"status": 42
}
Response examples (400)
{
"status": 42
}