POST api/CreateTimesheetLine

Request Information

URI Parameters

None.

Body Parameters

TimesheetLine
NameDescriptionTypeAdditional information
TimesheetLineId

integer

None.

TimesheetId

integer

None.

JobId

integer

None.

Start

date

None.

End

date

None.

Day

integer

None.

HoursTypeId

integer

None.

TimesheetWorkId

integer

None.

Notes

string

None.

UserId

integer

None.

Date

date

None.

Timesheet

Timesheet

None.

HoursType

HoursType

None.

Job

Job

None.

Employee

User

None.

WorkCompleted

TimesheetWork

None.

Status

integer

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

DateCreated

date

None.

DateModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TimesheetLineId": 1,
  "TimesheetId": 2,
  "JobId": 1,
  "Start": "2026-04-07T15:41:34.624399+01:00",
  "End": "2026-04-07T15:41:34.624399+01:00",
  "Day": 5,
  "HoursTypeId": 6,
  "TimesheetWorkId": 1,
  "Notes": "sample string 7",
  "UserId": 8,
  "Date": "2026-04-07T15:41:34.624399+01:00",
  "Timesheet": {
    "TimesheetId": 1,
    "UserId": 2,
    "Approved": true,
    "ApprovedBy": 1,
    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
    "Notes": "sample string 5",
    "Lines": [],
    "ViewLines": [
      {
        "TimesheetLineId": 1,
        "TimesheetId": 2,
        "JobId": 1,
        "Start": "2026-04-07T15:41:34.624399+01:00",
        "End": "2026-04-07T15:41:34.624399+01:00",
        "Day": 5,
        "HoursTypeId": 6,
        "TimesheetWorkId": 1,
        "Notes": "sample string 7",
        "UserId": 8,
        "Date": "2026-04-07T15:41:34.624399+01:00",
        "MinutesWorked": 10,
        "HoursType": {
          "HoursTypeId": 1,
          "Text": "sample string 2",
          "ShowAdmin": true,
          "ShowAll": true,
          "CanDelete": true,
          "Absence": true,
          "Unpaid": true,
          "Status": 8,
          "CreatedBy": 9,
          "ModifiedBy": 10,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Job": {
          "Type": "sample string 1",
          "JobId": 1,
          "Reference": "sample string 2",
          "ContactId": 3,
          "Description": "sample string 4",
          "CurrentQuoteVersion": 5,
          "BOMInitialised": true,
          "BOLInitialised": true,
          "OpportunityId": 8,
          "SalespersonId": 1,
          "OverallTime": 1.0,
          "Contact": {
            "ContactId": 1,
            "CompanyId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Title": "sample string 4",
            "Salutation": "sample string 5",
            "Department": "sample string 6",
            "Telephone": "sample string 7",
            "Extension": "sample string 8",
            "Fax": "sample string 9",
            "Email": "sample string 10",
            "Mobile": "sample string 11",
            "Website": "sample string 12",
            "Address1": "sample string 13",
            "Address2": "sample string 14",
            "Address3": "sample string 15",
            "City": "sample string 16",
            "County": "sample string 17",
            "Postcode": "sample string 18",
            "Country": "sample string 19",
            "Notes": "sample string 20",
            "Client": true,
            "Supplier": true,
            "Company": {
              "CompanyId": 1,
              "Name": "sample string 2",
              "AccountNo": "sample string 3",
              "VatNumber": "sample string 4",
              "CompanyRegNo": "sample string 5",
              "Notes": "sample string 6",
              "Client": true,
              "Supplier": true,
              "Address1": "sample string 9",
              "Address2": "sample string 10",
              "Address3": "sample string 11",
              "City": "sample string 12",
              "County": "sample string 13",
              "Postcode": "sample string 14",
              "Country": "sample string 15",
              "SalespersonId": 1,
              "IndustryId": 1,
              "Contacts": [],
              "BillablesSupplied": [
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "BillablesFor": [
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "NotesList": [
                {
                  "NoteId": 1,
                  "CompanyId": 1,
                  "Details": "sample string 2",
                  "ForAttention": true,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                  "JobId": 1,
                  "UserId": 1,
                  "OldInformationId": "sample string 5",
                  "Status": 6,
                  "CreatedBy": 7,
                  "ModifiedBy": 8,
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "NoteId": 1,
                  "CompanyId": 1,
                  "Details": "sample string 2",
                  "ForAttention": true,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                  "JobId": 1,
                  "UserId": 1,
                  "OldInformationId": "sample string 5",
                  "Status": 6,
                  "CreatedBy": 7,
                  "ModifiedBy": 8,
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Industry": {
                "IndustryID": 1,
                "Description": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 16,
              "CreatedBy": 17,
              "ModifiedBy": 18,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 23,
            "CreatedBy": 24,
            "ModifiedBy": 25,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "JobHistory": [
            {
              "JobHistoryId": 1,
              "JobId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 4",
              "Reason": "sample string 5"
            },
            {
              "JobHistoryId": 1,
              "JobId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 4",
              "Reason": "sample string 5"
            }
          ],
          "Salesperson": {
            "UserId": 1,
            "Username": "sample string 2",
            "ImageFileName": "sample string 3",
            "Password": "sample string 4",
            "LastActive": "2026-04-07T15:41:34.624399+01:00",
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "Status": 7,
            "DepartmentId": 1,
            "Profile": {
              "UserId": 1,
              "FirstName": "sample string 2",
              "Surname": "sample string 3",
              "Telephone": "sample string 4",
              "Email": "sample string 5",
              "SendFrom": "sample string 6",
              "Mobile": "sample string 7",
              "Address1": "sample string 8",
              "Address2": "sample string 9",
              "City": "sample string 10",
              "County": "sample string 11",
              "Postcode": "sample string 12",
              "ContractedHours": 13.0,
              "EmailPassword": "sample string 14"
            },
            "Roles": [
              {
                "UserRolesId": 1,
                "UserId": 2,
                "Role": "sample string 3"
              },
              {
                "UserRolesId": 1,
                "UserId": 2,
                "Role": "sample string 3"
              }
            ],
            "SalesJobs": [],
            "Department": {
              "DepartmentId": 1,
              "Name": "sample string 2",
              "UserId": 1,
              "Employees": [],
              "TimesheetWork": [
                {
                  "TimesheetWorkId": 1,
                  "Text": "sample string 2",
                  "OverrideStandard": true,
                  "DepartmentId": 1,
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetWorkId": 1,
                  "Text": "sample string 2",
                  "OverrideStandard": true,
                  "DepartmentId": 1,
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          },
          "TimesheetSettings": [
            {
              "JobTimesheetSettingsId": 1,
              "JobId": 2,
              "HoursTypeId": 3,
              "Start": "2026-04-07T15:41:34.624399+01:00",
              "End": "2026-04-07T15:41:34.624399+01:00",
              "Day": 6,
              "HoursType": {
                "HoursTypeId": 1,
                "Text": "sample string 2",
                "ShowAdmin": true,
                "ShowAll": true,
                "CanDelete": true,
                "Absence": true,
                "Unpaid": true,
                "Status": 8,
                "CreatedBy": 9,
                "ModifiedBy": 10,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 7,
              "CreatedBy": 8,
              "ModifiedBy": 9,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "JobTimesheetSettingsId": 1,
              "JobId": 2,
              "HoursTypeId": 3,
              "Start": "2026-04-07T15:41:34.624399+01:00",
              "End": "2026-04-07T15:41:34.624399+01:00",
              "Day": 6,
              "HoursType": {
                "HoursTypeId": 1,
                "Text": "sample string 2",
                "ShowAdmin": true,
                "ShowAll": true,
                "CanDelete": true,
                "Absence": true,
                "Unpaid": true,
                "Status": 8,
                "CreatedBy": 9,
                "ModifiedBy": 10,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 7,
              "CreatedBy": 8,
              "ModifiedBy": 9,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "TimesheetLines": [],
          "TimesheetViewLines": [],
          "JobRelations": [
            {
              "JobRelationId": 1,
              "ChildJobId": 2,
              "ParentJobId": 3
            },
            {
              "JobRelationId": 1,
              "ChildJobId": 2,
              "ParentJobId": 3
            }
          ],
          "JobReferenceNos": [
            {
              "JobReferenceNoId": 1,
              "JobId": 2,
              "Reference": "sample string 3",
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "JobReferenceNoId": 1,
              "JobId": 2,
              "Reference": "sample string 3",
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "Status": 9,
          "CreatedBy": 10,
          "ModifiedBy": 11,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Employee": {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [],
            "TimesheetWork": [
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        },
        "WorkCompleted": {
          "TimesheetWorkId": 1,
          "Text": "sample string 2",
          "OverrideStandard": true,
          "DepartmentId": 1,
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  }
                ]
              },
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  }
                ]
              }
            ],
            "TimesheetWork": [],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "Status": 4,
          "CreatedBy": 5,
          "ModifiedBy": 6,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 11,
        "CreatedBy": 12,
        "ModifiedBy": 13,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      },
      {
        "TimesheetLineId": 1,
        "TimesheetId": 2,
        "JobId": 1,
        "Start": "2026-04-07T15:41:34.624399+01:00",
        "End": "2026-04-07T15:41:34.624399+01:00",
        "Day": 5,
        "HoursTypeId": 6,
        "TimesheetWorkId": 1,
        "Notes": "sample string 7",
        "UserId": 8,
        "Date": "2026-04-07T15:41:34.624399+01:00",
        "MinutesWorked": 10,
        "HoursType": {
          "HoursTypeId": 1,
          "Text": "sample string 2",
          "ShowAdmin": true,
          "ShowAll": true,
          "CanDelete": true,
          "Absence": true,
          "Unpaid": true,
          "Status": 8,
          "CreatedBy": 9,
          "ModifiedBy": 10,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Job": {
          "Type": "sample string 1",
          "JobId": 1,
          "Reference": "sample string 2",
          "ContactId": 3,
          "Description": "sample string 4",
          "CurrentQuoteVersion": 5,
          "BOMInitialised": true,
          "BOLInitialised": true,
          "OpportunityId": 8,
          "SalespersonId": 1,
          "OverallTime": 1.0,
          "Contact": {
            "ContactId": 1,
            "CompanyId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Title": "sample string 4",
            "Salutation": "sample string 5",
            "Department": "sample string 6",
            "Telephone": "sample string 7",
            "Extension": "sample string 8",
            "Fax": "sample string 9",
            "Email": "sample string 10",
            "Mobile": "sample string 11",
            "Website": "sample string 12",
            "Address1": "sample string 13",
            "Address2": "sample string 14",
            "Address3": "sample string 15",
            "City": "sample string 16",
            "County": "sample string 17",
            "Postcode": "sample string 18",
            "Country": "sample string 19",
            "Notes": "sample string 20",
            "Client": true,
            "Supplier": true,
            "Company": {
              "CompanyId": 1,
              "Name": "sample string 2",
              "AccountNo": "sample string 3",
              "VatNumber": "sample string 4",
              "CompanyRegNo": "sample string 5",
              "Notes": "sample string 6",
              "Client": true,
              "Supplier": true,
              "Address1": "sample string 9",
              "Address2": "sample string 10",
              "Address3": "sample string 11",
              "City": "sample string 12",
              "County": "sample string 13",
              "Postcode": "sample string 14",
              "Country": "sample string 15",
              "SalespersonId": 1,
              "IndustryId": 1,
              "Contacts": [],
              "BillablesSupplied": [
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "BillablesFor": [
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "BillableId": 1,
                  "UnitTypeId": 2,
                  "BillableTypeId": 3,
                  "CategoryId": 4,
                  "SupplierId": 1,
                  "ClientId": 1,
                  "Name": "sample string 5",
                  "SizeX": 6,
                  "SizeY": 7,
                  "SizeZ": 8,
                  "Cost": 9.0,
                  "UnitSizeX": 10,
                  "UnitSizeY": 11,
                  "UnitSizeZ": 12,
                  "UnitCost": 13.0,
                  "Markup": 14,
                  "SupplierCode": "sample string 15",
                  "PartCode": "sample string 16",
                  "BillableType": {
                    "BillableTypeId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Category": {
                    "CategoryId": 1,
                    "Name": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "UnitType": {
                    "UnitTypeId": 1,
                    "Name": "sample string 2",
                    "Label": "sample string 3",
                    "DefaultUnitSize": 4,
                    "SizeX": true,
                    "SizeY": true,
                    "SizeZ": true,
                    "Xlabel": "sample string 8",
                    "Ylabel": "sample string 9",
                    "Zlabel": "sample string 10",
                    "Status": 11,
                    "CreatedBy": 12,
                    "ModifiedBy": 13,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 17,
                  "CreatedBy": 18,
                  "ModifiedBy": 19,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "NotesList": [
                {
                  "NoteId": 1,
                  "CompanyId": 1,
                  "Details": "sample string 2",
                  "ForAttention": true,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                  "JobId": 1,
                  "UserId": 1,
                  "OldInformationId": "sample string 5",
                  "Status": 6,
                  "CreatedBy": 7,
                  "ModifiedBy": 8,
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "NoteId": 1,
                  "CompanyId": 1,
                  "Details": "sample string 2",
                  "ForAttention": true,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                  "JobId": 1,
                  "UserId": 1,
                  "OldInformationId": "sample string 5",
                  "Status": 6,
                  "CreatedBy": 7,
                  "ModifiedBy": 8,
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Industry": {
                "IndustryID": 1,
                "Description": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 16,
              "CreatedBy": 17,
              "ModifiedBy": 18,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 23,
            "CreatedBy": 24,
            "ModifiedBy": 25,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "JobHistory": [
            {
              "JobHistoryId": 1,
              "JobId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 4",
              "Reason": "sample string 5"
            },
            {
              "JobHistoryId": 1,
              "JobId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 4",
              "Reason": "sample string 5"
            }
          ],
          "Salesperson": {
            "UserId": 1,
            "Username": "sample string 2",
            "ImageFileName": "sample string 3",
            "Password": "sample string 4",
            "LastActive": "2026-04-07T15:41:34.624399+01:00",
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "Status": 7,
            "DepartmentId": 1,
            "Profile": {
              "UserId": 1,
              "FirstName": "sample string 2",
              "Surname": "sample string 3",
              "Telephone": "sample string 4",
              "Email": "sample string 5",
              "SendFrom": "sample string 6",
              "Mobile": "sample string 7",
              "Address1": "sample string 8",
              "Address2": "sample string 9",
              "City": "sample string 10",
              "County": "sample string 11",
              "Postcode": "sample string 12",
              "ContractedHours": 13.0,
              "EmailPassword": "sample string 14"
            },
            "Roles": [
              {
                "UserRolesId": 1,
                "UserId": 2,
                "Role": "sample string 3"
              },
              {
                "UserRolesId": 1,
                "UserId": 2,
                "Role": "sample string 3"
              }
            ],
            "SalesJobs": [],
            "Department": {
              "DepartmentId": 1,
              "Name": "sample string 2",
              "UserId": 1,
              "Employees": [],
              "TimesheetWork": [
                {
                  "TimesheetWorkId": 1,
                  "Text": "sample string 2",
                  "OverrideStandard": true,
                  "DepartmentId": 1,
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetWorkId": 1,
                  "Text": "sample string 2",
                  "OverrideStandard": true,
                  "DepartmentId": 1,
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          },
          "TimesheetSettings": [
            {
              "JobTimesheetSettingsId": 1,
              "JobId": 2,
              "HoursTypeId": 3,
              "Start": "2026-04-07T15:41:34.624399+01:00",
              "End": "2026-04-07T15:41:34.624399+01:00",
              "Day": 6,
              "HoursType": {
                "HoursTypeId": 1,
                "Text": "sample string 2",
                "ShowAdmin": true,
                "ShowAll": true,
                "CanDelete": true,
                "Absence": true,
                "Unpaid": true,
                "Status": 8,
                "CreatedBy": 9,
                "ModifiedBy": 10,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 7,
              "CreatedBy": 8,
              "ModifiedBy": 9,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "JobTimesheetSettingsId": 1,
              "JobId": 2,
              "HoursTypeId": 3,
              "Start": "2026-04-07T15:41:34.624399+01:00",
              "End": "2026-04-07T15:41:34.624399+01:00",
              "Day": 6,
              "HoursType": {
                "HoursTypeId": 1,
                "Text": "sample string 2",
                "ShowAdmin": true,
                "ShowAll": true,
                "CanDelete": true,
                "Absence": true,
                "Unpaid": true,
                "Status": 8,
                "CreatedBy": 9,
                "ModifiedBy": 10,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 7,
              "CreatedBy": 8,
              "ModifiedBy": 9,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "TimesheetLines": [],
          "TimesheetViewLines": [],
          "JobRelations": [
            {
              "JobRelationId": 1,
              "ChildJobId": 2,
              "ParentJobId": 3
            },
            {
              "JobRelationId": 1,
              "ChildJobId": 2,
              "ParentJobId": 3
            }
          ],
          "JobReferenceNos": [
            {
              "JobReferenceNoId": 1,
              "JobId": 2,
              "Reference": "sample string 3",
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "JobReferenceNoId": 1,
              "JobId": 2,
              "Reference": "sample string 3",
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "Status": 9,
          "CreatedBy": 10,
          "ModifiedBy": 11,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Employee": {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [],
            "TimesheetWork": [
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        },
        "WorkCompleted": {
          "TimesheetWorkId": 1,
          "Text": "sample string 2",
          "OverrideStandard": true,
          "DepartmentId": 1,
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  }
                ]
              },
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  {
                    "Type": "sample string 1",
                    "JobId": 1,
                    "Reference": "sample string 2",
                    "ContactId": 3,
                    "Description": "sample string 4",
                    "CurrentQuoteVersion": 5,
                    "BOMInitialised": true,
                    "BOLInitialised": true,
                    "OpportunityId": 8,
                    "SalespersonId": 1,
                    "OverallTime": 1.0,
                    "Contact": {
                      "ContactId": 1,
                      "CompanyId": 1,
                      "FirstName": "sample string 2",
                      "Surname": "sample string 3",
                      "Title": "sample string 4",
                      "Salutation": "sample string 5",
                      "Department": "sample string 6",
                      "Telephone": "sample string 7",
                      "Extension": "sample string 8",
                      "Fax": "sample string 9",
                      "Email": "sample string 10",
                      "Mobile": "sample string 11",
                      "Website": "sample string 12",
                      "Address1": "sample string 13",
                      "Address2": "sample string 14",
                      "Address3": "sample string 15",
                      "City": "sample string 16",
                      "County": "sample string 17",
                      "Postcode": "sample string 18",
                      "Country": "sample string 19",
                      "Notes": "sample string 20",
                      "Client": true,
                      "Supplier": true,
                      "Company": {
                        "CompanyId": 1,
                        "Name": "sample string 2",
                        "AccountNo": "sample string 3",
                        "VatNumber": "sample string 4",
                        "CompanyRegNo": "sample string 5",
                        "Notes": "sample string 6",
                        "Client": true,
                        "Supplier": true,
                        "Address1": "sample string 9",
                        "Address2": "sample string 10",
                        "Address3": "sample string 11",
                        "City": "sample string 12",
                        "County": "sample string 13",
                        "Postcode": "sample string 14",
                        "Country": "sample string 15",
                        "SalespersonId": 1,
                        "IndustryId": 1,
                        "Contacts": [],
                        "BillablesSupplied": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "BillablesFor": [
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "BillableId": 1,
                            "UnitTypeId": 2,
                            "BillableTypeId": 3,
                            "CategoryId": 4,
                            "SupplierId": 1,
                            "ClientId": 1,
                            "Name": "sample string 5",
                            "SizeX": 6,
                            "SizeY": 7,
                            "SizeZ": 8,
                            "Cost": 9.0,
                            "UnitSizeX": 10,
                            "UnitSizeY": 11,
                            "UnitSizeZ": 12,
                            "UnitCost": 13.0,
                            "Markup": 14,
                            "SupplierCode": "sample string 15",
                            "PartCode": "sample string 16",
                            "BillableType": {
                              "BillableTypeId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Category": {
                              "CategoryId": 1,
                              "Name": "sample string 2",
                              "Status": 3,
                              "CreatedBy": 4,
                              "ModifiedBy": 5,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "UnitType": {
                              "UnitTypeId": 1,
                              "Name": "sample string 2",
                              "Label": "sample string 3",
                              "DefaultUnitSize": 4,
                              "SizeX": true,
                              "SizeY": true,
                              "SizeZ": true,
                              "Xlabel": "sample string 8",
                              "Ylabel": "sample string 9",
                              "Zlabel": "sample string 10",
                              "Status": 11,
                              "CreatedBy": 12,
                              "ModifiedBy": 13,
                              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                              "DateModified": "2026-04-07T15:41:34.624399+01:00"
                            },
                            "Status": 17,
                            "CreatedBy": 18,
                            "ModifiedBy": 19,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "NotesList": [
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          },
                          {
                            "NoteId": 1,
                            "CompanyId": 1,
                            "Details": "sample string 2",
                            "ForAttention": true,
                            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                            "JobId": 1,
                            "UserId": 1,
                            "OldInformationId": "sample string 5",
                            "Status": 6,
                            "CreatedBy": 7,
                            "ModifiedBy": 8,
                            "DateModified": "2026-04-07T15:41:34.624399+01:00"
                          }
                        ],
                        "Industry": {
                          "IndustryID": 1,
                          "Description": "sample string 2",
                          "Status": 3,
                          "CreatedBy": 4,
                          "ModifiedBy": 5,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 16,
                        "CreatedBy": 17,
                        "ModifiedBy": 18,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 23,
                      "CreatedBy": 24,
                      "ModifiedBy": 25,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "JobHistory": [
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      },
                      {
                        "JobHistoryId": 1,
                        "JobId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 4",
                        "Reason": "sample string 5"
                      }
                    ],
                    "TimesheetSettings": [
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobTimesheetSettingsId": 1,
                        "JobId": 2,
                        "HoursTypeId": 3,
                        "Start": "2026-04-07T15:41:34.624399+01:00",
                        "End": "2026-04-07T15:41:34.624399+01:00",
                        "Day": 6,
                        "HoursType": {
                          "HoursTypeId": 1,
                          "Text": "sample string 2",
                          "ShowAdmin": true,
                          "ShowAll": true,
                          "CanDelete": true,
                          "Absence": true,
                          "Unpaid": true,
                          "Status": 8,
                          "CreatedBy": 9,
                          "ModifiedBy": 10,
                          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                          "DateModified": "2026-04-07T15:41:34.624399+01:00"
                        },
                        "Status": 7,
                        "CreatedBy": 8,
                        "ModifiedBy": 9,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "TimesheetLines": [],
                    "TimesheetViewLines": [],
                    "JobRelations": [
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      },
                      {
                        "JobRelationId": 1,
                        "ChildJobId": 2,
                        "ParentJobId": 3
                      }
                    ],
                    "JobReferenceNos": [
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      {
                        "JobReferenceNoId": 1,
                        "JobId": 2,
                        "Reference": "sample string 3",
                        "Status": 4,
                        "CreatedBy": 5,
                        "ModifiedBy": 6,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      }
                    ],
                    "Status": 9,
                    "CreatedBy": 10,
                    "ModifiedBy": 11,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  }
                ]
              }
            ],
            "TimesheetWork": [],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "Status": 4,
          "CreatedBy": 5,
          "ModifiedBy": 6,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 11,
        "CreatedBy": 12,
        "ModifiedBy": 13,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      }
    ],
    "History": [
      {
        "TimesheetHistoryId": 1,
        "TimesheetId": 2,
        "UserId": 3,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "Change": "sample string 5",
        "Reason": "sample string 6",
        "User": {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [],
            "TimesheetWork": [
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        }
      },
      {
        "TimesheetHistoryId": 1,
        "TimesheetId": 2,
        "UserId": 3,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "Change": "sample string 5",
        "Reason": "sample string 6",
        "User": {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "WorkCompleted": {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Department": {
                      "DepartmentId": 1,
                      "Name": "sample string 2",
                      "UserId": 1,
                      "Employees": [],
                      "TimesheetWork": [],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ],
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [],
            "TimesheetWork": [
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        }
      }
    ],
    "Status": 6,
    "CreatedBy": 7,
    "ModifiedBy": 8,
    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
    "DateModified": "2026-04-07T15:41:34.624399+01:00"
  },
  "HoursType": {
    "HoursTypeId": 1,
    "Text": "sample string 2",
    "ShowAdmin": true,
    "ShowAll": true,
    "CanDelete": true,
    "Absence": true,
    "Unpaid": true,
    "Status": 8,
    "CreatedBy": 9,
    "ModifiedBy": 10,
    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
    "DateModified": "2026-04-07T15:41:34.624399+01:00"
  },
  "Job": {
    "Type": "sample string 1",
    "JobId": 1,
    "Reference": "sample string 2",
    "ContactId": 3,
    "Description": "sample string 4",
    "CurrentQuoteVersion": 5,
    "BOMInitialised": true,
    "BOLInitialised": true,
    "OpportunityId": 8,
    "SalespersonId": 1,
    "OverallTime": 1.0,
    "Contact": {
      "ContactId": 1,
      "CompanyId": 1,
      "FirstName": "sample string 2",
      "Surname": "sample string 3",
      "Title": "sample string 4",
      "Salutation": "sample string 5",
      "Department": "sample string 6",
      "Telephone": "sample string 7",
      "Extension": "sample string 8",
      "Fax": "sample string 9",
      "Email": "sample string 10",
      "Mobile": "sample string 11",
      "Website": "sample string 12",
      "Address1": "sample string 13",
      "Address2": "sample string 14",
      "Address3": "sample string 15",
      "City": "sample string 16",
      "County": "sample string 17",
      "Postcode": "sample string 18",
      "Country": "sample string 19",
      "Notes": "sample string 20",
      "Client": true,
      "Supplier": true,
      "Company": {
        "CompanyId": 1,
        "Name": "sample string 2",
        "AccountNo": "sample string 3",
        "VatNumber": "sample string 4",
        "CompanyRegNo": "sample string 5",
        "Notes": "sample string 6",
        "Client": true,
        "Supplier": true,
        "Address1": "sample string 9",
        "Address2": "sample string 10",
        "Address3": "sample string 11",
        "City": "sample string 12",
        "County": "sample string 13",
        "Postcode": "sample string 14",
        "Country": "sample string 15",
        "SalespersonId": 1,
        "IndustryId": 1,
        "Contacts": [],
        "BillablesSupplied": [
          {
            "BillableId": 1,
            "UnitTypeId": 2,
            "BillableTypeId": 3,
            "CategoryId": 4,
            "SupplierId": 1,
            "ClientId": 1,
            "Name": "sample string 5",
            "SizeX": 6,
            "SizeY": 7,
            "SizeZ": 8,
            "Cost": 9.0,
            "UnitSizeX": 10,
            "UnitSizeY": 11,
            "UnitSizeZ": 12,
            "UnitCost": 13.0,
            "Markup": 14,
            "SupplierCode": "sample string 15",
            "PartCode": "sample string 16",
            "BillableType": {
              "BillableTypeId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "UnitType": {
              "UnitTypeId": 1,
              "Name": "sample string 2",
              "Label": "sample string 3",
              "DefaultUnitSize": 4,
              "SizeX": true,
              "SizeY": true,
              "SizeZ": true,
              "Xlabel": "sample string 8",
              "Ylabel": "sample string 9",
              "Zlabel": "sample string 10",
              "Status": 11,
              "CreatedBy": 12,
              "ModifiedBy": 13,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "BillableId": 1,
            "UnitTypeId": 2,
            "BillableTypeId": 3,
            "CategoryId": 4,
            "SupplierId": 1,
            "ClientId": 1,
            "Name": "sample string 5",
            "SizeX": 6,
            "SizeY": 7,
            "SizeZ": 8,
            "Cost": 9.0,
            "UnitSizeX": 10,
            "UnitSizeY": 11,
            "UnitSizeZ": 12,
            "UnitCost": 13.0,
            "Markup": 14,
            "SupplierCode": "sample string 15",
            "PartCode": "sample string 16",
            "BillableType": {
              "BillableTypeId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "UnitType": {
              "UnitTypeId": 1,
              "Name": "sample string 2",
              "Label": "sample string 3",
              "DefaultUnitSize": 4,
              "SizeX": true,
              "SizeY": true,
              "SizeZ": true,
              "Xlabel": "sample string 8",
              "Ylabel": "sample string 9",
              "Zlabel": "sample string 10",
              "Status": 11,
              "CreatedBy": 12,
              "ModifiedBy": 13,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "BillablesFor": [
          {
            "BillableId": 1,
            "UnitTypeId": 2,
            "BillableTypeId": 3,
            "CategoryId": 4,
            "SupplierId": 1,
            "ClientId": 1,
            "Name": "sample string 5",
            "SizeX": 6,
            "SizeY": 7,
            "SizeZ": 8,
            "Cost": 9.0,
            "UnitSizeX": 10,
            "UnitSizeY": 11,
            "UnitSizeZ": 12,
            "UnitCost": 13.0,
            "Markup": 14,
            "SupplierCode": "sample string 15",
            "PartCode": "sample string 16",
            "BillableType": {
              "BillableTypeId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "UnitType": {
              "UnitTypeId": 1,
              "Name": "sample string 2",
              "Label": "sample string 3",
              "DefaultUnitSize": 4,
              "SizeX": true,
              "SizeY": true,
              "SizeZ": true,
              "Xlabel": "sample string 8",
              "Ylabel": "sample string 9",
              "Zlabel": "sample string 10",
              "Status": 11,
              "CreatedBy": 12,
              "ModifiedBy": 13,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "BillableId": 1,
            "UnitTypeId": 2,
            "BillableTypeId": 3,
            "CategoryId": 4,
            "SupplierId": 1,
            "ClientId": 1,
            "Name": "sample string 5",
            "SizeX": 6,
            "SizeY": 7,
            "SizeZ": 8,
            "Cost": 9.0,
            "UnitSizeX": 10,
            "UnitSizeY": 11,
            "UnitSizeZ": 12,
            "UnitCost": 13.0,
            "Markup": 14,
            "SupplierCode": "sample string 15",
            "PartCode": "sample string 16",
            "BillableType": {
              "BillableTypeId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "UnitType": {
              "UnitTypeId": 1,
              "Name": "sample string 2",
              "Label": "sample string 3",
              "DefaultUnitSize": 4,
              "SizeX": true,
              "SizeY": true,
              "SizeZ": true,
              "Xlabel": "sample string 8",
              "Ylabel": "sample string 9",
              "Zlabel": "sample string 10",
              "Status": 11,
              "CreatedBy": 12,
              "ModifiedBy": 13,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "NotesList": [
          {
            "NoteId": 1,
            "CompanyId": 1,
            "Details": "sample string 2",
            "ForAttention": true,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
            "JobId": 1,
            "UserId": 1,
            "OldInformationId": "sample string 5",
            "Status": 6,
            "CreatedBy": 7,
            "ModifiedBy": 8,
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "NoteId": 1,
            "CompanyId": 1,
            "Details": "sample string 2",
            "ForAttention": true,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateAttention": "2026-04-07T15:41:34.624399+01:00",
            "JobId": 1,
            "UserId": 1,
            "OldInformationId": "sample string 5",
            "Status": 6,
            "CreatedBy": 7,
            "ModifiedBy": 8,
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "Industry": {
          "IndustryID": 1,
          "Description": "sample string 2",
          "Status": 3,
          "CreatedBy": 4,
          "ModifiedBy": 5,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 16,
        "CreatedBy": 17,
        "ModifiedBy": 18,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      },
      "Status": 23,
      "CreatedBy": 24,
      "ModifiedBy": 25,
      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
      "DateModified": "2026-04-07T15:41:34.624399+01:00"
    },
    "JobHistory": [
      {
        "JobHistoryId": 1,
        "JobId": 2,
        "UserId": 3,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "Change": "sample string 4",
        "Reason": "sample string 5"
      },
      {
        "JobHistoryId": 1,
        "JobId": 2,
        "UserId": 3,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "Change": "sample string 4",
        "Reason": "sample string 5"
      }
    ],
    "Salesperson": {
      "UserId": 1,
      "Username": "sample string 2",
      "ImageFileName": "sample string 3",
      "Password": "sample string 4",
      "LastActive": "2026-04-07T15:41:34.624399+01:00",
      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
      "Status": 7,
      "DepartmentId": 1,
      "Profile": {
        "UserId": 1,
        "FirstName": "sample string 2",
        "Surname": "sample string 3",
        "Telephone": "sample string 4",
        "Email": "sample string 5",
        "SendFrom": "sample string 6",
        "Mobile": "sample string 7",
        "Address1": "sample string 8",
        "Address2": "sample string 9",
        "City": "sample string 10",
        "County": "sample string 11",
        "Postcode": "sample string 12",
        "ContractedHours": 13.0,
        "EmailPassword": "sample string 14"
      },
      "Roles": [
        {
          "UserRolesId": 1,
          "UserId": 2,
          "Role": "sample string 3"
        },
        {
          "UserRolesId": 1,
          "UserId": 2,
          "Role": "sample string 3"
        }
      ],
      "SalesJobs": [],
      "Department": {
        "DepartmentId": 1,
        "Name": "sample string 2",
        "UserId": 1,
        "Employees": [],
        "TimesheetWork": [
          {
            "TimesheetWorkId": 1,
            "Text": "sample string 2",
            "OverrideStandard": true,
            "DepartmentId": 1,
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "TimesheetWorkId": 1,
            "Text": "sample string 2",
            "OverrideStandard": true,
            "DepartmentId": 1,
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "Status": 3,
        "CreatedBy": 4,
        "ModifiedBy": 5,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      }
    },
    "TimesheetSettings": [
      {
        "JobTimesheetSettingsId": 1,
        "JobId": 2,
        "HoursTypeId": 3,
        "Start": "2026-04-07T15:41:34.624399+01:00",
        "End": "2026-04-07T15:41:34.624399+01:00",
        "Day": 6,
        "HoursType": {
          "HoursTypeId": 1,
          "Text": "sample string 2",
          "ShowAdmin": true,
          "ShowAll": true,
          "CanDelete": true,
          "Absence": true,
          "Unpaid": true,
          "Status": 8,
          "CreatedBy": 9,
          "ModifiedBy": 10,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 7,
        "CreatedBy": 8,
        "ModifiedBy": 9,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      },
      {
        "JobTimesheetSettingsId": 1,
        "JobId": 2,
        "HoursTypeId": 3,
        "Start": "2026-04-07T15:41:34.624399+01:00",
        "End": "2026-04-07T15:41:34.624399+01:00",
        "Day": 6,
        "HoursType": {
          "HoursTypeId": 1,
          "Text": "sample string 2",
          "ShowAdmin": true,
          "ShowAll": true,
          "CanDelete": true,
          "Absence": true,
          "Unpaid": true,
          "Status": 8,
          "CreatedBy": 9,
          "ModifiedBy": 10,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 7,
        "CreatedBy": 8,
        "ModifiedBy": 9,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      }
    ],
    "TimesheetLines": [],
    "TimesheetViewLines": [
      {
        "TimesheetLineId": 1,
        "TimesheetId": 2,
        "JobId": 1,
        "Start": "2026-04-07T15:41:34.624399+01:00",
        "End": "2026-04-07T15:41:34.624399+01:00",
        "Day": 5,
        "HoursTypeId": 6,
        "TimesheetWorkId": 1,
        "Notes": "sample string 7",
        "UserId": 8,
        "Date": "2026-04-07T15:41:34.624399+01:00",
        "MinutesWorked": 10,
        "Timesheet": {
          "TimesheetId": 1,
          "UserId": 2,
          "Approved": true,
          "ApprovedBy": 1,
          "DateApproved": "2026-04-07T15:41:34.624399+01:00",
          "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
          "Notes": "sample string 5",
          "Lines": [],
          "ViewLines": [],
          "History": [
            {
              "TimesheetHistoryId": 1,
              "TimesheetId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 5",
              "Reason": "sample string 6",
              "User": {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [],
                "Department": {
                  "DepartmentId": 1,
                  "Name": "sample string 2",
                  "UserId": 1,
                  "Employees": [],
                  "TimesheetWork": [
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              }
            },
            {
              "TimesheetHistoryId": 1,
              "TimesheetId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 5",
              "Reason": "sample string 6",
              "User": {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [],
                "Department": {
                  "DepartmentId": 1,
                  "Name": "sample string 2",
                  "UserId": 1,
                  "Employees": [],
                  "TimesheetWork": [
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              }
            }
          ],
          "Status": 6,
          "CreatedBy": 7,
          "ModifiedBy": 8,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "HoursType": {
          "HoursTypeId": 1,
          "Text": "sample string 2",
          "ShowAdmin": true,
          "ShowAll": true,
          "CanDelete": true,
          "Absence": true,
          "Unpaid": true,
          "Status": 8,
          "CreatedBy": 9,
          "ModifiedBy": 10,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Employee": {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [],
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [],
            "TimesheetWork": [
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        },
        "WorkCompleted": {
          "TimesheetWorkId": 1,
          "Text": "sample string 2",
          "OverrideStandard": true,
          "DepartmentId": 1,
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": []
              },
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": []
              }
            ],
            "TimesheetWork": [],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "Status": 4,
          "CreatedBy": 5,
          "ModifiedBy": 6,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 11,
        "CreatedBy": 12,
        "ModifiedBy": 13,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      },
      {
        "TimesheetLineId": 1,
        "TimesheetId": 2,
        "JobId": 1,
        "Start": "2026-04-07T15:41:34.624399+01:00",
        "End": "2026-04-07T15:41:34.624399+01:00",
        "Day": 5,
        "HoursTypeId": 6,
        "TimesheetWorkId": 1,
        "Notes": "sample string 7",
        "UserId": 8,
        "Date": "2026-04-07T15:41:34.624399+01:00",
        "MinutesWorked": 10,
        "Timesheet": {
          "TimesheetId": 1,
          "UserId": 2,
          "Approved": true,
          "ApprovedBy": 1,
          "DateApproved": "2026-04-07T15:41:34.624399+01:00",
          "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
          "Notes": "sample string 5",
          "Lines": [],
          "ViewLines": [],
          "History": [
            {
              "TimesheetHistoryId": 1,
              "TimesheetId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 5",
              "Reason": "sample string 6",
              "User": {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [],
                "Department": {
                  "DepartmentId": 1,
                  "Name": "sample string 2",
                  "UserId": 1,
                  "Employees": [],
                  "TimesheetWork": [
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              }
            },
            {
              "TimesheetHistoryId": 1,
              "TimesheetId": 2,
              "UserId": 3,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "Change": "sample string 5",
              "Reason": "sample string 6",
              "User": {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": [],
                "Department": {
                  "DepartmentId": 1,
                  "Name": "sample string 2",
                  "UserId": 1,
                  "Employees": [],
                  "TimesheetWork": [
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "TimesheetWorkId": 1,
                      "Text": "sample string 2",
                      "OverrideStandard": true,
                      "DepartmentId": 1,
                      "Status": 4,
                      "CreatedBy": 5,
                      "ModifiedBy": 6,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              }
            }
          ],
          "Status": 6,
          "CreatedBy": 7,
          "ModifiedBy": 8,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "HoursType": {
          "HoursTypeId": 1,
          "Text": "sample string 2",
          "ShowAdmin": true,
          "ShowAll": true,
          "CanDelete": true,
          "Absence": true,
          "Unpaid": true,
          "Status": 8,
          "CreatedBy": 9,
          "ModifiedBy": 10,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Employee": {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [],
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [],
            "TimesheetWork": [
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        },
        "WorkCompleted": {
          "TimesheetWorkId": 1,
          "Text": "sample string 2",
          "OverrideStandard": true,
          "DepartmentId": 1,
          "Department": {
            "DepartmentId": 1,
            "Name": "sample string 2",
            "UserId": 1,
            "Employees": [
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": []
              },
              {
                "UserId": 1,
                "Username": "sample string 2",
                "ImageFileName": "sample string 3",
                "Password": "sample string 4",
                "LastActive": "2026-04-07T15:41:34.624399+01:00",
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "Status": 7,
                "DepartmentId": 1,
                "Profile": {
                  "UserId": 1,
                  "FirstName": "sample string 2",
                  "Surname": "sample string 3",
                  "Telephone": "sample string 4",
                  "Email": "sample string 5",
                  "SendFrom": "sample string 6",
                  "Mobile": "sample string 7",
                  "Address1": "sample string 8",
                  "Address2": "sample string 9",
                  "City": "sample string 10",
                  "County": "sample string 11",
                  "Postcode": "sample string 12",
                  "ContractedHours": 13.0,
                  "EmailPassword": "sample string 14"
                },
                "Roles": [
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  },
                  {
                    "UserRolesId": 1,
                    "UserId": 2,
                    "Role": "sample string 3"
                  }
                ],
                "SalesJobs": []
              }
            ],
            "TimesheetWork": [],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "Status": 4,
          "CreatedBy": 5,
          "ModifiedBy": 6,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "Status": 11,
        "CreatedBy": 12,
        "ModifiedBy": 13,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      }
    ],
    "JobRelations": [
      {
        "JobRelationId": 1,
        "ChildJobId": 2,
        "ParentJobId": 3
      },
      {
        "JobRelationId": 1,
        "ChildJobId": 2,
        "ParentJobId": 3
      }
    ],
    "JobReferenceNos": [
      {
        "JobReferenceNoId": 1,
        "JobId": 2,
        "Reference": "sample string 3",
        "Status": 4,
        "CreatedBy": 5,
        "ModifiedBy": 6,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      },
      {
        "JobReferenceNoId": 1,
        "JobId": 2,
        "Reference": "sample string 3",
        "Status": 4,
        "CreatedBy": 5,
        "ModifiedBy": 6,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      }
    ],
    "Status": 9,
    "CreatedBy": 10,
    "ModifiedBy": 11,
    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
    "DateModified": "2026-04-07T15:41:34.624399+01:00"
  },
  "Employee": {
    "UserId": 1,
    "Username": "sample string 2",
    "ImageFileName": "sample string 3",
    "Password": "sample string 4",
    "LastActive": "2026-04-07T15:41:34.624399+01:00",
    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
    "Status": 7,
    "DepartmentId": 1,
    "Profile": {
      "UserId": 1,
      "FirstName": "sample string 2",
      "Surname": "sample string 3",
      "Telephone": "sample string 4",
      "Email": "sample string 5",
      "SendFrom": "sample string 6",
      "Mobile": "sample string 7",
      "Address1": "sample string 8",
      "Address2": "sample string 9",
      "City": "sample string 10",
      "County": "sample string 11",
      "Postcode": "sample string 12",
      "ContractedHours": 13.0,
      "EmailPassword": "sample string 14"
    },
    "Roles": [
      {
        "UserRolesId": 1,
        "UserId": 2,
        "Role": "sample string 3"
      },
      {
        "UserRolesId": 1,
        "UserId": 2,
        "Role": "sample string 3"
      }
    ],
    "SalesJobs": [
      {
        "Type": "sample string 1",
        "JobId": 1,
        "Reference": "sample string 2",
        "ContactId": 3,
        "Description": "sample string 4",
        "CurrentQuoteVersion": 5,
        "BOMInitialised": true,
        "BOLInitialised": true,
        "OpportunityId": 8,
        "SalespersonId": 1,
        "OverallTime": 1.0,
        "Contact": {
          "ContactId": 1,
          "CompanyId": 1,
          "FirstName": "sample string 2",
          "Surname": "sample string 3",
          "Title": "sample string 4",
          "Salutation": "sample string 5",
          "Department": "sample string 6",
          "Telephone": "sample string 7",
          "Extension": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Mobile": "sample string 11",
          "Website": "sample string 12",
          "Address1": "sample string 13",
          "Address2": "sample string 14",
          "Address3": "sample string 15",
          "City": "sample string 16",
          "County": "sample string 17",
          "Postcode": "sample string 18",
          "Country": "sample string 19",
          "Notes": "sample string 20",
          "Client": true,
          "Supplier": true,
          "Company": {
            "CompanyId": 1,
            "Name": "sample string 2",
            "AccountNo": "sample string 3",
            "VatNumber": "sample string 4",
            "CompanyRegNo": "sample string 5",
            "Notes": "sample string 6",
            "Client": true,
            "Supplier": true,
            "Address1": "sample string 9",
            "Address2": "sample string 10",
            "Address3": "sample string 11",
            "City": "sample string 12",
            "County": "sample string 13",
            "Postcode": "sample string 14",
            "Country": "sample string 15",
            "SalespersonId": 1,
            "IndustryId": 1,
            "Contacts": [],
            "BillablesSupplied": [
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "BillablesFor": [
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "NotesList": [
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Industry": {
              "IndustryID": 1,
              "Description": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 16,
            "CreatedBy": 17,
            "ModifiedBy": 18,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "Status": 23,
          "CreatedBy": 24,
          "ModifiedBy": 25,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "JobHistory": [
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "Change": "sample string 4",
            "Reason": "sample string 5"
          },
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "Change": "sample string 4",
            "Reason": "sample string 5"
          }
        ],
        "TimesheetSettings": [
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 6,
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 6,
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "TimesheetLines": [],
        "TimesheetViewLines": [
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:41:34.624399+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:41:34.624399+01:00",
              "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "WorkCompleted": {
              "TimesheetWorkId": 1,
              "Text": "sample string 2",
              "OverrideStandard": true,
              "DepartmentId": 1,
              "Department": {
                "DepartmentId": 1,
                "Name": "sample string 2",
                "UserId": 1,
                "Employees": [],
                "TimesheetWork": [],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:41:34.624399+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:41:34.624399+01:00",
              "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "WorkCompleted": {
              "TimesheetWorkId": 1,
              "Text": "sample string 2",
              "OverrideStandard": true,
              "DepartmentId": 1,
              "Department": {
                "DepartmentId": 1,
                "Name": "sample string 2",
                "UserId": 1,
                "Employees": [],
                "TimesheetWork": [],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "JobRelations": [
          {
            "JobRelationId": 1,
            "ChildJobId": 2,
            "ParentJobId": 3
          },
          {
            "JobRelationId": 1,
            "ChildJobId": 2,
            "ParentJobId": 3
          }
        ],
        "JobReferenceNos": [
          {
            "JobReferenceNoId": 1,
            "JobId": 2,
            "Reference": "sample string 3",
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "JobReferenceNoId": 1,
            "JobId": 2,
            "Reference": "sample string 3",
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "Status": 9,
        "CreatedBy": 10,
        "ModifiedBy": 11,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      },
      {
        "Type": "sample string 1",
        "JobId": 1,
        "Reference": "sample string 2",
        "ContactId": 3,
        "Description": "sample string 4",
        "CurrentQuoteVersion": 5,
        "BOMInitialised": true,
        "BOLInitialised": true,
        "OpportunityId": 8,
        "SalespersonId": 1,
        "OverallTime": 1.0,
        "Contact": {
          "ContactId": 1,
          "CompanyId": 1,
          "FirstName": "sample string 2",
          "Surname": "sample string 3",
          "Title": "sample string 4",
          "Salutation": "sample string 5",
          "Department": "sample string 6",
          "Telephone": "sample string 7",
          "Extension": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Mobile": "sample string 11",
          "Website": "sample string 12",
          "Address1": "sample string 13",
          "Address2": "sample string 14",
          "Address3": "sample string 15",
          "City": "sample string 16",
          "County": "sample string 17",
          "Postcode": "sample string 18",
          "Country": "sample string 19",
          "Notes": "sample string 20",
          "Client": true,
          "Supplier": true,
          "Company": {
            "CompanyId": 1,
            "Name": "sample string 2",
            "AccountNo": "sample string 3",
            "VatNumber": "sample string 4",
            "CompanyRegNo": "sample string 5",
            "Notes": "sample string 6",
            "Client": true,
            "Supplier": true,
            "Address1": "sample string 9",
            "Address2": "sample string 10",
            "Address3": "sample string 11",
            "City": "sample string 12",
            "County": "sample string 13",
            "Postcode": "sample string 14",
            "Country": "sample string 15",
            "SalespersonId": 1,
            "IndustryId": 1,
            "Contacts": [],
            "BillablesSupplied": [
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "BillablesFor": [
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "BillableId": 1,
                "UnitTypeId": 2,
                "BillableTypeId": 3,
                "CategoryId": 4,
                "SupplierId": 1,
                "ClientId": 1,
                "Name": "sample string 5",
                "SizeX": 6,
                "SizeY": 7,
                "SizeZ": 8,
                "Cost": 9.0,
                "UnitSizeX": 10,
                "UnitSizeY": 11,
                "UnitSizeZ": 12,
                "UnitCost": 13.0,
                "Markup": 14,
                "SupplierCode": "sample string 15",
                "PartCode": "sample string 16",
                "BillableType": {
                  "BillableTypeId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "UnitType": {
                  "UnitTypeId": 1,
                  "Name": "sample string 2",
                  "Label": "sample string 3",
                  "DefaultUnitSize": 4,
                  "SizeX": true,
                  "SizeY": true,
                  "SizeZ": true,
                  "Xlabel": "sample string 8",
                  "Ylabel": "sample string 9",
                  "Zlabel": "sample string 10",
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "NotesList": [
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              }
            ],
            "Industry": {
              "IndustryID": 1,
              "Description": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 16,
            "CreatedBy": 17,
            "ModifiedBy": 18,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          "Status": 23,
          "CreatedBy": 24,
          "ModifiedBy": 25,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        "JobHistory": [
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "Change": "sample string 4",
            "Reason": "sample string 5"
          },
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "Change": "sample string 4",
            "Reason": "sample string 5"
          }
        ],
        "TimesheetSettings": [
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 6,
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 6,
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "TimesheetLines": [],
        "TimesheetViewLines": [
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:41:34.624399+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:41:34.624399+01:00",
              "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "WorkCompleted": {
              "TimesheetWorkId": 1,
              "Text": "sample string 2",
              "OverrideStandard": true,
              "DepartmentId": 1,
              "Department": {
                "DepartmentId": 1,
                "Name": "sample string 2",
                "UserId": 1,
                "Employees": [],
                "TimesheetWork": [],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:41:34.624399+01:00",
            "End": "2026-04-07T15:41:34.624399+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:41:34.624399+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:41:34.624399+01:00",
              "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 5",
                  "Reason": "sample string 6"
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "HoursType": {
              "HoursTypeId": 1,
              "Text": "sample string 2",
              "ShowAdmin": true,
              "ShowAll": true,
              "CanDelete": true,
              "Absence": true,
              "Unpaid": true,
              "Status": 8,
              "CreatedBy": 9,
              "ModifiedBy": 10,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "WorkCompleted": {
              "TimesheetWorkId": 1,
              "Text": "sample string 2",
              "OverrideStandard": true,
              "DepartmentId": 1,
              "Department": {
                "DepartmentId": 1,
                "Name": "sample string 2",
                "UserId": 1,
                "Employees": [],
                "TimesheetWork": [],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "JobRelations": [
          {
            "JobRelationId": 1,
            "ChildJobId": 2,
            "ParentJobId": 3
          },
          {
            "JobRelationId": 1,
            "ChildJobId": 2,
            "ParentJobId": 3
          }
        ],
        "JobReferenceNos": [
          {
            "JobReferenceNoId": 1,
            "JobId": 2,
            "Reference": "sample string 3",
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          },
          {
            "JobReferenceNoId": 1,
            "JobId": 2,
            "Reference": "sample string 3",
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:41:34.624399+01:00",
            "DateModified": "2026-04-07T15:41:34.624399+01:00"
          }
        ],
        "Status": 9,
        "CreatedBy": 10,
        "ModifiedBy": 11,
        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
        "DateModified": "2026-04-07T15:41:34.624399+01:00"
      }
    ],
    "Department": {
      "DepartmentId": 1,
      "Name": "sample string 2",
      "UserId": 1,
      "Employees": [],
      "TimesheetWork": [
        {
          "TimesheetWorkId": 1,
          "Text": "sample string 2",
          "OverrideStandard": true,
          "DepartmentId": 1,
          "Status": 4,
          "CreatedBy": 5,
          "ModifiedBy": 6,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        },
        {
          "TimesheetWorkId": 1,
          "Text": "sample string 2",
          "OverrideStandard": true,
          "DepartmentId": 1,
          "Status": 4,
          "CreatedBy": 5,
          "ModifiedBy": 6,
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "DateModified": "2026-04-07T15:41:34.624399+01:00"
        }
      ],
      "Status": 3,
      "CreatedBy": 4,
      "ModifiedBy": 5,
      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
      "DateModified": "2026-04-07T15:41:34.624399+01:00"
    }
  },
  "WorkCompleted": {
    "TimesheetWorkId": 1,
    "Text": "sample string 2",
    "OverrideStandard": true,
    "DepartmentId": 1,
    "Department": {
      "DepartmentId": 1,
      "Name": "sample string 2",
      "UserId": 1,
      "Employees": [
        {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ]
        },
        {
          "UserId": 1,
          "Username": "sample string 2",
          "ImageFileName": "sample string 3",
          "Password": "sample string 4",
          "LastActive": "2026-04-07T15:41:34.624399+01:00",
          "DateCreated": "2026-04-07T15:41:34.624399+01:00",
          "Status": 7,
          "DepartmentId": 1,
          "Profile": {
            "UserId": 1,
            "FirstName": "sample string 2",
            "Surname": "sample string 3",
            "Telephone": "sample string 4",
            "Email": "sample string 5",
            "SendFrom": "sample string 6",
            "Mobile": "sample string 7",
            "Address1": "sample string 8",
            "Address2": "sample string 9",
            "City": "sample string 10",
            "County": "sample string 11",
            "Postcode": "sample string 12",
            "ContractedHours": 13.0,
            "EmailPassword": "sample string 14"
          },
          "Roles": [
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            },
            {
              "UserRolesId": 1,
              "UserId": 2,
              "Role": "sample string 3"
            }
          ],
          "SalesJobs": [
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            },
            {
              "Type": "sample string 1",
              "JobId": 1,
              "Reference": "sample string 2",
              "ContactId": 3,
              "Description": "sample string 4",
              "CurrentQuoteVersion": 5,
              "BOMInitialised": true,
              "BOLInitialised": true,
              "OpportunityId": 8,
              "SalespersonId": 1,
              "OverallTime": 1.0,
              "Contact": {
                "ContactId": 1,
                "CompanyId": 1,
                "FirstName": "sample string 2",
                "Surname": "sample string 3",
                "Title": "sample string 4",
                "Salutation": "sample string 5",
                "Department": "sample string 6",
                "Telephone": "sample string 7",
                "Extension": "sample string 8",
                "Fax": "sample string 9",
                "Email": "sample string 10",
                "Mobile": "sample string 11",
                "Website": "sample string 12",
                "Address1": "sample string 13",
                "Address2": "sample string 14",
                "Address3": "sample string 15",
                "City": "sample string 16",
                "County": "sample string 17",
                "Postcode": "sample string 18",
                "Country": "sample string 19",
                "Notes": "sample string 20",
                "Client": true,
                "Supplier": true,
                "Company": {
                  "CompanyId": 1,
                  "Name": "sample string 2",
                  "AccountNo": "sample string 3",
                  "VatNumber": "sample string 4",
                  "CompanyRegNo": "sample string 5",
                  "Notes": "sample string 6",
                  "Client": true,
                  "Supplier": true,
                  "Address1": "sample string 9",
                  "Address2": "sample string 10",
                  "Address3": "sample string 11",
                  "City": "sample string 12",
                  "County": "sample string 13",
                  "Postcode": "sample string 14",
                  "Country": "sample string 15",
                  "SalespersonId": 1,
                  "IndustryId": 1,
                  "Contacts": [],
                  "BillablesSupplied": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "BillablesFor": [
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "BillableId": 1,
                      "UnitTypeId": 2,
                      "BillableTypeId": 3,
                      "CategoryId": 4,
                      "SupplierId": 1,
                      "ClientId": 1,
                      "Name": "sample string 5",
                      "SizeX": 6,
                      "SizeY": 7,
                      "SizeZ": 8,
                      "Cost": 9.0,
                      "UnitSizeX": 10,
                      "UnitSizeY": 11,
                      "UnitSizeZ": 12,
                      "UnitCost": 13.0,
                      "Markup": 14,
                      "SupplierCode": "sample string 15",
                      "PartCode": "sample string 16",
                      "BillableType": {
                        "BillableTypeId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Category": {
                        "CategoryId": 1,
                        "Name": "sample string 2",
                        "Status": 3,
                        "CreatedBy": 4,
                        "ModifiedBy": 5,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "UnitType": {
                        "UnitTypeId": 1,
                        "Name": "sample string 2",
                        "Label": "sample string 3",
                        "DefaultUnitSize": 4,
                        "SizeX": true,
                        "SizeY": true,
                        "SizeZ": true,
                        "Xlabel": "sample string 8",
                        "Ylabel": "sample string 9",
                        "Zlabel": "sample string 10",
                        "Status": 11,
                        "CreatedBy": 12,
                        "ModifiedBy": 13,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "DateModified": "2026-04-07T15:41:34.624399+01:00"
                      },
                      "Status": 17,
                      "CreatedBy": 18,
                      "ModifiedBy": 19,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "NotesList": [
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    },
                    {
                      "NoteId": 1,
                      "CompanyId": 1,
                      "Details": "sample string 2",
                      "ForAttention": true,
                      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                      "DateAttention": "2026-04-07T15:41:34.624399+01:00",
                      "JobId": 1,
                      "UserId": 1,
                      "OldInformationId": "sample string 5",
                      "Status": 6,
                      "CreatedBy": 7,
                      "ModifiedBy": 8,
                      "DateModified": "2026-04-07T15:41:34.624399+01:00"
                    }
                  ],
                  "Industry": {
                    "IndustryID": 1,
                    "Description": "sample string 2",
                    "Status": 3,
                    "CreatedBy": 4,
                    "ModifiedBy": 5,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 16,
                  "CreatedBy": 17,
                  "ModifiedBy": 18,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                "Status": 23,
                "CreatedBy": 24,
                "ModifiedBy": 25,
                "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                "DateModified": "2026-04-07T15:41:34.624399+01:00"
              },
              "JobHistory": [
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                },
                {
                  "JobHistoryId": 1,
                  "JobId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "Change": "sample string 4",
                  "Reason": "sample string 5"
                }
              ],
              "TimesheetSettings": [
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobTimesheetSettingsId": 1,
                  "JobId": 2,
                  "HoursTypeId": 3,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 6,
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 7,
                  "CreatedBy": 8,
                  "ModifiedBy": 9,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "TimesheetLines": [],
              "TimesheetViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:41:34.624399+01:00",
                  "End": "2026-04-07T15:41:34.624399+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:41:34.624399+01:00",
                  "MinutesWorked": 10,
                  "Timesheet": {
                    "TimesheetId": 1,
                    "UserId": 2,
                    "Approved": true,
                    "ApprovedBy": 1,
                    "DateApproved": "2026-04-07T15:41:34.624399+01:00",
                    "TimesheetDate": "2026-04-07T15:41:34.624399+01:00",
                    "Notes": "sample string 5",
                    "Lines": [],
                    "ViewLines": [],
                    "History": [
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      },
                      {
                        "TimesheetHistoryId": 1,
                        "TimesheetId": 2,
                        "UserId": 3,
                        "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                        "Change": "sample string 5",
                        "Reason": "sample string 6"
                      }
                    ],
                    "Status": 6,
                    "CreatedBy": 7,
                    "ModifiedBy": 8,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "HoursType": {
                    "HoursTypeId": 1,
                    "Text": "sample string 2",
                    "ShowAdmin": true,
                    "ShowAll": true,
                    "CanDelete": true,
                    "Absence": true,
                    "Unpaid": true,
                    "Status": 8,
                    "CreatedBy": 9,
                    "ModifiedBy": 10,
                    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                    "DateModified": "2026-04-07T15:41:34.624399+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "JobRelations": [
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                },
                {
                  "JobRelationId": 1,
                  "ChildJobId": 2,
                  "ParentJobId": 3
                }
              ],
              "JobReferenceNos": [
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                },
                {
                  "JobReferenceNoId": 1,
                  "JobId": 2,
                  "Reference": "sample string 3",
                  "Status": 4,
                  "CreatedBy": 5,
                  "ModifiedBy": 6,
                  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
                  "DateModified": "2026-04-07T15:41:34.624399+01:00"
                }
              ],
              "Status": 9,
              "CreatedBy": 10,
              "ModifiedBy": 11,
              "DateCreated": "2026-04-07T15:41:34.624399+01:00",
              "DateModified": "2026-04-07T15:41:34.624399+01:00"
            }
          ]
        }
      ],
      "TimesheetWork": [],
      "Status": 3,
      "CreatedBy": 4,
      "ModifiedBy": 5,
      "DateCreated": "2026-04-07T15:41:34.624399+01:00",
      "DateModified": "2026-04-07T15:41:34.624399+01:00"
    },
    "Status": 4,
    "CreatedBy": 5,
    "ModifiedBy": 6,
    "DateCreated": "2026-04-07T15:41:34.624399+01:00",
    "DateModified": "2026-04-07T15:41:34.624399+01:00"
  },
  "Status": 10,
  "CreatedBy": 11,
  "ModifiedBy": 12,
  "DateCreated": "2026-04-07T15:41:34.624399+01:00",
  "DateModified": "2026-04-07T15:41:34.624399+01:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TimesheetLine'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.