WurkNow API
  1. Report
WurkNow API
  • Overview
  • Client
    • Get All Client Users
      GET
    • Get GeoFence Locations
      GET
    • Add Clients
      POST
    • Get Clients
      GET
    • Update Client
      PUT
    • Get Client
      GET
    • Get Billing Templates
      GET
  • Employee
    • Get Employee
      GET
    • Get Employee
      GET
    • Add Employee
      POST
    • Update Employee
      PUT
    • Add Job Assignments
      POST
    • Update Job Assignments
      POST
    • Cancel Job Assignments
      POST
    • Add Update Client and Job Assignment
      POST
    • Get Job Order Assignment
      GET
  • Client Assignment
    • Get Client Assignment
      GET
    • Add Client Assignments
      POST
    • Update Client Assignments
      POST
  • Job Order
    • Get Job Orders
      GET
    • Get job Order details
      GET
    • Get Job Order Assignments
      GET
  • Timecard
    • Get Timecards By Status
    • Get Approved Timecards
    • Who’s at Work
    • Timecard_GetClientEmployees
  • VmsJobOrder
    • VmsJobOrder_ImportVmsJobOrders
  • ClientWorksite
    • Get ClientWorksites
    • Add ClientWorkSite
    • Get ClientWorksite
  • MSP Client
    • Get Employee Timecard Details
    • Get Last Week Timecards
    • Get Today Timecards
    • Get Employee Timecards
  • Report
    • Get Bill Summary_EMP Report
      GET
    • Get Labor Cost Report
      GET
    • Get Labor Cost CA Report
      GET
  • Schemas
    • Schemas
      • AgentUserDTO
      • AgencyInfoDTO
      • AsgmtCustomPropertyDTO
      • BranchesDTO
      • BulkUpsertEmployeeDto
      • Category
      • ClAsgmtJobAsgmModel
      • ClAsgmtModel
      • ContactInfo
      • CustomEmployeeModel
      • ClientEmployeeDTO
      • ClientUserDTO
      • CustomWnTempProfileEducation
      • CustomWnTempProfileWork
      • DailyAnalyticsDTO
      • DocumentExpirationDTO
      • Earning
      • EmployeeTimecardDTO
      • ImportClientDTO
      • ImportAssignmentDTO
      • ImportAsgmtEmployeeDTO
      • ImportClAssignmentDTO
      • ImportCancelAssignmentDTO
      • ImportVmsJobOrderViewModel
      • ImportVMSJobOrderDTO
      • JobOrderInfoDto
      • JobOrderDetailDto
      • JobAsgmtModel
      • JobOrderClientResponse
      • Name
      • RequestMigrationDTO[CustomEmployeeModel]
      • RequestEmpDTO[ClAsgmtJobAsgmModel]
      • ResponseDTO
      • RequestEmpDTO[APIEmployeeDTO]
      • ResponseMigrationDTO
      • ResponseImportDTO
      • RequestMigrationDTO[ImportClientDTO]
      • RequestMigrationDTO[ImportClAssignmentDTO]
      • RequestMigrationDTO[ImportCancelAssignmentDTO]
      • RequestMigrationDTO[ImportAssignmentDTO]
      • TrackerMigrationDTO
      • Tag
      • Telnyx_TextDeliveryWebhookWebhook
      • TimepairDetailDTO
      • UKGPayrollAPIModel
      • UKGInputModel
      • UnprocessedTimecardsDTO
      • UKGCandidateCreateModel
      • WhosAtWorkDTO
      • RecordRoles
      • CustomData
      • ClWorkSiteLocationNamesDTO
      • ApprovedTCDataAPI
      • ClinetGeoFenceLocationList
      • PayrollData
      • WnUserDTO
      • ImportClWorksiteLocationDataDTO
      • GetClientDetails
      • ClWorksiteLocationDataDTO
      • GetClientDataDetails
      • GetEmployeeDataDetails
      • GetEmployeeDetails
      • ClientDataDTO
    • RequestBodies
    • APIEmployeeDTO
    • ClientBillTemplateDTO
    • BillSummaryEmpDisplayDTO
    • LaborCostDisplayDTO
    • LaborCostCADisplayDTO
  1. Report

Get Labor Cost CA Report

GET
/api/report/{clientId}/LaborCostCA
Returns the Labor Cost CA Report for a specified client and date range

Request

Path Params

Query Params

Header Params

Responses

🟢200
application/json
OK
Body

Example
[
    {
        "WEDate": "02/21/2026",
        "Building": "",
        "Employee": "sharma, aarti",
        "EmployeeId": "9999346617",
        "AgencyName": "Testing Agency",
        "Location": "IE",
        "Department": "IE",
        "Shift": "1620E_1st",
        "RegHHMM": "29:21",
        "OTHHMM": "4:00",
        "OT2HHMM": "9:00",
        "SickHHMM": "8:23",
        "MPHHMM": "5:20",
        "RetroRegHHMM": "0:00",
        "RetroOTHHMM": "0:00",
        "RetroSickHHMM": "0:00",
        "Reg": "29.35",
        "OT": "4.00",
        "OT2": "9.00",
        "Sick": "8.39",
        "MP": "5.34",
        "RetroReg": "0.00",
        "RetroOT": "0.00",
        "RetroSick": "0.00",
        "PayRate": 11.00,
        "OTPayRate": 16.50,
        "OT2PayRate": 22.00,
        "BillRate": 14.74,
        "OTBillRate": 20.64,
        "OT2BillRate": 28.01,
        "RegBill": 432.62,
        "OTBill": 82.56,
        "OT2Bill": 252.09,
        "SickBill": 123.67,
        "MPBill": 78.71,
        "RetroRegBill": 0.00,
        "RetroOTBill": 0.00,
        "RetroSickBill": 0.00,
        "XtraEffortBill": 0.00,
        "ReimbursementBill": 0.00,
        "PayDiscrepancyBill": 0.00,
        "TotalBill": 969.65,
        "Positions": "Default",
        "Business Unit": "Default",
        "Sub-Department": "Default"
    }
]
Modified at 2026-02-27 17:11:58
Previous
Get Labor Cost Report
Next
AgentUserDTO