POST api/ClockIns/GetGridRows

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": "cc0eaea9-4494-461b-b005-11ba54668a32",
  "BranchIDs": [
    1,
    2,
    3
  ],
  "EmployeeID": 1,
  "ManagerID": 1,
  "DateFrom": "2025-10-28T23:03:52.2020028+02:00",
  "DateTo": "2025-10-28T23:03:52.2020028+02:00",
  "IsCanceled": true
}

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