WurkNow API
  1. Schemas
WurkNow API
  • Overview
  • Client
    • Get All Client Users
    • Get GeoFence Locations
    • Add Clients
    • Get Clients
    • Update Client
    • Get Client
    • Get Billing Templates
  • Employee
    • Get Employee
    • Get Employee
    • Add Employee
    • Update Employee
    • Add Job Assignments
    • Update Job Assignments
    • Cancel Job Assignments
    • Add Update Client and Job Assignment
    • Get Job Order Assignment
  • Client Assignment
    • Get Client Assignment
    • Add Client Assignments
    • Update Client Assignments
  • 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
  1. Schemas

TimepairDetailDTO

{
    "FirstName": "string",
    "LastName": "string",
    "WurkNowId": "string",
    "Agency": "string",
    "Supervisor": "string",
    "Department": "string",
    "Customer": "string",
    "EmpPosition": "string",
    "Shift": "string",
    "PayRate": 0,
    "ReportingDate": "2019-08-24T14:15:22.123Z",
    "StartDate": "2019-08-24T14:15:22.123Z",
    "StartTime": "string",
    "LunchOutDate1": "2019-08-24T14:15:22.123Z",
    "LunchOutTime1": "string",
    "LunchInDate1": "2019-08-24T14:15:22.123Z",
    "LunchInTime1": "string",
    "LunchOutDate2": "2019-08-24T14:15:22.123Z",
    "LunchOutTime2": "string",
    "LunchInDate2": "2019-08-24T14:15:22.123Z",
    "LunchInTime2": "string",
    "EndDate": "2019-08-24T14:15:22.123Z",
    "EndTime": "string",
    "ShiftStartDate": "2019-08-24T14:15:22.123Z",
    "ShiftStartTime": "string",
    "ShiftLunchOutDate": "2019-08-24T14:15:22.123Z",
    "ShiftLunchOutTime": "string",
    "ShiftLunchInDate": "2019-08-24T14:15:22.123Z",
    "ShiftLunchInTime": "string",
    "ShiftEndDate": "2019-08-24T14:15:22.123Z",
    "ShiftEndTime": "string",
    "Regular": 0,
    "Overtime": 0,
    "DoubleTime": 0,
    "Sick": 0,
    "TenureDate": "2019-08-24T14:15:22.123Z",
    "LastPunchDate": "2019-08-24T14:15:22.123Z",
    "ActualStartDate": "2019-08-24T14:15:22.123Z",
    "ActualStartTime": "string",
    "ActualLunchOutDate1": "2019-08-24T14:15:22.123Z",
    "ActualLunchOutTime1": "string",
    "ActualLunchInDate1": "2019-08-24T14:15:22.123Z",
    "ActualLunchInTime1": "string",
    "ActualLunchOutDate2": "2019-08-24T14:15:22.123Z",
    "ActualLunchOutTime2": "string",
    "ActualLunchInDate2": "2019-08-24T14:15:22.123Z",
    "ActualLunchInTime2": "string",
    "ActualEndDate": "2019-08-24T14:15:22.123Z",
    "ActualEndTime": "string",
    "ActualStartSource": "string",
    "ActualLunchOutSource1": "string",
    "ActualLunchInSource1": "string",
    "ActualLunchOutSource2": "string",
    "ActualLunchInSource2": "string",
    "ActualEndSource": "string",
    "BillRate": 0,
    "OTBillRate": 0,
    "OT2BillRate": 0,
    "RegBillAmount": 0,
    "OTBillAmount": 0,
    "OT2BillAmount": 0,
    "TotalBillAmount": 0
}