GET api/job

Returns the last 10 records inserted into the OE_Job table (for testing purposes only; this operation may be disabled in production.)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Job
NameDescriptionTypeAdditional information
JobId

Sedona internal autonumber for the Job record

integer

None.

JobCode

Abbreviated Job Code

string

String length: inclusive between 0 and 25

CustomerId

Foreign key from AR_Customer table

integer

None.

CustomerSiteId

Foreign key from AR_Customer_Site table

integer

None.

BusinessName

From AR_Customer_Site table

string

None.

Address1

From AR_Customer_Site table

string

None.

CityState

string

None.

JobStatusCode

Value from OE_Job_Status table

string

None.

JobTypeCode

Value from OE_Job_Type table

string

None.

Description

string

String length: inclusive between 0 and 50

SalespersonCode

Value from SY_Employee table

string

None.

DepartmentCode

Value from SY_Department table

string

None.

Amount

decimal number

None.

BilledAmount

decimal number

None.

RMRAmount

decimal number

None.

BilledRMRAmount

decimal number

None.

SoldDate

date

None.

StartDate

date

None.

ProjectedEndDate

date

None.

EndDate

date

None.

PONumber

string

String length: inclusive between 0 and 20

InstallerCode

string

None.

Memo

string

String length: inclusive between 0 and 255

EstMaterial

decimal number

None.

EstLabor

decimal number

None.

EstOther

decimal number

None.

ChangeOrder

boolean

None.

MasterJobId

integer

None.

BillOnDay

integer

None.

BillThruDay

integer

None.

HoldBackPctg

decimal number

None.

TaxingGroupCode

Value from AR_Taxing_Group table

string

None.

JobLocked

boolean

None.

EstOverhead

decimal number

None.

EstCommission

decimal number

None.

Reversal

boolean

None.

InstallCompanyCode

Value from OE_Install_Company table

string

None.

TotalLaborUnits

decimal number

None.

PartLaborUnits

decimal number

None.

InstallLaborUnits

decimal number

None.

LaborUnits

decimal number

None.

TotalRMRAmount

decimal number

None.

TotalBilledRMRAmount

decimal number

None.

InstallAmount

decimal number

None.

PartAmount

decimal number

None.

ProjMgrCode

string

None.

PrevailingWage

decimal number

None.

PermitRequired

boolean

None.

Permit1

string

String length: inclusive between 0 and 25

Permit2

string

String length: inclusive between 0 and 25

Permit3

string

String length: inclusive between 0 and 25

QuoteId

integer

None.

BranchCode

Value from AR_Branch table

string

None.

CommissionMultiplier

decimal number

None.

CommissionApprovalDate

date

None.

CommissionApprovedBy

string

String length: inclusive between 0 and 30

Salesperson2Code

Value from SY_Employee table

string

None.

Salesperson1CommissionPctg

decimal number

None.

Salesperson2CommissionPctg

decimal number

None.

CreationDate

date

None.

EnteredBy

string

String length: inclusive between 0 and 30

OverrideTaskList

boolean

None.

SalesSplit

boolean

None.

UnitsUsed

decimal number

None.

OutsideInvoicingDone

decimal number

None.

UserCode

the user making this change; defaults to UserCode value from config file if not set explicitly

string

String length: inclusive between 0 and 30

Site

AR_Customer_Site record associated with the Job

CustomerSite

None.

JobSystem

OE_Job_System record associated with the Job

JobSystem

None.

Tasks

list of Job Taks, only filled when returning a single job

Collection of JobTask

None.

Notes

list of Job Taks, only filled when returning a single job

Collection of JobNote

None.

JobParts

list of Parts used on the job

Collection of JobPart

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "JobId": 1,
    "JobCode": "sample string 2",
    "CustomerId": 3,
    "CustomerSiteId": 4,
    "BusinessName": "sample string 5",
    "Address1": "sample string 6",
    "CityState": "sample string 7",
    "JobStatusCode": "sample string 8",
    "JobTypeCode": "sample string 9",
    "Description": "sample string 10",
    "SalespersonCode": "sample string 11",
    "DepartmentCode": "sample string 12",
    "Amount": 1.0,
    "BilledAmount": 1.0,
    "RMRAmount": 1.0,
    "BilledRMRAmount": 1.0,
    "SoldDate": "2024-07-27T01:55:22.8135876-05:00",
    "StartDate": "2024-07-27T01:55:22.8135876-05:00",
    "ProjectedEndDate": "2024-07-27T01:55:22.8135876-05:00",
    "EndDate": "2024-07-27T01:55:22.8135876-05:00",
    "PONumber": "sample string 13",
    "InstallerCode": "sample string 14",
    "Memo": "sample string 15",
    "EstMaterial": 1.0,
    "EstLabor": 1.0,
    "EstOther": 1.0,
    "ChangeOrder": true,
    "MasterJobId": 1,
    "BillOnDay": 1,
    "BillThruDay": 1,
    "HoldBackPctg": 1.1,
    "TaxingGroupCode": "sample string 16",
    "JobLocked": true,
    "EstOverhead": 1.0,
    "EstCommission": 1.0,
    "Reversal": true,
    "InstallCompanyCode": "sample string 17",
    "TotalLaborUnits": 1.1,
    "PartLaborUnits": 1.1,
    "InstallLaborUnits": 1.1,
    "LaborUnits": 1.1,
    "TotalRMRAmount": 18.0,
    "TotalBilledRMRAmount": 19.0,
    "InstallAmount": 20.0,
    "PartAmount": 21.0,
    "ProjMgrCode": "sample string 22",
    "PrevailingWage": 1.0,
    "PermitRequired": true,
    "Permit1": "sample string 23",
    "Permit2": "sample string 24",
    "Permit3": "sample string 25",
    "QuoteId": 1,
    "BranchCode": "sample string 26",
    "CommissionMultiplier": 1.0,
    "CommissionApprovalDate": "2024-07-27T01:55:22.8135876-05:00",
    "CommissionApprovedBy": "sample string 27",
    "Salesperson2Code": "sample string 28",
    "Salesperson1CommissionPctg": 1.0,
    "Salesperson2CommissionPctg": 1.0,
    "CreationDate": "2024-07-27T01:55:22.8135876-05:00",
    "EnteredBy": "sample string 29",
    "OverrideTaskList": true,
    "SalesSplit": true,
    "UnitsUsed": 1.1,
    "OutsideInvoicingDone": 1.0,
    "UserCode": "sample string 30",
    "Site": {
      "CustomerSiteId": 1,
      "CustomerId": 1,
      "TaxGroupCode": "sample string 2",
      "BranchCode": "sample string 3",
      "IsCommercial": true,
      "SiteName": "sample string 4",
      "Address1": "sample string 5",
      "Address2": "sample string 6",
      "Address3": "sample string 7",
      "City": "sample string 8",
      "State": "sample string 9",
      "Zip": "sample string 10",
      "County": "sample string 11",
      "ZipExt": "sample string 12",
      "CountryAbbrev": "sample string 13",
      "Phone1": "sample string 14",
      "Phone2": "sample string 15",
      "Fax": "sample string 16",
      "Email": "sample string 17",
      "Comments": "sample string 18",
      "MapCode": "sample string 19",
      "CrossStreet": "sample string 20",
      "CustomerSince": "sample string 21",
      "Inactive": true,
      "ExternalLink": "sample string 22",
      "ExternalSerialNumber": "sample string 23",
      "ExternalVersionNumber": "sample string 24",
      "CycleTaxGroupCode": "sample string 25",
      "TaxExemptNum": "sample string 26",
      "GSTTaxExemptNum": "sample string 27",
      "SiteNumber": "sample string 28",
      "CustomerBillId": 29,
      "BusinessName2": "sample string 30"
    },
    "JobSystem": {
      "JobSystemId": 1,
      "CustomerId": 1,
      "CustomerNumber": "sample string 2",
      "CustomerSiteId": 1,
      "BusinessName": "sample string 3",
      "Address1": "sample string 4",
      "JobId": 1,
      "JobCode": "sample string 5",
      "SystemId": 1,
      "SystemCode": "sample string 6",
      "PanelTypeId": 1,
      "PanelTypeCode": "sample string 7",
      "PanelLocation": "sample string 8",
      "Memo": "sample string 9",
      "ContractFormId": 1,
      "ContractFormCode": "sample string 10",
      "ContractNumber": "sample string 11",
      "WarrantyId": 1,
      "WarrantyCode": "sample string 12",
      "WarrantyDate": "2024-07-27T01:55:22.8135876-05:00",
      "ServiceLevelId": 1,
      "ServiceLevelCode": "sample string 13",
      "AlarmAccount": "sample string 14",
      "AlarmCompanyId": 1,
      "AlarmCompanyCode": "sample string 15",
      "ServiceCompanyId": 1,
      "ServiceCompanyCode": "sample string 16",
      "ContractStartDate": "2024-07-27T01:55:22.8135876-05:00",
      "Months": 1,
      "RenewalMonths": 1,
      "OkToIncrDate": "2024-07-27T01:55:22.8135876-05:00",
      "InvoiceDescriptionId": 1,
      "InvDescCode": "sample string 17",
      "CyclePONumber": "sample string 18",
      "CyclePOExpire": "2024-07-27T01:55:22.8135876-05:00",
      "InspectionCycleId": 1,
      "InspectionCycleCode": "sample string 19",
      "LastInspectionDate": "2024-07-27T01:55:22.8135876-05:00",
      "NextInspectionDate": "2024-07-27T01:55:22.8135876-05:00",
      "InspectionProblemId": 1,
      "ProblemCode": "sample string 20",
      "InspectionNotes": "sample string 21",
      "SystemComments": "sample string 22",
      "ExternalLink": "sample string 23",
      "CustomerSystemId": 1,
      "InspectionServiceLevelId": 1,
      "InspectionServiceLevelCode": "sample string 24"
    },
    "Tasks": [
      {
        "JobTaskId": 1,
        "JobCode": "sample string 2",
        "TaskCode": "sample string 3",
        "Sequence": 4,
        "Billing": true,
        "Billing_Pctg": 5.1,
        "IsBillingDone": true,
        "InvoiceId": 6,
        "StatusCode": "sample string 7",
        "ScheduleHours": 8.1,
        "NewDaySchedule": "sample string 9",
        "Completed": true,
        "Timestamp": "2024-07-27T01:55:22.8135876-05:00",
        "ApprovedBy": "sample string 10",
        "Comments": "sample string 11",
        "SequenceLocksJob": "sample string 12",
        "PhaseId": 13,
        "ScheduleDate": "2024-07-27T01:55:22.8135876-05:00",
        "LastServiceTechCode": "sample string 15",
        "LastDispatchDate": "2024-07-27T01:55:22.8135876-05:00",
        "TaskLengthDays": 17.0,
        "TaskPercentageComplete": 18.0,
        "TaskLengthHours": 19
      },
      {
        "JobTaskId": 1,
        "JobCode": "sample string 2",
        "TaskCode": "sample string 3",
        "Sequence": 4,
        "Billing": true,
        "Billing_Pctg": 5.1,
        "IsBillingDone": true,
        "InvoiceId": 6,
        "StatusCode": "sample string 7",
        "ScheduleHours": 8.1,
        "NewDaySchedule": "sample string 9",
        "Completed": true,
        "Timestamp": "2024-07-27T01:55:22.8135876-05:00",
        "ApprovedBy": "sample string 10",
        "Comments": "sample string 11",
        "SequenceLocksJob": "sample string 12",
        "PhaseId": 13,
        "ScheduleDate": "2024-07-27T01:55:22.8135876-05:00",
        "LastServiceTechCode": "sample string 15",
        "LastDispatchDate": "2024-07-27T01:55:22.8135876-05:00",
        "TaskLengthDays": 17.0,
        "TaskPercentageComplete": 18.0,
        "TaskLengthHours": 19
      }
    ],
    "Notes": [
      {
        "NoteId": 1,
        "JobCode": "sample string 2",
        "Note": "sample string 3",
        "AccessLevel": 1,
        "NoteType": "sample string 4",
        "UserCode": "sample string 5",
        "EnteredDate": "2024-07-27T01:55:22.8135876-05:00"
      },
      {
        "NoteId": 1,
        "JobCode": "sample string 2",
        "Note": "sample string 3",
        "AccessLevel": 1,
        "NoteType": "sample string 4",
        "UserCode": "sample string 5",
        "EnteredDate": "2024-07-27T01:55:22.8135876-05:00"
      }
    ],
    "JobParts": [
      {
        "JobPartId": 1,
        "JobSystemId": 2,
        "PartCode": "sample string 3",
        "Quantity": 4,
        "Rate": 5.0,
        "Amount": 6.0,
        "Location": "sample string 7",
        "InvoiceItem": true,
        "MasterItemCode": "sample string 8",
        "LaborUnits": 9.1,
        "MasterJobPartCode": "sample string 10",
        "IssuedQuantity": 1,
        "PurchaseCost": 1.0,
        "PurchaseDescription": "sample string 11",
        "VendorCode": "sample string 12",
        "JobPartDescription": "sample string 13",
        "PhaseCode": "sample string 14",
        "IssueFromStock": true
      },
      {
        "JobPartId": 1,
        "JobSystemId": 2,
        "PartCode": "sample string 3",
        "Quantity": 4,
        "Rate": 5.0,
        "Amount": 6.0,
        "Location": "sample string 7",
        "InvoiceItem": true,
        "MasterItemCode": "sample string 8",
        "LaborUnits": 9.1,
        "MasterJobPartCode": "sample string 10",
        "IssuedQuantity": 1,
        "PurchaseCost": 1.0,
        "PurchaseDescription": "sample string 11",
        "VendorCode": "sample string 12",
        "JobPartDescription": "sample string 13",
        "PhaseCode": "sample string 14",
        "IssueFromStock": true
      }
    ]
  },
  {
    "JobId": 1,
    "JobCode": "sample string 2",
    "CustomerId": 3,
    "CustomerSiteId": 4,
    "BusinessName": "sample string 5",
    "Address1": "sample string 6",
    "CityState": "sample string 7",
    "JobStatusCode": "sample string 8",
    "JobTypeCode": "sample string 9",
    "Description": "sample string 10",
    "SalespersonCode": "sample string 11",
    "DepartmentCode": "sample string 12",
    "Amount": 1.0,
    "BilledAmount": 1.0,
    "RMRAmount": 1.0,
    "BilledRMRAmount": 1.0,
    "SoldDate": "2024-07-27T01:55:22.8135876-05:00",
    "StartDate": "2024-07-27T01:55:22.8135876-05:00",
    "ProjectedEndDate": "2024-07-27T01:55:22.8135876-05:00",
    "EndDate": "2024-07-27T01:55:22.8135876-05:00",
    "PONumber": "sample string 13",
    "InstallerCode": "sample string 14",
    "Memo": "sample string 15",
    "EstMaterial": 1.0,
    "EstLabor": 1.0,
    "EstOther": 1.0,
    "ChangeOrder": true,
    "MasterJobId": 1,
    "BillOnDay": 1,
    "BillThruDay": 1,
    "HoldBackPctg": 1.1,
    "TaxingGroupCode": "sample string 16",
    "JobLocked": true,
    "EstOverhead": 1.0,
    "EstCommission": 1.0,
    "Reversal": true,
    "InstallCompanyCode": "sample string 17",
    "TotalLaborUnits": 1.1,
    "PartLaborUnits": 1.1,
    "InstallLaborUnits": 1.1,
    "LaborUnits": 1.1,
    "TotalRMRAmount": 18.0,
    "TotalBilledRMRAmount": 19.0,
    "InstallAmount": 20.0,
    "PartAmount": 21.0,
    "ProjMgrCode": "sample string 22",
    "PrevailingWage": 1.0,
    "PermitRequired": true,
    "Permit1": "sample string 23",
    "Permit2": "sample string 24",
    "Permit3": "sample string 25",
    "QuoteId": 1,
    "BranchCode": "sample string 26",
    "CommissionMultiplier": 1.0,
    "CommissionApprovalDate": "2024-07-27T01:55:22.8135876-05:00",
    "CommissionApprovedBy": "sample string 27",
    "Salesperson2Code": "sample string 28",
    "Salesperson1CommissionPctg": 1.0,
    "Salesperson2CommissionPctg": 1.0,
    "CreationDate": "2024-07-27T01:55:22.8135876-05:00",
    "EnteredBy": "sample string 29",
    "OverrideTaskList": true,
    "SalesSplit": true,
    "UnitsUsed": 1.1,
    "OutsideInvoicingDone": 1.0,
    "UserCode": "sample string 30",
    "Site": {
      "CustomerSiteId": 1,
      "CustomerId": 1,
      "TaxGroupCode": "sample string 2",
      "BranchCode": "sample string 3",
      "IsCommercial": true,
      "SiteName": "sample string 4",
      "Address1": "sample string 5",
      "Address2": "sample string 6",
      "Address3": "sample string 7",
      "City": "sample string 8",
      "State": "sample string 9",
      "Zip": "sample string 10",
      "County": "sample string 11",
      "ZipExt": "sample string 12",
      "CountryAbbrev": "sample string 13",
      "Phone1": "sample string 14",
      "Phone2": "sample string 15",
      "Fax": "sample string 16",
      "Email": "sample string 17",
      "Comments": "sample string 18",
      "MapCode": "sample string 19",
      "CrossStreet": "sample string 20",
      "CustomerSince": "sample string 21",
      "Inactive": true,
      "ExternalLink": "sample string 22",
      "ExternalSerialNumber": "sample string 23",
      "ExternalVersionNumber": "sample string 24",
      "CycleTaxGroupCode": "sample string 25",
      "TaxExemptNum": "sample string 26",
      "GSTTaxExemptNum": "sample string 27",
      "SiteNumber": "sample string 28",
      "CustomerBillId": 29,
      "BusinessName2": "sample string 30"
    },
    "JobSystem": {
      "JobSystemId": 1,
      "CustomerId": 1,
      "CustomerNumber": "sample string 2",
      "CustomerSiteId": 1,
      "BusinessName": "sample string 3",
      "Address1": "sample string 4",
      "JobId": 1,
      "JobCode": "sample string 5",
      "SystemId": 1,
      "SystemCode": "sample string 6",
      "PanelTypeId": 1,
      "PanelTypeCode": "sample string 7",
      "PanelLocation": "sample string 8",
      "Memo": "sample string 9",
      "ContractFormId": 1,
      "ContractFormCode": "sample string 10",
      "ContractNumber": "sample string 11",
      "WarrantyId": 1,
      "WarrantyCode": "sample string 12",
      "WarrantyDate": "2024-07-27T01:55:22.8135876-05:00",
      "ServiceLevelId": 1,
      "ServiceLevelCode": "sample string 13",
      "AlarmAccount": "sample string 14",
      "AlarmCompanyId": 1,
      "AlarmCompanyCode": "sample string 15",
      "ServiceCompanyId": 1,
      "ServiceCompanyCode": "sample string 16",
      "ContractStartDate": "2024-07-27T01:55:22.8135876-05:00",
      "Months": 1,
      "RenewalMonths": 1,
      "OkToIncrDate": "2024-07-27T01:55:22.8135876-05:00",
      "InvoiceDescriptionId": 1,
      "InvDescCode": "sample string 17",
      "CyclePONumber": "sample string 18",
      "CyclePOExpire": "2024-07-27T01:55:22.8135876-05:00",
      "InspectionCycleId": 1,
      "InspectionCycleCode": "sample string 19",
      "LastInspectionDate": "2024-07-27T01:55:22.8135876-05:00",
      "NextInspectionDate": "2024-07-27T01:55:22.8135876-05:00",
      "InspectionProblemId": 1,
      "ProblemCode": "sample string 20",
      "InspectionNotes": "sample string 21",
      "SystemComments": "sample string 22",
      "ExternalLink": "sample string 23",
      "CustomerSystemId": 1,
      "InspectionServiceLevelId": 1,
      "InspectionServiceLevelCode": "sample string 24"
    },
    "Tasks": [
      {
        "JobTaskId": 1,
        "JobCode": "sample string 2",
        "TaskCode": "sample string 3",
        "Sequence": 4,
        "Billing": true,
        "Billing_Pctg": 5.1,
        "IsBillingDone": true,
        "InvoiceId": 6,
        "StatusCode": "sample string 7",
        "ScheduleHours": 8.1,
        "NewDaySchedule": "sample string 9",
        "Completed": true,
        "Timestamp": "2024-07-27T01:55:22.8135876-05:00",
        "ApprovedBy": "sample string 10",
        "Comments": "sample string 11",
        "SequenceLocksJob": "sample string 12",
        "PhaseId": 13,
        "ScheduleDate": "2024-07-27T01:55:22.8135876-05:00",
        "LastServiceTechCode": "sample string 15",
        "LastDispatchDate": "2024-07-27T01:55:22.8135876-05:00",
        "TaskLengthDays": 17.0,
        "TaskPercentageComplete": 18.0,
        "TaskLengthHours": 19
      },
      {
        "JobTaskId": 1,
        "JobCode": "sample string 2",
        "TaskCode": "sample string 3",
        "Sequence": 4,
        "Billing": true,
        "Billing_Pctg": 5.1,
        "IsBillingDone": true,
        "InvoiceId": 6,
        "StatusCode": "sample string 7",
        "ScheduleHours": 8.1,
        "NewDaySchedule": "sample string 9",
        "Completed": true,
        "Timestamp": "2024-07-27T01:55:22.8135876-05:00",
        "ApprovedBy": "sample string 10",
        "Comments": "sample string 11",
        "SequenceLocksJob": "sample string 12",
        "PhaseId": 13,
        "ScheduleDate": "2024-07-27T01:55:22.8135876-05:00",
        "LastServiceTechCode": "sample string 15",
        "LastDispatchDate": "2024-07-27T01:55:22.8135876-05:00",
        "TaskLengthDays": 17.0,
        "TaskPercentageComplete": 18.0,
        "TaskLengthHours": 19
      }
    ],
    "Notes": [
      {
        "NoteId": 1,
        "JobCode": "sample string 2",
        "Note": "sample string 3",
        "AccessLevel": 1,
        "NoteType": "sample string 4",
        "UserCode": "sample string 5",
        "EnteredDate": "2024-07-27T01:55:22.8135876-05:00"
      },
      {
        "NoteId": 1,
        "JobCode": "sample string 2",
        "Note": "sample string 3",
        "AccessLevel": 1,
        "NoteType": "sample string 4",
        "UserCode": "sample string 5",
        "EnteredDate": "2024-07-27T01:55:22.8135876-05:00"
      }
    ],
    "JobParts": [
      {
        "JobPartId": 1,
        "JobSystemId": 2,
        "PartCode": "sample string 3",
        "Quantity": 4,
        "Rate": 5.0,
        "Amount": 6.0,
        "Location": "sample string 7",
        "InvoiceItem": true,
        "MasterItemCode": "sample string 8",
        "LaborUnits": 9.1,
        "MasterJobPartCode": "sample string 10",
        "IssuedQuantity": 1,
        "PurchaseCost": 1.0,
        "PurchaseDescription": "sample string 11",
        "VendorCode": "sample string 12",
        "JobPartDescription": "sample string 13",
        "PhaseCode": "sample string 14",
        "IssueFromStock": true
      },
      {
        "JobPartId": 1,
        "JobSystemId": 2,
        "PartCode": "sample string 3",
        "Quantity": 4,
        "Rate": 5.0,
        "Amount": 6.0,
        "Location": "sample string 7",
        "InvoiceItem": true,
        "MasterItemCode": "sample string 8",
        "LaborUnits": 9.1,
        "MasterJobPartCode": "sample string 10",
        "IssuedQuantity": 1,
        "PurchaseCost": 1.0,
        "PurchaseDescription": "sample string 11",
        "VendorCode": "sample string 12",
        "JobPartDescription": "sample string 13",
        "PhaseCode": "sample string 14",
        "IssueFromStock": true
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfJob xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SedonaServices.Models">
  <Job>
    <Address1>sample string 6</Address1>
    <Amount>1</Amount>
    <BillOnDay>1</BillOnDay>
    <BillThruDay>1</BillThruDay>
    <BilledAmount>1</BilledAmount>
    <BilledRMRAmount>1</BilledRMRAmount>
    <BranchCode>sample string 26</BranchCode>
    <BusinessName>sample string 5</BusinessName>
    <ChangeOrder>true</ChangeOrder>
    <CityState>sample string 7</CityState>
    <CommissionApprovalDate>2024-07-27T01:55:22.8135876-05:00</CommissionApprovalDate>
    <CommissionApprovedBy>sample string 27</CommissionApprovedBy>
    <CommissionMultiplier>1</CommissionMultiplier>
    <CreationDate>2024-07-27T01:55:22.8135876-05:00</CreationDate>
    <CustomerId>3</CustomerId>
    <CustomerSiteId>4</CustomerSiteId>
    <DepartmentCode>sample string 12</DepartmentCode>
    <Description>sample string 10</Description>
    <EndDate>2024-07-27T01:55:22.8135876-05:00</EndDate>
    <EnteredBy>sample string 29</EnteredBy>
    <EstCommission>1</EstCommission>
    <EstLabor>1</EstLabor>
    <EstMaterial>1</EstMaterial>
    <EstOther>1</EstOther>
    <EstOverhead>1</EstOverhead>
    <HoldBackPctg>1.1</HoldBackPctg>
    <InstallAmount>20</InstallAmount>
    <InstallCompanyCode>sample string 17</InstallCompanyCode>
    <InstallLaborUnits>1.1</InstallLaborUnits>
    <InstallerCode>sample string 14</InstallerCode>
    <JobCode>sample string 2</JobCode>
    <JobId>1</JobId>
    <JobLocked>true</JobLocked>
    <JobParts>
      <JobPart>
        <Amount>6</Amount>
        <InvoiceItem>true</InvoiceItem>
        <IssueFromStock>true</IssueFromStock>
        <IssuedQuantity>1</IssuedQuantity>
        <JobPartDescription>sample string 13</JobPartDescription>
        <JobPartId>1</JobPartId>
        <JobSystemId>2</JobSystemId>
        <LaborUnits>9.1</LaborUnits>
        <Location>sample string 7</Location>
        <MasterItemCode>sample string 8</MasterItemCode>
        <MasterJobPartCode>sample string 10</MasterJobPartCode>
        <PartCode>sample string 3</PartCode>
        <PhaseCode>sample string 14</PhaseCode>
        <PurchaseCost>1</PurchaseCost>
        <PurchaseDescription>sample string 11</PurchaseDescription>
        <Quantity>4</Quantity>
        <Rate>5</Rate>
        <VendorCode>sample string 12</VendorCode>
      </JobPart>
      <JobPart>
        <Amount>6</Amount>
        <InvoiceItem>true</InvoiceItem>
        <IssueFromStock>true</IssueFromStock>
        <IssuedQuantity>1</IssuedQuantity>
        <JobPartDescription>sample string 13</JobPartDescription>
        <JobPartId>1</JobPartId>
        <JobSystemId>2</JobSystemId>
        <LaborUnits>9.1</LaborUnits>
        <Location>sample string 7</Location>
        <MasterItemCode>sample string 8</MasterItemCode>
        <MasterJobPartCode>sample string 10</MasterJobPartCode>
        <PartCode>sample string 3</PartCode>
        <PhaseCode>sample string 14</PhaseCode>
        <PurchaseCost>1</PurchaseCost>
        <PurchaseDescription>sample string 11</PurchaseDescription>
        <Quantity>4</Quantity>
        <Rate>5</Rate>
        <VendorCode>sample string 12</VendorCode>
      </JobPart>
    </JobParts>
    <JobStatusCode>sample string 8</JobStatusCode>
    <JobSystem>
      <Address1>sample string 4</Address1>
      <AlarmAccount>sample string 14</AlarmAccount>
      <AlarmCompanyCode>sample string 15</AlarmCompanyCode>
      <AlarmCompanyId>1</AlarmCompanyId>
      <BusinessName>sample string 3</BusinessName>
      <ContractFormCode>sample string 10</ContractFormCode>
      <ContractFormId>1</ContractFormId>
      <ContractNumber>sample string 11</ContractNumber>
      <ContractStartDate>2024-07-27T01:55:22.8135876-05:00</ContractStartDate>
      <CustomerId>1</CustomerId>
      <CustomerNumber>sample string 2</CustomerNumber>
      <CustomerSiteId>1</CustomerSiteId>
      <CustomerSystemId>1</CustomerSystemId>
      <CyclePOExpire>2024-07-27T01:55:22.8135876-05:00</CyclePOExpire>
      <CyclePONumber>sample string 18</CyclePONumber>
      <ExternalLink>sample string 23</ExternalLink>
      <InspectionCycleCode>sample string 19</InspectionCycleCode>
      <InspectionCycleId>1</InspectionCycleId>
      <InspectionNotes>sample string 21</InspectionNotes>
      <InspectionProblemId>1</InspectionProblemId>
      <InspectionServiceLevelCode>sample string 24</InspectionServiceLevelCode>
      <InspectionServiceLevelId>1</InspectionServiceLevelId>
      <InvDescCode>sample string 17</InvDescCode>
      <InvoiceDescriptionId>1</InvoiceDescriptionId>
      <JobCode>sample string 5</JobCode>
      <JobId>1</JobId>
      <JobSystemId>1</JobSystemId>
      <LastInspectionDate>2024-07-27T01:55:22.8135876-05:00</LastInspectionDate>
      <Memo>sample string 9</Memo>
      <Months>1</Months>
      <NextInspectionDate>2024-07-27T01:55:22.8135876-05:00</NextInspectionDate>
      <OkToIncrDate>2024-07-27T01:55:22.8135876-05:00</OkToIncrDate>
      <PanelLocation>sample string 8</PanelLocation>
      <PanelTypeCode>sample string 7</PanelTypeCode>
      <PanelTypeId>1</PanelTypeId>
      <ProblemCode>sample string 20</ProblemCode>
      <RenewalMonths>1</RenewalMonths>
      <ServiceCompanyCode>sample string 16</ServiceCompanyCode>
      <ServiceCompanyId>1</ServiceCompanyId>
      <ServiceLevelCode>sample string 13</ServiceLevelCode>
      <ServiceLevelId>1</ServiceLevelId>
      <SystemCode>sample string 6</SystemCode>
      <SystemComments>sample string 22</SystemComments>
      <SystemId>1</SystemId>
      <WarrantyCode>sample string 12</WarrantyCode>
      <WarrantyDate>2024-07-27T01:55:22.8135876-05:00</WarrantyDate>
      <WarrantyId>1</WarrantyId>
    </JobSystem>
    <JobTypeCode>sample string 9</JobTypeCode>
    <LaborUnits>1.1</LaborUnits>
    <MasterJobId>1</MasterJobId>
    <Memo>sample string 15</Memo>
    <Notes>
      <JobNote>
        <AccessLevel>1</AccessLevel>
        <EnteredDate>2024-07-27T01:55:22.8135876-05:00</EnteredDate>
        <JobCode>sample string 2</JobCode>
        <Note>sample string 3</Note>
        <NoteId>1</NoteId>
        <NoteType>sample string 4</NoteType>
        <UserCode>sample string 5</UserCode>
      </JobNote>
      <JobNote>
        <AccessLevel>1</AccessLevel>
        <EnteredDate>2024-07-27T01:55:22.8135876-05:00</EnteredDate>
        <JobCode>sample string 2</JobCode>
        <Note>sample string 3</Note>
        <NoteId>1</NoteId>
        <NoteType>sample string 4</NoteType>
        <UserCode>sample string 5</UserCode>
      </JobNote>
    </Notes>
    <OutsideInvoicingDone>1</OutsideInvoicingDone>
    <OverrideTaskList>true</OverrideTaskList>
    <PONumber>sample string 13</PONumber>
    <PartAmount>21</PartAmount>
    <PartLaborUnits>1.1</PartLaborUnits>
    <Permit1>sample string 23</Permit1>
    <Permit2>sample string 24</Permit2>
    <Permit3>sample string 25</Permit3>
    <PermitRequired>true</PermitRequired>
    <PrevailingWage>1</PrevailingWage>
    <ProjMgrCode>sample string 22</ProjMgrCode>
    <ProjectedEndDate>2024-07-27T01:55:22.8135876-05:00</ProjectedEndDate>
    <QuoteId>1</QuoteId>
    <RMRAmount>1</RMRAmount>
    <Reversal>true</Reversal>
    <SalesSplit>true</SalesSplit>
    <Salesperson1CommissionPctg>1</Salesperson1CommissionPctg>
    <Salesperson2Code>sample string 28</Salesperson2Code>
    <Salesperson2CommissionPctg>1</Salesperson2CommissionPctg>
    <SalespersonCode>sample string 11</SalespersonCode>
    <Site>
      <Address1>sample string 5</Address1>
      <Address2>sample string 6</Address2>
      <Address3>sample string 7</Address3>
      <BranchCode>sample string 3</BranchCode>
      <BusinessName2>sample string 30</BusinessName2>
      <City>sample string 8</City>
      <Comments>sample string 18</Comments>
      <CountryAbbrev>sample string 13</CountryAbbrev>
      <County>sample string 11</County>
      <CrossStreet>sample string 20</CrossStreet>
      <CustomerBillId>29</CustomerBillId>
      <CustomerId>1</CustomerId>
      <CustomerSince>sample string 21</CustomerSince>
      <CustomerSiteId>1</CustomerSiteId>
      <CycleTaxGroupCode>sample string 25</CycleTaxGroupCode>
      <Email>sample string 17</Email>
      <ExternalLink>sample string 22</ExternalLink>
      <ExternalSerialNumber>sample string 23</ExternalSerialNumber>
      <ExternalVersionNumber>sample string 24</ExternalVersionNumber>
      <Fax>sample string 16</Fax>
      <GSTTaxExemptNum>sample string 27</GSTTaxExemptNum>
      <Inactive>true</Inactive>
      <IsCommercial>true</IsCommercial>
      <MapCode>sample string 19</MapCode>
      <Phone1>sample string 14</Phone1>
      <Phone2>sample string 15</Phone2>
      <SiteName>sample string 4</SiteName>
      <SiteNumber>sample string 28</SiteNumber>
      <State>sample string 9</State>
      <TaxExemptNum>sample string 26</TaxExemptNum>
      <TaxGroupCode>sample string 2</TaxGroupCode>
      <Zip>sample string 10</Zip>
      <ZipExt>sample string 12</ZipExt>
    </Site>
    <SoldDate>2024-07-27T01:55:22.8135876-05:00</SoldDate>
    <StartDate>2024-07-27T01:55:22.8135876-05:00</StartDate>
    <Tasks>
      <JobTask>
        <ApprovedBy>sample string 10</ApprovedBy>
        <Billing>true</Billing>
        <Billing_Pctg>5.1</Billing_Pctg>
        <Comments>sample string 11</Comments>
        <Completed>true</Completed>
        <InvoiceId>6</InvoiceId>
        <IsBillingDone>true</IsBillingDone>
        <JobCode>sample string 2</JobCode>
        <JobTaskId>1</JobTaskId>
        <LastDispatchDate>2024-07-27T01:55:22.8135876-05:00</LastDispatchDate>
        <LastServiceTechCode>sample string 15</LastServiceTechCode>
        <NewDaySchedule>sample string 9</NewDaySchedule>
        <PhaseId>13</PhaseId>
        <ScheduleDate>2024-07-27T01:55:22.8135876-05:00</ScheduleDate>
        <ScheduleHours>8.1</ScheduleHours>
        <Sequence>4</Sequence>
        <SequenceLocksJob>sample string 12</SequenceLocksJob>
        <StatusCode>sample string 7</StatusCode>
        <TaskCode>sample string 3</TaskCode>
        <TaskLengthDays>17</TaskLengthDays>
        <TaskLengthHours>19</TaskLengthHours>
        <TaskPercentageComplete>18</TaskPercentageComplete>
        <Timestamp>2024-07-27T01:55:22.8135876-05:00</Timestamp>
      </JobTask>
      <JobTask>
        <ApprovedBy>sample string 10</ApprovedBy>
        <Billing>true</Billing>
        <Billing_Pctg>5.1</Billing_Pctg>
        <Comments>sample string 11</Comments>
        <Completed>true</Completed>
        <InvoiceId>6</InvoiceId>
        <IsBillingDone>true</IsBillingDone>
        <JobCode>sample string 2</JobCode>
        <JobTaskId>1</JobTaskId>
        <LastDispatchDate>2024-07-27T01:55:22.8135876-05:00</LastDispatchDate>
        <LastServiceTechCode>sample string 15</LastServiceTechCode>
        <NewDaySchedule>sample string 9</NewDaySchedule>
        <PhaseId>13</PhaseId>
        <ScheduleDate>2024-07-27T01:55:22.8135876-05:00</ScheduleDate>
        <ScheduleHours>8.1</ScheduleHours>
        <Sequence>4</Sequence>
        <SequenceLocksJob>sample string 12</SequenceLocksJob>
        <StatusCode>sample string 7</StatusCode>
        <TaskCode>sample string 3</TaskCode>
        <TaskLengthDays>17</TaskLengthDays>
        <TaskLengthHours>19</TaskLengthHours>
        <TaskPercentageComplete>18</TaskPercentageComplete>
        <Timestamp>2024-07-27T01:55:22.8135876-05:00</Timestamp>
      </JobTask>
    </Tasks>
    <TaxingGroupCode>sample string 16</TaxingGroupCode>
    <TotalBilledRMRAmount>19</TotalBilledRMRAmount>
    <TotalLaborUnits>1.1</TotalLaborUnits>
    <TotalRMRAmount>18</TotalRMRAmount>
    <UnitsUsed>1.1</UnitsUsed>
    <UserCode>sample string 30</UserCode>
  </Job>
  <Job>
    <Address1>sample string 6</Address1>
    <Amount>1</Amount>
    <BillOnDay>1</BillOnDay>
    <BillThruDay>1</BillThruDay>
    <BilledAmount>1</BilledAmount>
    <BilledRMRAmount>1</BilledRMRAmount>
    <BranchCode>sample string 26</BranchCode>
    <BusinessName>sample string 5</BusinessName>
    <ChangeOrder>true</ChangeOrder>
    <CityState>sample string 7</CityState>
    <CommissionApprovalDate>2024-07-27T01:55:22.8135876-05:00</CommissionApprovalDate>
    <CommissionApprovedBy>sample string 27</CommissionApprovedBy>
    <CommissionMultiplier>1</CommissionMultiplier>
    <CreationDate>2024-07-27T01:55:22.8135876-05:00</CreationDate>
    <CustomerId>3</CustomerId>
    <CustomerSiteId>4</CustomerSiteId>
    <DepartmentCode>sample string 12</DepartmentCode>
    <Description>sample string 10</Description>
    <EndDate>2024-07-27T01:55:22.8135876-05:00</EndDate>
    <EnteredBy>sample string 29</EnteredBy>
    <EstCommission>1</EstCommission>
    <EstLabor>1</EstLabor>
    <EstMaterial>1</EstMaterial>
    <EstOther>1</EstOther>
    <EstOverhead>1</EstOverhead>
    <HoldBackPctg>1.1</HoldBackPctg>
    <InstallAmount>20</InstallAmount>
    <InstallCompanyCode>sample string 17</InstallCompanyCode>
    <InstallLaborUnits>1.1</InstallLaborUnits>
    <InstallerCode>sample string 14</InstallerCode>
    <JobCode>sample string 2</JobCode>
    <JobId>1</JobId>
    <JobLocked>true</JobLocked>
    <JobParts>
      <JobPart>
        <Amount>6</Amount>
        <InvoiceItem>true</InvoiceItem>
        <IssueFromStock>true</IssueFromStock>
        <IssuedQuantity>1</IssuedQuantity>
        <JobPartDescription>sample string 13</JobPartDescription>
        <JobPartId>1</JobPartId>
        <JobSystemId>2</JobSystemId>
        <LaborUnits>9.1</LaborUnits>
        <Location>sample string 7</Location>
        <MasterItemCode>sample string 8</MasterItemCode>
        <MasterJobPartCode>sample string 10</MasterJobPartCode>
        <PartCode>sample string 3</PartCode>
        <PhaseCode>sample string 14</PhaseCode>
        <PurchaseCost>1</PurchaseCost>
        <PurchaseDescription>sample string 11</PurchaseDescription>
        <Quantity>4</Quantity>
        <Rate>5</Rate>
        <VendorCode>sample string 12</VendorCode>
      </JobPart>
      <JobPart>
        <Amount>6</Amount>
        <InvoiceItem>true</InvoiceItem>
        <IssueFromStock>true</IssueFromStock>
        <IssuedQuantity>1</IssuedQuantity>
        <JobPartDescription>sample string 13</JobPartDescription>
        <JobPartId>1</JobPartId>
        <JobSystemId>2</JobSystemId>
        <LaborUnits>9.1</LaborUnits>
        <Location>sample string 7</Location>
        <MasterItemCode>sample string 8</MasterItemCode>
        <MasterJobPartCode>sample string 10</MasterJobPartCode>
        <PartCode>sample string 3</PartCode>
        <PhaseCode>sample string 14</PhaseCode>
        <PurchaseCost>1</PurchaseCost>
        <PurchaseDescription>sample string 11</PurchaseDescription>
        <Quantity>4</Quantity>
        <Rate>5</Rate>
        <VendorCode>sample string 12</VendorCode>
      </JobPart>
    </JobParts>
    <JobStatusCode>sample string 8</JobStatusCode>
    <JobSystem>
      <Address1>sample string 4</Address1>
      <AlarmAccount>sample string 14</AlarmAccount>
      <AlarmCompanyCode>sample string 15</AlarmCompanyCode>
      <AlarmCompanyId>1</AlarmCompanyId>
      <BusinessName>sample string 3</BusinessName>
      <ContractFormCode>sample string 10</ContractFormCode>
      <ContractFormId>1</ContractFormId>
      <ContractNumber>sample string 11</ContractNumber>
      <ContractStartDate>2024-07-27T01:55:22.8135876-05:00</ContractStartDate>
      <CustomerId>1</CustomerId>
      <CustomerNumber>sample string 2</CustomerNumber>
      <CustomerSiteId>1</CustomerSiteId>
      <CustomerSystemId>1</CustomerSystemId>
      <CyclePOExpire>2024-07-27T01:55:22.8135876-05:00</CyclePOExpire>
      <CyclePONumber>sample string 18</CyclePONumber>
      <ExternalLink>sample string 23</ExternalLink>
      <InspectionCycleCode>sample string 19</InspectionCycleCode>
      <InspectionCycleId>1</InspectionCycleId>
      <InspectionNotes>sample string 21</InspectionNotes>
      <InspectionProblemId>1</InspectionProblemId>
      <InspectionServiceLevelCode>sample string 24</InspectionServiceLevelCode>
      <InspectionServiceLevelId>1</InspectionServiceLevelId>
      <InvDescCode>sample string 17</InvDescCode>
      <InvoiceDescriptionId>1</InvoiceDescriptionId>
      <JobCode>sample string 5</JobCode>
      <JobId>1</JobId>
      <JobSystemId>1</JobSystemId>
      <LastInspectionDate>2024-07-27T01:55:22.8135876-05:00</LastInspectionDate>
      <Memo>sample string 9</Memo>
      <Months>1</Months>
      <NextInspectionDate>2024-07-27T01:55:22.8135876-05:00</NextInspectionDate>
      <OkToIncrDate>2024-07-27T01:55:22.8135876-05:00</OkToIncrDate>
      <PanelLocation>sample string 8</PanelLocation>
      <PanelTypeCode>sample string 7</PanelTypeCode>
      <PanelTypeId>1</PanelTypeId>
      <ProblemCode>sample string 20</ProblemCode>
      <RenewalMonths>1</RenewalMonths>
      <ServiceCompanyCode>sample string 16</ServiceCompanyCode>
      <ServiceCompanyId>1</ServiceCompanyId>
      <ServiceLevelCode>sample string 13</ServiceLevelCode>
      <ServiceLevelId>1</ServiceLevelId>
      <SystemCode>sample string 6</SystemCode>
      <SystemComments>sample string 22</SystemComments>
      <SystemId>1</SystemId>
      <WarrantyCode>sample string 12</WarrantyCode>
      <WarrantyDate>2024-07-27T01:55:22.8135876-05:00</WarrantyDate>
      <WarrantyId>1</WarrantyId>
    </JobSystem>
    <JobTypeCode>sample string 9</JobTypeCode>
    <LaborUnits>1.1</LaborUnits>
    <MasterJobId>1</MasterJobId>
    <Memo>sample string 15</Memo>
    <Notes>
      <JobNote>
        <AccessLevel>1</AccessLevel>
        <EnteredDate>2024-07-27T01:55:22.8135876-05:00</EnteredDate>
        <JobCode>sample string 2</JobCode>
        <Note>sample string 3</Note>
        <NoteId>1</NoteId>
        <NoteType>sample string 4</NoteType>
        <UserCode>sample string 5</UserCode>
      </JobNote>
      <JobNote>
        <AccessLevel>1</AccessLevel>
        <EnteredDate>2024-07-27T01:55:22.8135876-05:00</EnteredDate>
        <JobCode>sample string 2</JobCode>
        <Note>sample string 3</Note>
        <NoteId>1</NoteId>
        <NoteType>sample string 4</NoteType>
        <UserCode>sample string 5</UserCode>
      </JobNote>
    </Notes>
    <OutsideInvoicingDone>1</OutsideInvoicingDone>
    <OverrideTaskList>true</OverrideTaskList>
    <PONumber>sample string 13</PONumber>
    <PartAmount>21</PartAmount>
    <PartLaborUnits>1.1</PartLaborUnits>
    <Permit1>sample string 23</Permit1>
    <Permit2>sample string 24</Permit2>
    <Permit3>sample string 25</Permit3>
    <PermitRequired>true</PermitRequired>
    <PrevailingWage>1</PrevailingWage>
    <ProjMgrCode>sample string 22</ProjMgrCode>
    <ProjectedEndDate>2024-07-27T01:55:22.8135876-05:00</ProjectedEndDate>
    <QuoteId>1</QuoteId>
    <RMRAmount>1</RMRAmount>
    <Reversal>true</Reversal>
    <SalesSplit>true</SalesSplit>
    <Salesperson1CommissionPctg>1</Salesperson1CommissionPctg>
    <Salesperson2Code>sample string 28</Salesperson2Code>
    <Salesperson2CommissionPctg>1</Salesperson2CommissionPctg>
    <SalespersonCode>sample string 11</SalespersonCode>
    <Site>
      <Address1>sample string 5</Address1>
      <Address2>sample string 6</Address2>
      <Address3>sample string 7</Address3>
      <BranchCode>sample string 3</BranchCode>
      <BusinessName2>sample string 30</BusinessName2>
      <City>sample string 8</City>
      <Comments>sample string 18</Comments>
      <CountryAbbrev>sample string 13</CountryAbbrev>
      <County>sample string 11</County>
      <CrossStreet>sample string 20</CrossStreet>
      <CustomerBillId>29</CustomerBillId>
      <CustomerId>1</CustomerId>
      <CustomerSince>sample string 21</CustomerSince>
      <CustomerSiteId>1</CustomerSiteId>
      <CycleTaxGroupCode>sample string 25</CycleTaxGroupCode>
      <Email>sample string 17</Email>
      <ExternalLink>sample string 22</ExternalLink>
      <ExternalSerialNumber>sample string 23</ExternalSerialNumber>
      <ExternalVersionNumber>sample string 24</ExternalVersionNumber>
      <Fax>sample string 16</Fax>
      <GSTTaxExemptNum>sample string 27</GSTTaxExemptNum>
      <Inactive>true</Inactive>
      <IsCommercial>true</IsCommercial>
      <MapCode>sample string 19</MapCode>
      <Phone1>sample string 14</Phone1>
      <Phone2>sample string 15</Phone2>
      <SiteName>sample string 4</SiteName>
      <SiteNumber>sample string 28</SiteNumber>
      <State>sample string 9</State>
      <TaxExemptNum>sample string 26</TaxExemptNum>
      <TaxGroupCode>sample string 2</TaxGroupCode>
      <Zip>sample string 10</Zip>
      <ZipExt>sample string 12</ZipExt>
    </Site>
    <SoldDate>2024-07-27T01:55:22.8135876-05:00</SoldDate>
    <StartDate>2024-07-27T01:55:22.8135876-05:00</StartDate>
    <Tasks>
      <JobTask>
        <ApprovedBy>sample string 10</ApprovedBy>
        <Billing>true</Billing>
        <Billing_Pctg>5.1</Billing_Pctg>
        <Comments>sample string 11</Comments>
        <Completed>true</Completed>
        <InvoiceId>6</InvoiceId>
        <IsBillingDone>true</IsBillingDone>
        <JobCode>sample string 2</JobCode>
        <JobTaskId>1</JobTaskId>
        <LastDispatchDate>2024-07-27T01:55:22.8135876-05:00</LastDispatchDate>
        <LastServiceTechCode>sample string 15</LastServiceTechCode>
        <NewDaySchedule>sample string 9</NewDaySchedule>
        <PhaseId>13</PhaseId>
        <ScheduleDate>2024-07-27T01:55:22.8135876-05:00</ScheduleDate>
        <ScheduleHours>8.1</ScheduleHours>
        <Sequence>4</Sequence>
        <SequenceLocksJob>sample string 12</SequenceLocksJob>
        <StatusCode>sample string 7</StatusCode>
        <TaskCode>sample string 3</TaskCode>
        <TaskLengthDays>17</TaskLengthDays>
        <TaskLengthHours>19</TaskLengthHours>
        <TaskPercentageComplete>18</TaskPercentageComplete>
        <Timestamp>2024-07-27T01:55:22.8135876-05:00</Timestamp>
      </JobTask>
      <JobTask>
        <ApprovedBy>sample string 10</ApprovedBy>
        <Billing>true</Billing>
        <Billing_Pctg>5.1</Billing_Pctg>
        <Comments>sample string 11</Comments>
        <Completed>true</Completed>
        <InvoiceId>6</InvoiceId>
        <IsBillingDone>true</IsBillingDone>
        <JobCode>sample string 2</JobCode>
        <JobTaskId>1</JobTaskId>
        <LastDispatchDate>2024-07-27T01:55:22.8135876-05:00</LastDispatchDate>
        <LastServiceTechCode>sample string 15</LastServiceTechCode>
        <NewDaySchedule>sample string 9</NewDaySchedule>
        <PhaseId>13</PhaseId>
        <ScheduleDate>2024-07-27T01:55:22.8135876-05:00</ScheduleDate>
        <ScheduleHours>8.1</ScheduleHours>
        <Sequence>4</Sequence>
        <SequenceLocksJob>sample string 12</SequenceLocksJob>
        <StatusCode>sample string 7</StatusCode>
        <TaskCode>sample string 3</TaskCode>
        <TaskLengthDays>17</TaskLengthDays>
        <TaskLengthHours>19</TaskLengthHours>
        <TaskPercentageComplete>18</TaskPercentageComplete>
        <Timestamp>2024-07-27T01:55:22.8135876-05:00</Timestamp>
      </JobTask>
    </Tasks>
    <TaxingGroupCode>sample string 16</TaxingGroupCode>
    <TotalBilledRMRAmount>19</TotalBilledRMRAmount>
    <TotalLaborUnits>1.1</TotalLaborUnits>
    <TotalRMRAmount>18</TotalRMRAmount>
    <UnitsUsed>1.1</UnitsUsed>
    <UserCode>sample string 30</UserCode>
  </Job>
</ArrayOfJob>