WurkNow API
    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 job Order details
      • Get Job Order Assignments
    • 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 Labor Cost Report
      • Get Labor Cost CA Report
    • 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

    LaborCostDisplayDTO

    {
        "WEDate": "string",
        "Building": "string",
        "Employee": "string",
        "EmployeeId": "string",
        "AgencyName": "string",
        "Location": "string",
        "Department": "string",
        "Shift": "string",
        "RegHours": "string",
        "OTHours": "string",
        "OT2Hours": "string",
        "Sick": "string",
        "MP": "string",
        "RetroReg": "string",
        "RetroOT": "string",
        "RetroSick": "string",
        "PayRate": 0,
        "OTPayRate": 0,
        "OT2PayRate": 0,
        "BillRate": 0,
        "OTBillRate": 0,
        "OT2BillRate": 0,
        "RegBill": 0,
        "OTBill": 0,
        "OT2Bill": 0,
        "SickBill": 0,
        "MPBill": 0,
        "RetroRegBill": 0,
        "RetroOTBill": 0,
        "RetroSickBill": 0,
        "XtraEffortBill": 0,
        "ReimbursementBill": 0,
        "PayDiscrepancyBill": 0,
        "TotalBill": 0
    }