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

JobOrderDetailDto

{
    "Id": 0,
    "JobOrderCode": "string",
    "JobTitle": "string",
    "ClientId": 0,
    "ClientCode": "string",
    "ClientName": "string",
    "PlacedByContactId": 0,
    "PlacedBy": "string",
    "Department": "string",
    "Level1": "string",
    "Level2": "string",
    "Level3": "string",
    "Level4": "string",
    "JobType": 0,
    "UseDateRange": true,
    "IsOnGoing": "string",
    "TimeZone": "string",
    "StartDate": "2019-08-24T14:15:22.123Z",
    "EndDate": "2019-08-24T14:15:22.123Z",
    "HomeBranch": "string",
    "BranchId": 0,
    "ShiftName": "string",
    "FirstDayStartTime": 0,
    "RegularStartTime": 0,
    "RegularEndTime": 0,
    "Status": 0,
    "UrgencyLevel": 0,
    "StreetAddress": "string",
    "StreetAddress2": "string",
    "City": "string",
    "State": "string",
    "MailZip": "string",
    "IsStarred": true,
    "ActiveAsgmts": 0,
    "EndedAsgmts": 0,
    "TotalAsgmts": 0,
    "JobOrderFillStatus": 0,
    "VmsOrderFillStatus": 0,
    "TotalPositions": 0,
    "NoOfDays": 0,
    "JobOrderAsgmtStartDate": "2019-08-24T14:15:22.123Z",
    "JobOrderAsgmtEndDate": "2019-08-24T14:15:22.123Z",
    "CreatedOn": "2019-08-24T14:15:22.123Z",
    "EndReasonId": 0,
    "EndReason": "string",
    "LastGPCSettingId": 0,
    "IsAutoScheduled": true,
    "VmsOrderId": 0,
    "LocationName": "string",
    "UnfilledAssignments": 0,
    "OfferAcceptedWaitingTemp": 0,
    "JobTempAsgmtDaysCount": 0,
    "IsTemplateOrder": true,
    "VmsOrderCode": "string",
    "FillRate": 0,
    "PayRateMin": 0,
    "PayRateMax": 0,
    "OTAllowed": 0,
    "OTHours": 0,
    "OvertimePolicyId": 0,
    "BonusOffered": 0,
    "BonusAmount": 0,
    "PayForPerDiem": true,
    "MinHrsForPerDiem": 0,
    "PerDiemAmount": 0,
    "PayForMiles": true,
    "MinHrsForMileagePay": 0,
    "CompCode": "string",
    "StateCode": "string",
    "BillTemplateName": "string",
    "PayRate": 0,
    "BillRateType": 0,
    "BillRateTypeName": "string",
    "FlatAmount": 0,
    "FlatPercent": 0,
    "MarkupPercent": 0,
    "OTMarkupPercent": 0,
    "OT2MarkupPercent": 0,
    "OT1Multiplier": 0,
    "OT2Multiplier": 0
}