Skip to main content
POST
/
payroll
/
apex_weeklyData
Apex TeleMapper Weekly Submission Data
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/payroll/apex_weeklyData
{
  "total": 2,
  "code": 200,
  "success": true,
  "data": [
    {
      "clockType": "IN",
      "personLname": "Doe",
      "clockOutUtc": "01/08/2025 5:00:00 PM",
      "personFname": "John",
      "clockInUtc": "01/08/2025 8:00:00 AM"
    }
  ]
}

Query Parameters

token
string
required
telemapperEntryId
integer
required
officeId
integer

Response

200 - application/json

Success

The response is of type object.