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

RequestEmpDTO[ClAsgmtJobAsgmModel]

{
    "Data": [
        {
            "HREmpId": "string",
            "Client": "string",
            "AgencyName": "string",
            "ClientAsgmtModel": {
                "ClientHireDate": "string",
                "Department": "string",
                "CardNo": "string",
                "Shift": "string",
                "Level1": "string",
                "Level2": "string",
                "Level3": "string",
                "Level4": "string",
                "MobileApp": "string",
                "PunchWithPicture": "string",
                "PunchWithLocation": "string",
                "UseGeoFencing": "string",
                "GeoFencingLocationIds": [
                    0
                ],
                "PhysicalClock": "string",
                "AllowFingerprint": "string",
                "ProximityNumber": "string",
                "ClockPassword": "string",
                "HolidayPolicy": "string",
                "OvertimePolicy": "string",
                "AlertPolicy": "string",
                "RoundingPolicy": "string",
                "LunchPolicy": "string",
                "MealWaiverPolicy": "string",
                "TcApprovalPolicy": "string",
                "SalaryPolicy": "string",
                "ShiftDifferential": "string",
                "TenureDate": "string",
                "EmployeePortal": "string",
                "WebPunch": "string",
                "WebTimeSheet": "string",
                "Invite": "string"
            },
            "JobAsgmtModel": {
                "AssignmentId": "string",
                "AsgmtStartDate": "string",
                "AsgmtEndDate": "string",
                "PayMethod": "string",
                "EffectiveDate": "string",
                "PayRate": "string",
                "BillRateType": "string",
                "MarkupPercent": "string",
                "OTMarkupPercent": "string",
                "OT2MarkupPercent": "string",
                "RegFlatBillRate": "string",
                "OT1FlatBillRate": "string",
                "OT2FlatBillRate": "string",
                "Compensation": "string"
            }
        }
    ]
}