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 Bill Summary_EMP Report

GET
/api/report/{clientId}/BillSummaryEmp
Returns the Bill Summary_EMP report list for a specified client and date range

Request

Path Params

Query Params

Header Params

Responses

🟢200
application/json
OK
Body

Example
[
  {
    "AgencyName": "Testing Agency",
    "WurkNowID": "XXXXXX",
    "EmpID": "1",
    "EmpName": "West, Steven",
    "ClientHireDate": "11/10/2025",
    "TimecardLocked": "Yes @ 01/23/2026 10:12 PM",
    "TimecardApproved": "Yes @ 01/21/2026 10:23 AM",
    "ClientUserTimecardApprovers": "Zhou, Zoey",
    "Department": "US-Central",
    "PayPeriodStart": "01/12/2026",
    "Shift": "CAP Outbound Picker",
    "HourlyRate": 12.20,
    "MarkupPercent": 26.435,
    "OT1MarkupPercent": 26.076,
    "OT2MarkupPercent": 26.060,
    "RegBillRate": 15.43,
    "OT1BillRate": 23.07,
    "OT2BillRate": 30.76,
    "TotalHours": "5.50",
    "RegularHours": "2.50",
    "OT1Hours": "2.00",
    "OT2Hours": "1.00",
    "PaidHours": "5.50",
    "WorkHours": "5.50",
    "NonWorkHours": "0.50",
    "RegularTotal": 38.58,
    "OT1Total": 46.14,
    "OT2Total": 30.76,
    "TotalBill": 115.48,
    "Position": "Default"
  }
]
Modified at 2026-02-04 16:34:55
Previous
Get Employee Timecards
Next
Get Labor Cost Report