POST api/UpdateInvoices

Request Information

URI Parameters

None.

Body Parameters

Collection of Invoice
NameDescriptionTypeAdditional information
InvoiceId

integer

None.

InvoiceCreditNoteIdsId

integer

None.

QuoteId

integer

None.

Reference

string

None.

Description

string

None.

Terms

string

None.

TemplateId

integer

None.

Discount

decimal number

None.

FixedPrice

decimal number

None.

InvoiceContact

string

None.

InvoiceCompany

string

None.

InvoiceAddress

string

None.

InvoiceAddress2

string

None.

InvoiceAddress3

string

None.

InvoiceCity

string

None.

InvoiceCounty

string

None.

InvoicePostcode

string

None.

InvoiceCountry

string

None.

InvoiceTelephone

string

None.

InvoiceMobile

string

None.

InvoiceFax

string

None.

InvoiceTaxRate

decimal number

None.

PostToAccounts

boolean

None.

Printed

boolean

None.

CreditNote

boolean

None.

ContactId

integer

None.

OrderNo

string

None.

PaymentDays

integer

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

DateCreated

date

None.

DateModified

date

None.

Pending

boolean

None.

DatePending

date

None.

Quote

Quote

None.

Contact

Contact

None.

InvoiceItems

Collection of InvoiceItem

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Type": "sample string 1",
    "InvoiceId": 1,
    "InvoiceCreditNoteIdsId": 1,
    "QuoteId": 2,
    "Reference": "sample string 3",
    "Description": "sample string 4",
    "Terms": "sample string 5",
    "TemplateId": 6,
    "Discount": 7.0,
    "FixedPrice": 8.0,
    "InvoiceContact": "sample string 9",
    "InvoiceCompany": "sample string 10",
    "InvoiceAddress": "sample string 11",
    "InvoiceAddress2": "sample string 12",
    "InvoiceAddress3": "sample string 13",
    "InvoiceCity": "sample string 14",
    "InvoiceCounty": "sample string 15",
    "InvoicePostcode": "sample string 16",
    "InvoiceCountry": "sample string 17",
    "InvoiceTelephone": "sample string 18",
    "InvoiceMobile": "sample string 19",
    "InvoiceFax": "sample string 20",
    "InvoiceTaxRate": 21.0,
    "PostToAccounts": true,
    "Printed": true,
    "CreditNote": true,
    "ContactId": 25,
    "OrderNo": "sample string 26",
    "PaymentDays": 27,
    "CreatedBy": 28,
    "ModifiedBy": 29,
    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
    "DateModified": "2026-04-07T15:45:10.7490566+01:00",
    "Pending": true,
    "DatePending": "2026-04-07T15:45:10.7490566+01:00",
    "Quote": {
      "Type": "sample string 1",
      "QuoteId": 1,
      "JobId": 2,
      "Reference": "sample string 3",
      "Status": 4,
      "Version": 5,
      "Description": "sample string 6",
      "ContactId": 7,
      "CreatedBy": 8,
      "ModifiedBy": 9,
      "FixedPrice": 10.0,
      "OrderNo": "sample string 11",
      "ProjectManager": "sample string 12",
      "InvoiceRef": "sample string 13",
      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
      "DateModified": "2026-04-07T15:45:10.7490566+01:00",
      "QuotedDate": "2026-04-07T15:45:10.7490566+01:00",
      "ConfirmedDate": "2026-04-07T15:45:10.7490566+01:00",
      "InvoicedDate": "2026-04-07T15:45:10.7490566+01:00",
      "CompletedDate": "2026-04-07T15:45:10.7490566+01:00",
      "RequiredDate": "2026-04-07T15:45:10.7490566+01:00",
      "ExptectedDate": "2026-04-07T15:45:10.7490566+01:00",
      "ExpiredDate": "2026-04-07T15:45:10.7490566+01:00",
      "ProductionStart": "2026-04-07T15:45:10.7490566+01:00",
      "SiteStart": "2026-04-07T15:45:10.7490566+01:00",
      "SiteFinish": "2026-04-07T15:45:10.7490566+01:00",
      "InvoiceContact": "sample string 16",
      "InvoiceCompany": "sample string 17",
      "InvoiceAddress": "sample string 18",
      "InvoiceAddress2": "sample string 19",
      "InvoiceAddress3": "sample string 20",
      "InvoiceCity": "sample string 21",
      "InvoiceCounty": "sample string 22",
      "InvoicePostcode": "sample string 23",
      "InvoiceCountry": "sample string 24",
      "DeliveryContact": "sample string 25",
      "DeliveryCompany": "sample string 26",
      "DeliveryAddress": "sample string 27",
      "DeliveryAddress2": "sample string 28",
      "DeliveryAddress3": "sample string 29",
      "DeliveryCity": "sample string 30",
      "DeliveryCounty": "sample string 31",
      "DeliveryPostcode": "sample string 32",
      "DeliveryCountry": "sample string 33",
      "DeliveryContactNumber": "sample string 34",
      "Terms": "sample string 35",
      "ShowQuoteTotal": true,
      "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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              }
            ],
            "NotesList": [
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              }
            ],
            "Industry": {
              "IndustryID": 1,
              "Description": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 16,
            "CreatedBy": 17,
            "ModifiedBy": 18,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          "Status": 23,
          "CreatedBy": 24,
          "ModifiedBy": 25,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
        },
        "JobHistory": [
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "Change": "sample string 4",
            "Reason": "sample string 5"
          },
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        },
        "TimesheetSettings": [
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "TimesheetLines": [
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 10,
            "CreatedBy": 11,
            "ModifiedBy": 12,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 10,
            "CreatedBy": 11,
            "ModifiedBy": 12,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "TimesheetViewLines": [
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "JobReferenceNoId": 1,
            "JobId": 2,
            "Reference": "sample string 3",
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "Status": 9,
        "CreatedBy": 10,
        "ModifiedBy": 11,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00"
      },
      "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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            }
          ],
          "NotesList": [
            {
              "NoteId": 1,
              "CompanyId": 1,
              "Details": "sample string 2",
              "ForAttention": true,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
              "JobId": 1,
              "UserId": 1,
              "OldInformationId": "sample string 5",
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            {
              "NoteId": 1,
              "CompanyId": 1,
              "Details": "sample string 2",
              "ForAttention": true,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
              "JobId": 1,
              "UserId": 1,
              "OldInformationId": "sample string 5",
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            }
          ],
          "Industry": {
            "IndustryID": 1,
            "Description": "sample string 2",
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          "Status": 16,
          "CreatedBy": 17,
          "ModifiedBy": 18,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
        },
        "Status": 23,
        "CreatedBy": 24,
        "ModifiedBy": 25,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00"
      },
      "QuoteItems": [
        {
          "QuoteItemId": 1,
          "QuoteId": 2,
          "ItemId": 3,
          "PartCode": "sample string 4",
          "ClassificationDescription": "sample string 5",
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "PackType": "sample string 8",
          "UnitCost": 9.0,
          "UnitPrice": 10.0,
          "Quantity": 11,
          "SizeX": 12.1,
          "SizeY": 13.1,
          "SizeZ": 14.1,
          "AreaRate": 15.0,
          "TaxCodeId": 16,
          "TaxRate": 17.0,
          "TotalCost": 18.0,
          "TotalPrice": 19.0,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00",
          "CreatedBy": 22,
          "BillableId": 1,
          "ComponentId": 1,
          "QuoteItemDetails": [
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            },
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            }
          ]
        },
        {
          "QuoteItemId": 1,
          "QuoteId": 2,
          "ItemId": 3,
          "PartCode": "sample string 4",
          "ClassificationDescription": "sample string 5",
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "PackType": "sample string 8",
          "UnitCost": 9.0,
          "UnitPrice": 10.0,
          "Quantity": 11,
          "SizeX": 12.1,
          "SizeY": 13.1,
          "SizeZ": 14.1,
          "AreaRate": 15.0,
          "TaxCodeId": 16,
          "TaxRate": 17.0,
          "TotalCost": 18.0,
          "TotalPrice": 19.0,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00",
          "CreatedBy": 22,
          "BillableId": 1,
          "ComponentId": 1,
          "QuoteItemDetails": [
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            },
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            }
          ]
        }
      ]
    },
    "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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "NotesList": [
          {
            "NoteId": 1,
            "CompanyId": 1,
            "Details": "sample string 2",
            "ForAttention": true,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
            "JobId": 1,
            "UserId": 1,
            "OldInformationId": "sample string 5",
            "Status": 6,
            "CreatedBy": 7,
            "ModifiedBy": 8,
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "NoteId": 1,
            "CompanyId": 1,
            "Details": "sample string 2",
            "ForAttention": true,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
            "JobId": 1,
            "UserId": 1,
            "OldInformationId": "sample string 5",
            "Status": 6,
            "CreatedBy": 7,
            "ModifiedBy": 8,
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "Industry": {
          "IndustryID": 1,
          "Description": "sample string 2",
          "Status": 3,
          "CreatedBy": 4,
          "ModifiedBy": 5,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
        },
        "Status": 16,
        "CreatedBy": 17,
        "ModifiedBy": 18,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00"
      },
      "Status": 23,
      "CreatedBy": 24,
      "ModifiedBy": 25,
      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
    },
    "InvoiceItems": [
      {
        "InvoiceItemId": 1,
        "InvoiceId": 2,
        "QuoteId": 3,
        "QuoteItemId": 4,
        "Partcode": "sample string 5",
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "PackType": "sample string 8",
        "UnitCost": 9.0,
        "UnitPrice": 10.0,
        "Quantity": 11,
        "TaxRate": 12.0,
        "ItemId": 13,
        "TotalCost": 14.0,
        "TotalPrice": 15.0,
        "QuoteRef": "sample string 16",
        "CreatedBy": 17,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00",
        "DescriptionPlainText": "sample string 20"
      },
      {
        "InvoiceItemId": 1,
        "InvoiceId": 2,
        "QuoteId": 3,
        "QuoteItemId": 4,
        "Partcode": "sample string 5",
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "PackType": "sample string 8",
        "UnitCost": 9.0,
        "UnitPrice": 10.0,
        "Quantity": 11,
        "TaxRate": 12.0,
        "ItemId": 13,
        "TotalCost": 14.0,
        "TotalPrice": 15.0,
        "QuoteRef": "sample string 16",
        "CreatedBy": 17,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00",
        "DescriptionPlainText": "sample string 20"
      }
    ]
  },
  {
    "Type": "sample string 1",
    "InvoiceId": 1,
    "InvoiceCreditNoteIdsId": 1,
    "QuoteId": 2,
    "Reference": "sample string 3",
    "Description": "sample string 4",
    "Terms": "sample string 5",
    "TemplateId": 6,
    "Discount": 7.0,
    "FixedPrice": 8.0,
    "InvoiceContact": "sample string 9",
    "InvoiceCompany": "sample string 10",
    "InvoiceAddress": "sample string 11",
    "InvoiceAddress2": "sample string 12",
    "InvoiceAddress3": "sample string 13",
    "InvoiceCity": "sample string 14",
    "InvoiceCounty": "sample string 15",
    "InvoicePostcode": "sample string 16",
    "InvoiceCountry": "sample string 17",
    "InvoiceTelephone": "sample string 18",
    "InvoiceMobile": "sample string 19",
    "InvoiceFax": "sample string 20",
    "InvoiceTaxRate": 21.0,
    "PostToAccounts": true,
    "Printed": true,
    "CreditNote": true,
    "ContactId": 25,
    "OrderNo": "sample string 26",
    "PaymentDays": 27,
    "CreatedBy": 28,
    "ModifiedBy": 29,
    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
    "DateModified": "2026-04-07T15:45:10.7490566+01:00",
    "Pending": true,
    "DatePending": "2026-04-07T15:45:10.7490566+01:00",
    "Quote": {
      "Type": "sample string 1",
      "QuoteId": 1,
      "JobId": 2,
      "Reference": "sample string 3",
      "Status": 4,
      "Version": 5,
      "Description": "sample string 6",
      "ContactId": 7,
      "CreatedBy": 8,
      "ModifiedBy": 9,
      "FixedPrice": 10.0,
      "OrderNo": "sample string 11",
      "ProjectManager": "sample string 12",
      "InvoiceRef": "sample string 13",
      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
      "DateModified": "2026-04-07T15:45:10.7490566+01:00",
      "QuotedDate": "2026-04-07T15:45:10.7490566+01:00",
      "ConfirmedDate": "2026-04-07T15:45:10.7490566+01:00",
      "InvoicedDate": "2026-04-07T15:45:10.7490566+01:00",
      "CompletedDate": "2026-04-07T15:45:10.7490566+01:00",
      "RequiredDate": "2026-04-07T15:45:10.7490566+01:00",
      "ExptectedDate": "2026-04-07T15:45:10.7490566+01:00",
      "ExpiredDate": "2026-04-07T15:45:10.7490566+01:00",
      "ProductionStart": "2026-04-07T15:45:10.7490566+01:00",
      "SiteStart": "2026-04-07T15:45:10.7490566+01:00",
      "SiteFinish": "2026-04-07T15:45:10.7490566+01:00",
      "InvoiceContact": "sample string 16",
      "InvoiceCompany": "sample string 17",
      "InvoiceAddress": "sample string 18",
      "InvoiceAddress2": "sample string 19",
      "InvoiceAddress3": "sample string 20",
      "InvoiceCity": "sample string 21",
      "InvoiceCounty": "sample string 22",
      "InvoicePostcode": "sample string 23",
      "InvoiceCountry": "sample string 24",
      "DeliveryContact": "sample string 25",
      "DeliveryCompany": "sample string 26",
      "DeliveryAddress": "sample string 27",
      "DeliveryAddress2": "sample string 28",
      "DeliveryAddress3": "sample string 29",
      "DeliveryCity": "sample string 30",
      "DeliveryCounty": "sample string 31",
      "DeliveryPostcode": "sample string 32",
      "DeliveryCountry": "sample string 33",
      "DeliveryContactNumber": "sample string 34",
      "Terms": "sample string 35",
      "ShowQuoteTotal": true,
      "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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Category": {
                  "CategoryId": 1,
                  "Name": "sample string 2",
                  "Status": 3,
                  "CreatedBy": 4,
                  "ModifiedBy": 5,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                "Status": 17,
                "CreatedBy": 18,
                "ModifiedBy": 19,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              }
            ],
            "NotesList": [
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              {
                "NoteId": 1,
                "CompanyId": 1,
                "Details": "sample string 2",
                "ForAttention": true,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
                "JobId": 1,
                "UserId": 1,
                "OldInformationId": "sample string 5",
                "Status": 6,
                "CreatedBy": 7,
                "ModifiedBy": 8,
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              }
            ],
            "Industry": {
              "IndustryID": 1,
              "Description": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 16,
            "CreatedBy": 17,
            "ModifiedBy": 18,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          "Status": 23,
          "CreatedBy": 24,
          "ModifiedBy": 25,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
        },
        "JobHistory": [
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "Change": "sample string 4",
            "Reason": "sample string 5"
          },
          {
            "JobHistoryId": 1,
            "JobId": 2,
            "UserId": 3,
            "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              {
                "TimesheetWorkId": 1,
                "Text": "sample string 2",
                "OverrideStandard": true,
                "DepartmentId": 1,
                "Status": 4,
                "CreatedBy": 5,
                "ModifiedBy": 6,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              }
            ],
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        },
        "TimesheetSettings": [
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "JobTimesheetSettingsId": 1,
            "JobId": 2,
            "HoursTypeId": 3,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 7,
            "CreatedBy": 8,
            "ModifiedBy": 9,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "TimesheetLines": [
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 10,
            "CreatedBy": 11,
            "ModifiedBy": 12,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [],
              "ViewLines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 11,
                  "CreatedBy": 12,
                  "ModifiedBy": 13,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 10,
            "CreatedBy": 11,
            "ModifiedBy": 12,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "TimesheetViewLines": [
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "TimesheetLineId": 1,
            "TimesheetId": 2,
            "JobId": 1,
            "Start": "2026-04-07T15:45:10.7490566+01:00",
            "End": "2026-04-07T15:45:10.7490566+01:00",
            "Day": 5,
            "HoursTypeId": 6,
            "TimesheetWorkId": 1,
            "Notes": "sample string 7",
            "UserId": 8,
            "Date": "2026-04-07T15:45:10.7490566+01:00",
            "MinutesWorked": 10,
            "Timesheet": {
              "TimesheetId": 1,
              "UserId": 2,
              "Approved": true,
              "ApprovedBy": 1,
              "DateApproved": "2026-04-07T15:45:10.7490566+01:00",
              "TimesheetDate": "2026-04-07T15:45:10.7490566+01:00",
              "Notes": "sample string 5",
              "Lines": [
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                },
                {
                  "TimesheetLineId": 1,
                  "TimesheetId": 2,
                  "JobId": 1,
                  "Start": "2026-04-07T15:45:10.7490566+01:00",
                  "End": "2026-04-07T15:45:10.7490566+01:00",
                  "Day": 5,
                  "HoursTypeId": 6,
                  "TimesheetWorkId": 1,
                  "Notes": "sample string 7",
                  "UserId": 8,
                  "Date": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Employee": {
                    "UserId": 1,
                    "Username": "sample string 2",
                    "ImageFileName": "sample string 3",
                    "Password": "sample string 4",
                    "LastActive": "2026-04-07T15:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    },
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  "Status": 10,
                  "CreatedBy": 11,
                  "ModifiedBy": 12,
                  "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                  "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                }
              ],
              "ViewLines": [],
              "History": [
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                },
                {
                  "TimesheetHistoryId": 1,
                  "TimesheetId": 2,
                  "UserId": 3,
                  "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        },
                        {
                          "TimesheetWorkId": 1,
                          "Text": "sample string 2",
                          "OverrideStandard": true,
                          "DepartmentId": 1,
                          "Status": 4,
                          "CreatedBy": 5,
                          "ModifiedBy": 6,
                          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                        }
                      ],
                      "Status": 3,
                      "CreatedBy": 4,
                      "ModifiedBy": 5,
                      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                    }
                  }
                }
              ],
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Employee": {
              "UserId": 1,
              "Username": "sample string 2",
              "ImageFileName": "sample string 3",
              "Password": "sample string 4",
              "LastActive": "2026-04-07T15:45:10.7490566+01:00",
              "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  },
                  {
                    "TimesheetWorkId": 1,
                    "Text": "sample string 2",
                    "OverrideStandard": true,
                    "DepartmentId": 1,
                    "Status": 4,
                    "CreatedBy": 5,
                    "ModifiedBy": 6,
                    "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                    "DateModified": "2026-04-07T15:45:10.7490566+01:00"
                  }
                ],
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                    "DateCreated": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 4,
              "CreatedBy": 5,
              "ModifiedBy": 6,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 11,
            "CreatedBy": 12,
            "ModifiedBy": 13,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "JobReferenceNoId": 1,
            "JobId": 2,
            "Reference": "sample string 3",
            "Status": 4,
            "CreatedBy": 5,
            "ModifiedBy": 6,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "Status": 9,
        "CreatedBy": 10,
        "ModifiedBy": 11,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00"
      },
      "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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Category": {
                "CategoryId": 1,
                "Name": "sample string 2",
                "Status": 3,
                "CreatedBy": 4,
                "ModifiedBy": 5,
                "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
                "DateModified": "2026-04-07T15:45:10.7490566+01:00"
              },
              "Status": 17,
              "CreatedBy": 18,
              "ModifiedBy": 19,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            }
          ],
          "NotesList": [
            {
              "NoteId": 1,
              "CompanyId": 1,
              "Details": "sample string 2",
              "ForAttention": true,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
              "JobId": 1,
              "UserId": 1,
              "OldInformationId": "sample string 5",
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            {
              "NoteId": 1,
              "CompanyId": 1,
              "Details": "sample string 2",
              "ForAttention": true,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
              "JobId": 1,
              "UserId": 1,
              "OldInformationId": "sample string 5",
              "Status": 6,
              "CreatedBy": 7,
              "ModifiedBy": 8,
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            }
          ],
          "Industry": {
            "IndustryID": 1,
            "Description": "sample string 2",
            "Status": 3,
            "CreatedBy": 4,
            "ModifiedBy": 5,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          "Status": 16,
          "CreatedBy": 17,
          "ModifiedBy": 18,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
        },
        "Status": 23,
        "CreatedBy": 24,
        "ModifiedBy": 25,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00"
      },
      "QuoteItems": [
        {
          "QuoteItemId": 1,
          "QuoteId": 2,
          "ItemId": 3,
          "PartCode": "sample string 4",
          "ClassificationDescription": "sample string 5",
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "PackType": "sample string 8",
          "UnitCost": 9.0,
          "UnitPrice": 10.0,
          "Quantity": 11,
          "SizeX": 12.1,
          "SizeY": 13.1,
          "SizeZ": 14.1,
          "AreaRate": 15.0,
          "TaxCodeId": 16,
          "TaxRate": 17.0,
          "TotalCost": 18.0,
          "TotalPrice": 19.0,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00",
          "CreatedBy": 22,
          "BillableId": 1,
          "ComponentId": 1,
          "QuoteItemDetails": [
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            },
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            }
          ]
        },
        {
          "QuoteItemId": 1,
          "QuoteId": 2,
          "ItemId": 3,
          "PartCode": "sample string 4",
          "ClassificationDescription": "sample string 5",
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "PackType": "sample string 8",
          "UnitCost": 9.0,
          "UnitPrice": 10.0,
          "Quantity": 11,
          "SizeX": 12.1,
          "SizeY": 13.1,
          "SizeZ": 14.1,
          "AreaRate": 15.0,
          "TaxCodeId": 16,
          "TaxRate": 17.0,
          "TotalCost": 18.0,
          "TotalPrice": 19.0,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00",
          "CreatedBy": 22,
          "BillableId": 1,
          "ComponentId": 1,
          "QuoteItemDetails": [
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            },
            {
              "QuoteItemDetailId": 1,
              "QuoteItemId": 2,
              "PartCode": "sample string 3",
              "Description": "sample string 4",
              "UnitCost": 5.0,
              "UnitPrice": 6.0,
              "Markup": 7,
              "Quantity": 8,
              "TotalCost": 9.0,
              "TotalPrice": 10.0,
              "SizeX": 11.1,
              "SizeY": 12.1,
              "SizeZ": 13.1,
              "BillableId": 1,
              "ComponentId": 1
            }
          ]
        }
      ]
    },
    "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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Category": {
              "CategoryId": 1,
              "Name": "sample string 2",
              "Status": 3,
              "CreatedBy": 4,
              "ModifiedBy": 5,
              "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+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:45:10.7490566+01:00",
              "DateModified": "2026-04-07T15:45:10.7490566+01:00"
            },
            "Status": 17,
            "CreatedBy": 18,
            "ModifiedBy": 19,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "NotesList": [
          {
            "NoteId": 1,
            "CompanyId": 1,
            "Details": "sample string 2",
            "ForAttention": true,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
            "JobId": 1,
            "UserId": 1,
            "OldInformationId": "sample string 5",
            "Status": 6,
            "CreatedBy": 7,
            "ModifiedBy": 8,
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          },
          {
            "NoteId": 1,
            "CompanyId": 1,
            "Details": "sample string 2",
            "ForAttention": true,
            "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
            "DateAttention": "2026-04-07T15:45:10.7490566+01:00",
            "JobId": 1,
            "UserId": 1,
            "OldInformationId": "sample string 5",
            "Status": 6,
            "CreatedBy": 7,
            "ModifiedBy": 8,
            "DateModified": "2026-04-07T15:45:10.7490566+01:00"
          }
        ],
        "Industry": {
          "IndustryID": 1,
          "Description": "sample string 2",
          "Status": 3,
          "CreatedBy": 4,
          "ModifiedBy": 5,
          "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
          "DateModified": "2026-04-07T15:45:10.7490566+01:00"
        },
        "Status": 16,
        "CreatedBy": 17,
        "ModifiedBy": 18,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00"
      },
      "Status": 23,
      "CreatedBy": 24,
      "ModifiedBy": 25,
      "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
      "DateModified": "2026-04-07T15:45:10.7490566+01:00"
    },
    "InvoiceItems": [
      {
        "InvoiceItemId": 1,
        "InvoiceId": 2,
        "QuoteId": 3,
        "QuoteItemId": 4,
        "Partcode": "sample string 5",
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "PackType": "sample string 8",
        "UnitCost": 9.0,
        "UnitPrice": 10.0,
        "Quantity": 11,
        "TaxRate": 12.0,
        "ItemId": 13,
        "TotalCost": 14.0,
        "TotalPrice": 15.0,
        "QuoteRef": "sample string 16",
        "CreatedBy": 17,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00",
        "DescriptionPlainText": "sample string 20"
      },
      {
        "InvoiceItemId": 1,
        "InvoiceId": 2,
        "QuoteId": 3,
        "QuoteItemId": 4,
        "Partcode": "sample string 5",
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "PackType": "sample string 8",
        "UnitCost": 9.0,
        "UnitPrice": 10.0,
        "Quantity": 11,
        "TaxRate": 12.0,
        "ItemId": 13,
        "TotalCost": 14.0,
        "TotalPrice": 15.0,
        "QuoteRef": "sample string 16",
        "CreatedBy": 17,
        "DateCreated": "2026-04-07T15:45:10.7490566+01:00",
        "DateModified": "2026-04-07T15:45:10.7490566+01:00",
        "DescriptionPlainText": "sample string 20"
      }
    ]
  }
]

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.