POST api/Emps/EmpAttendRecord

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
EmpAttendRecord
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "empFingerID": "sample string 1",
    "cHECKTIME": "2025-12-10T14:51:15.5313988-08:00"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.