GET api/v1/clients/{clientUid}/timesheets/paged?PageSize={PageSize}&PageNumber={PageNumber}&Status={Status}&orderBy={orderBy}&CanApprove={CanApprove}&CanAuthorise={CanAuthorise}&CanEdit={CanEdit}

Returns a paged list of client timesheets based on the given search parameters

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientUid

the client we are searching for

globally unique identifier

Required

PageSize

number of results per page

integer

Default value is 50

PageNumber

page number to return

integer

Default value is 1

Status

Comma seperated list of statuses to return timesheets in

string

Default value is

orderBy

The order by field

TimesheetOrderBy

Default value is PeriodEndDesc

CanApprove

Only return records the logged in user can approve

boolean

None.

CanAuthorise

Only return records the logged in user can authorise

boolean

None.

CanEdit

Only return records the logged in user can edit

boolean

None.

Body Parameters

None.

Response Information

Resource Description

list of client timesheet view models

Collection of ClientTimesheetViewModel
NameDescriptionTypeAdditional information
CandidateReference

The candidate reference number.

string

None.

CandidateFullName

The candidates full name.

string

None.

Company

The company.

CompanyViewModel

None.

Client

The client.

ClientViewModel

None.

PeriodStart

The period start.

date

None.

PeriodEnd

The period end.

date

None.

TimesheetStatus

The status.

TimesheetStatusViewModel

None.

Note

The note.

string

None.

CandidateTimesheetItem

The time sheet items.

Collection of CandidateTimesheetItemViewModel

None.

Uid

The GUID.

globally unique identifier

None.

Links

The links.

Collection of Link

None.

DateUpdated

Last time the record was updated

date

None.

UpdatedBy

Who updated the record last

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CandidateReference": "sample string 1",
    "CandidateFullName": "sample string 2",
    "Company": {
      "Name": "sample string 1",
      "AddressLine1": "sample string 2",
      "AddressLine2": "sample string 3",
      "AddressLine3": "sample string 4",
      "AddressLine4": "sample string 5",
      "PostCode": "sample string 6",
      "Country": {
        "Iso3Code": "sample string 1",
        "Name": "sample string 2",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0",
          "Links": [
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            },
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            }
          ],
          "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "492a5358-847b-404b-b145-8e3a918a2773",
        "Uid": "307725d5-c3a4-4cb3-8754-1a45d0d6c5ad",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "57602604-2116-4df4-868e-99f6983745fa",
      "PortalGuid": "d39d0176-73f9-4207-a63f-51be6db832b7",
      "CompanyGuid": "61022fdc-6252-4118-b261-b7df3b0f0f39",
      "Uid": "da95debd-32c6-4531-b3b7-07ed9df4b52e",
      "Links": [
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        },
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        }
      ],
      "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
      "UpdatedBy": "sample string 13"
    },
    "Client": {
      "AddressLine1": "sample string 1",
      "AddressLine2": "sample string 2",
      "AddressLine3": "sample string 3",
      "AddressLine4": "sample string 4",
      "Name": "sample string 5",
      "PostCode": "sample string 6",
      "Country": {
        "Iso3Code": "sample string 1",
        "Name": "sample string 2",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0",
          "Links": [
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            },
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            }
          ],
          "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "492a5358-847b-404b-b145-8e3a918a2773",
        "Uid": "307725d5-c3a4-4cb3-8754-1a45d0d6c5ad",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Company": {
        "Name": "sample string 1",
        "AddressLine1": "sample string 2",
        "AddressLine2": "sample string 3",
        "AddressLine3": "sample string 4",
        "AddressLine4": "sample string 5",
        "PostCode": "sample string 6",
        "Country": {
          "Iso3Code": "sample string 1",
          "Name": "sample string 2",
          "Portal": {
            "Name": "sample string 1",
            "Uid": "bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0",
            "Links": [
              {
                "Href": "http://webapihelppage1.com",
                "Method": "sample string 2",
                "Rel": "sample string 3",
                "Title": "sample string 4",
                "Type": "sample string 5"
              },
              {
                "Href": "http://webapihelppage1.com",
                "Method": "sample string 2",
                "Rel": "sample string 3",
                "Title": "sample string 4",
                "Type": "sample string 5"
              }
            ],
            "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "492a5358-847b-404b-b145-8e3a918a2773",
          "Uid": "307725d5-c3a4-4cb3-8754-1a45d0d6c5ad",
          "Links": [
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            },
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            }
          ],
          "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "57602604-2116-4df4-868e-99f6983745fa",
        "PortalGuid": "d39d0176-73f9-4207-a63f-51be6db832b7",
        "CompanyGuid": "61022fdc-6252-4118-b261-b7df3b0f0f39",
        "Uid": "da95debd-32c6-4531-b3b7-07ed9df4b52e",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "7ce206e9-bf3f-44e4-a4c3-dae9f13fa42d",
      "Uid": "4fd7b902-20e9-4b3b-8800-cb90fef6bb40",
      "Links": [
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        },
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        }
      ],
      "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
      "UpdatedBy": "sample string 11"
    },
    "PeriodStart": "2025-10-27T14:01:16.0643087+00:00",
    "PeriodEnd": "2025-10-27T14:01:16.0643087+00:00",
    "TimesheetStatus": {
      "Name": "sample string 1",
      "IsDefault": true,
      "IsUpdatable": true,
      "IsApproved": true,
      "IsAuthorised": true,
      "IsInvoiced": true,
      "IsModified": true,
      "IsPending": true,
      "IsRejected": true,
      "IsSubmitted": true,
      "IsPaid": true,
      "CandidateAlias": "sample string 12",
      "ClientContactAlias": "sample string 13",
      "Uid": "ddd1abed-2794-40e2-8f86-0856b8905e93",
      "Links": [
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        },
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        }
      ],
      "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
      "UpdatedBy": "sample string 15"
    },
    "Note": "sample string 5",
    "CandidateTimesheetItem": [
      {
        "StartTime": "2025-10-27T14:01:16.0643087+00:00",
        "EndTime": "2025-10-27T14:01:16.0643087+00:00",
        "RateName": "sample string 1",
        "RateUnit": 2.1,
        "IsExpense": true,
        "OriginalPlacementBookingid": 1,
        "Uid": "87963e9d-7e62-4e7c-8a82-238ac85d95f7",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      },
      {
        "StartTime": "2025-10-27T14:01:16.0643087+00:00",
        "EndTime": "2025-10-27T14:01:16.0643087+00:00",
        "RateName": "sample string 1",
        "RateUnit": 2.1,
        "IsExpense": true,
        "OriginalPlacementBookingid": 1,
        "Uid": "87963e9d-7e62-4e7c-8a82-238ac85d95f7",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      }
    ],
    "Uid": "b938624e-0c28-4bb3-ac16-01e900195961",
    "Links": [
      {
        "Href": "http://webapihelppage1.com",
        "Method": "sample string 2",
        "Rel": "sample string 3",
        "Title": "sample string 4",
        "Type": "sample string 5"
      },
      {
        "Href": "http://webapihelppage1.com",
        "Method": "sample string 2",
        "Rel": "sample string 3",
        "Title": "sample string 4",
        "Type": "sample string 5"
      }
    ],
    "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
    "UpdatedBy": "sample string 7"
  },
  {
    "CandidateReference": "sample string 1",
    "CandidateFullName": "sample string 2",
    "Company": {
      "Name": "sample string 1",
      "AddressLine1": "sample string 2",
      "AddressLine2": "sample string 3",
      "AddressLine3": "sample string 4",
      "AddressLine4": "sample string 5",
      "PostCode": "sample string 6",
      "Country": {
        "Iso3Code": "sample string 1",
        "Name": "sample string 2",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0",
          "Links": [
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            },
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            }
          ],
          "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "492a5358-847b-404b-b145-8e3a918a2773",
        "Uid": "307725d5-c3a4-4cb3-8754-1a45d0d6c5ad",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "57602604-2116-4df4-868e-99f6983745fa",
      "PortalGuid": "d39d0176-73f9-4207-a63f-51be6db832b7",
      "CompanyGuid": "61022fdc-6252-4118-b261-b7df3b0f0f39",
      "Uid": "da95debd-32c6-4531-b3b7-07ed9df4b52e",
      "Links": [
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        },
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        }
      ],
      "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
      "UpdatedBy": "sample string 13"
    },
    "Client": {
      "AddressLine1": "sample string 1",
      "AddressLine2": "sample string 2",
      "AddressLine3": "sample string 3",
      "AddressLine4": "sample string 4",
      "Name": "sample string 5",
      "PostCode": "sample string 6",
      "Country": {
        "Iso3Code": "sample string 1",
        "Name": "sample string 2",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0",
          "Links": [
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            },
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            }
          ],
          "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "492a5358-847b-404b-b145-8e3a918a2773",
        "Uid": "307725d5-c3a4-4cb3-8754-1a45d0d6c5ad",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Company": {
        "Name": "sample string 1",
        "AddressLine1": "sample string 2",
        "AddressLine2": "sample string 3",
        "AddressLine3": "sample string 4",
        "AddressLine4": "sample string 5",
        "PostCode": "sample string 6",
        "Country": {
          "Iso3Code": "sample string 1",
          "Name": "sample string 2",
          "Portal": {
            "Name": "sample string 1",
            "Uid": "bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0",
            "Links": [
              {
                "Href": "http://webapihelppage1.com",
                "Method": "sample string 2",
                "Rel": "sample string 3",
                "Title": "sample string 4",
                "Type": "sample string 5"
              },
              {
                "Href": "http://webapihelppage1.com",
                "Method": "sample string 2",
                "Rel": "sample string 3",
                "Title": "sample string 4",
                "Type": "sample string 5"
              }
            ],
            "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "492a5358-847b-404b-b145-8e3a918a2773",
          "Uid": "307725d5-c3a4-4cb3-8754-1a45d0d6c5ad",
          "Links": [
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            },
            {
              "Href": "http://webapihelppage1.com",
              "Method": "sample string 2",
              "Rel": "sample string 3",
              "Title": "sample string 4",
              "Type": "sample string 5"
            }
          ],
          "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "57602604-2116-4df4-868e-99f6983745fa",
        "PortalGuid": "d39d0176-73f9-4207-a63f-51be6db832b7",
        "CompanyGuid": "61022fdc-6252-4118-b261-b7df3b0f0f39",
        "Uid": "da95debd-32c6-4531-b3b7-07ed9df4b52e",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "7ce206e9-bf3f-44e4-a4c3-dae9f13fa42d",
      "Uid": "4fd7b902-20e9-4b3b-8800-cb90fef6bb40",
      "Links": [
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        },
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        }
      ],
      "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
      "UpdatedBy": "sample string 11"
    },
    "PeriodStart": "2025-10-27T14:01:16.0643087+00:00",
    "PeriodEnd": "2025-10-27T14:01:16.0643087+00:00",
    "TimesheetStatus": {
      "Name": "sample string 1",
      "IsDefault": true,
      "IsUpdatable": true,
      "IsApproved": true,
      "IsAuthorised": true,
      "IsInvoiced": true,
      "IsModified": true,
      "IsPending": true,
      "IsRejected": true,
      "IsSubmitted": true,
      "IsPaid": true,
      "CandidateAlias": "sample string 12",
      "ClientContactAlias": "sample string 13",
      "Uid": "ddd1abed-2794-40e2-8f86-0856b8905e93",
      "Links": [
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        },
        {
          "Href": "http://webapihelppage1.com",
          "Method": "sample string 2",
          "Rel": "sample string 3",
          "Title": "sample string 4",
          "Type": "sample string 5"
        }
      ],
      "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
      "UpdatedBy": "sample string 15"
    },
    "Note": "sample string 5",
    "CandidateTimesheetItem": [
      {
        "StartTime": "2025-10-27T14:01:16.0643087+00:00",
        "EndTime": "2025-10-27T14:01:16.0643087+00:00",
        "RateName": "sample string 1",
        "RateUnit": 2.1,
        "IsExpense": true,
        "OriginalPlacementBookingid": 1,
        "Uid": "87963e9d-7e62-4e7c-8a82-238ac85d95f7",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      },
      {
        "StartTime": "2025-10-27T14:01:16.0643087+00:00",
        "EndTime": "2025-10-27T14:01:16.0643087+00:00",
        "RateName": "sample string 1",
        "RateUnit": 2.1,
        "IsExpense": true,
        "OriginalPlacementBookingid": 1,
        "Uid": "87963e9d-7e62-4e7c-8a82-238ac85d95f7",
        "Links": [
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          },
          {
            "Href": "http://webapihelppage1.com",
            "Method": "sample string 2",
            "Rel": "sample string 3",
            "Title": "sample string 4",
            "Type": "sample string 5"
          }
        ],
        "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
        "UpdatedBy": "sample string 5"
      }
    ],
    "Uid": "b938624e-0c28-4bb3-ac16-01e900195961",
    "Links": [
      {
        "Href": "http://webapihelppage1.com",
        "Method": "sample string 2",
        "Rel": "sample string 3",
        "Title": "sample string 4",
        "Type": "sample string 5"
      },
      {
        "Href": "http://webapihelppage1.com",
        "Method": "sample string 2",
        "Rel": "sample string 3",
        "Title": "sample string 4",
        "Type": "sample string 5"
      }
    ],
    "DateUpdated": "2025-10-27T14:01:16.0643087+00:00",
    "UpdatedBy": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfClientTimesheetViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
  <ClientTimesheetViewModel>
    <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
    <Links xmlns:d3p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
      <d3p1:Link>
        <d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
        <d3p1:Method>sample string 2</d3p1:Method>
        <d3p1:Rel>sample string 3</d3p1:Rel>
        <d3p1:Title>sample string 4</d3p1:Title>
        <d3p1:Type>sample string 5</d3p1:Type>
      </d3p1:Link>
      <d3p1:Link>
        <d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
        <d3p1:Method>sample string 2</d3p1:Method>
        <d3p1:Rel>sample string 3</d3p1:Rel>
        <d3p1:Title>sample string 4</d3p1:Title>
        <d3p1:Type>sample string 5</d3p1:Type>
      </d3p1:Link>
    </Links>
    <Uid>b938624e-0c28-4bb3-ac16-01e900195961</Uid>
    <UpdatedBy>sample string 7</UpdatedBy>
    <CandidateFullName>sample string 2</CandidateFullName>
    <CandidateReference>sample string 1</CandidateReference>
    <CandidateTimesheetItem>
      <CandidateTimesheetItemViewModel>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>87963e9d-7e62-4e7c-8a82-238ac85d95f7</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <EndTime>2025-10-27T14:01:16.0643087+00:00</EndTime>
        <IsExpense>true</IsExpense>
        <OriginalPlacementBookingid>1</OriginalPlacementBookingid>
        <RateName>sample string 1</RateName>
        <RateUnit>2.1</RateUnit>
        <StartTime>2025-10-27T14:01:16.0643087+00:00</StartTime>
      </CandidateTimesheetItemViewModel>
      <CandidateTimesheetItemViewModel>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>87963e9d-7e62-4e7c-8a82-238ac85d95f7</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <EndTime>2025-10-27T14:01:16.0643087+00:00</EndTime>
        <IsExpense>true</IsExpense>
        <OriginalPlacementBookingid>1</OriginalPlacementBookingid>
        <RateName>sample string 1</RateName>
        <RateUnit>2.1</RateUnit>
        <StartTime>2025-10-27T14:01:16.0643087+00:00</StartTime>
      </CandidateTimesheetItemViewModel>
    </CandidateTimesheetItem>
    <Client>
      <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
      <Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
      </Links>
      <Uid>4fd7b902-20e9-4b3b-8800-cb90fef6bb40</Uid>
      <UpdatedBy>sample string 11</UpdatedBy>
      <AddressLine1>sample string 1</AddressLine1>
      <AddressLine2>sample string 2</AddressLine2>
      <AddressLine3>sample string 3</AddressLine3>
      <AddressLine4>sample string 4</AddressLine4>
      <ClientGuid>7ce206e9-bf3f-44e4-a4c3-dae9f13fa42d</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>da95debd-32c6-4531-b3b7-07ed9df4b52e</Uid>
        <UpdatedBy>sample string 13</UpdatedBy>
        <AddressLine1>sample string 2</AddressLine1>
        <AddressLine2>sample string 3</AddressLine2>
        <AddressLine3>sample string 4</AddressLine3>
        <AddressLine4>sample string 5</AddressLine4>
        <CompanyGuid>61022fdc-6252-4118-b261-b7df3b0f0f39</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
          <Links xmlns:d6p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
          </Links>
          <Uid>307725d5-c3a4-4cb3-8754-1a45d0d6c5ad</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>492a5358-847b-404b-b145-8e3a918a2773</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
            <Links xmlns:d7p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
              <d7p1:Link>
                <d7p1:Href>http://webapihelppage1.com/</d7p1:Href>
                <d7p1:Method>sample string 2</d7p1:Method>
                <d7p1:Rel>sample string 3</d7p1:Rel>
                <d7p1:Title>sample string 4</d7p1:Title>
                <d7p1:Type>sample string 5</d7p1:Type>
              </d7p1:Link>
              <d7p1:Link>
                <d7p1:Href>http://webapihelppage1.com/</d7p1:Href>
                <d7p1:Method>sample string 2</d7p1:Method>
                <d7p1:Rel>sample string 3</d7p1:Rel>
                <d7p1:Title>sample string 4</d7p1:Title>
                <d7p1:Type>sample string 5</d7p1:Type>
              </d7p1:Link>
            </Links>
            <Uid>bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0</Uid>
            <UpdatedBy>sample string 3</UpdatedBy>
            <Name>sample string 1</Name>
          </Portal>
        </Country>
        <Latitude>sample string 7</Latitude>
        <Longitude>sample string 8</Longitude>
        <Name>sample string 1</Name>
        <PortalGuid>d39d0176-73f9-4207-a63f-51be6db832b7</PortalGuid>
        <PortalUid>57602604-2116-4df4-868e-99f6983745fa</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>307725d5-c3a4-4cb3-8754-1a45d0d6c5ad</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>492a5358-847b-404b-b145-8e3a918a2773</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
          <Links xmlns:d6p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
          </Links>
          <Uid>bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </Country>
      <Name>sample string 5</Name>
      <PostCode>sample string 6</PostCode>
      <ReferenceNumber>sample string 7</ReferenceNumber>
      <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
    </Client>
    <Company>
      <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
      <Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
      </Links>
      <Uid>da95debd-32c6-4531-b3b7-07ed9df4b52e</Uid>
      <UpdatedBy>sample string 13</UpdatedBy>
      <AddressLine1>sample string 2</AddressLine1>
      <AddressLine2>sample string 3</AddressLine2>
      <AddressLine3>sample string 4</AddressLine3>
      <AddressLine4>sample string 5</AddressLine4>
      <CompanyGuid>61022fdc-6252-4118-b261-b7df3b0f0f39</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>307725d5-c3a4-4cb3-8754-1a45d0d6c5ad</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>492a5358-847b-404b-b145-8e3a918a2773</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
          <Links xmlns:d6p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
          </Links>
          <Uid>bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </Country>
      <Latitude>sample string 7</Latitude>
      <Longitude>sample string 8</Longitude>
      <Name>sample string 1</Name>
      <PortalGuid>d39d0176-73f9-4207-a63f-51be6db832b7</PortalGuid>
      <PortalUid>57602604-2116-4df4-868e-99f6983745fa</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <Note>sample string 5</Note>
    <PeriodEnd>2025-10-27T14:01:16.0643087+00:00</PeriodEnd>
    <PeriodStart>2025-10-27T14:01:16.0643087+00:00</PeriodStart>
    <TimesheetStatus>
      <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
      <Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
      </Links>
      <Uid>ddd1abed-2794-40e2-8f86-0856b8905e93</Uid>
      <UpdatedBy>sample string 15</UpdatedBy>
      <CandidateAlias>sample string 12</CandidateAlias>
      <ClientContactAlias>sample string 13</ClientContactAlias>
      <IsApproved>true</IsApproved>
      <IsAuthorised>true</IsAuthorised>
      <IsDefault>true</IsDefault>
      <IsInvoiced>true</IsInvoiced>
      <IsModified>true</IsModified>
      <IsPaid>true</IsPaid>
      <IsPending>true</IsPending>
      <IsRejected>true</IsRejected>
      <IsSubmitted>true</IsSubmitted>
      <IsUpdatable>true</IsUpdatable>
      <Name>sample string 1</Name>
    </TimesheetStatus>
  </ClientTimesheetViewModel>
  <ClientTimesheetViewModel>
    <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
    <Links xmlns:d3p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
      <d3p1:Link>
        <d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
        <d3p1:Method>sample string 2</d3p1:Method>
        <d3p1:Rel>sample string 3</d3p1:Rel>
        <d3p1:Title>sample string 4</d3p1:Title>
        <d3p1:Type>sample string 5</d3p1:Type>
      </d3p1:Link>
      <d3p1:Link>
        <d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
        <d3p1:Method>sample string 2</d3p1:Method>
        <d3p1:Rel>sample string 3</d3p1:Rel>
        <d3p1:Title>sample string 4</d3p1:Title>
        <d3p1:Type>sample string 5</d3p1:Type>
      </d3p1:Link>
    </Links>
    <Uid>b938624e-0c28-4bb3-ac16-01e900195961</Uid>
    <UpdatedBy>sample string 7</UpdatedBy>
    <CandidateFullName>sample string 2</CandidateFullName>
    <CandidateReference>sample string 1</CandidateReference>
    <CandidateTimesheetItem>
      <CandidateTimesheetItemViewModel>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>87963e9d-7e62-4e7c-8a82-238ac85d95f7</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <EndTime>2025-10-27T14:01:16.0643087+00:00</EndTime>
        <IsExpense>true</IsExpense>
        <OriginalPlacementBookingid>1</OriginalPlacementBookingid>
        <RateName>sample string 1</RateName>
        <RateUnit>2.1</RateUnit>
        <StartTime>2025-10-27T14:01:16.0643087+00:00</StartTime>
      </CandidateTimesheetItemViewModel>
      <CandidateTimesheetItemViewModel>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>87963e9d-7e62-4e7c-8a82-238ac85d95f7</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <EndTime>2025-10-27T14:01:16.0643087+00:00</EndTime>
        <IsExpense>true</IsExpense>
        <OriginalPlacementBookingid>1</OriginalPlacementBookingid>
        <RateName>sample string 1</RateName>
        <RateUnit>2.1</RateUnit>
        <StartTime>2025-10-27T14:01:16.0643087+00:00</StartTime>
      </CandidateTimesheetItemViewModel>
    </CandidateTimesheetItem>
    <Client>
      <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
      <Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
      </Links>
      <Uid>4fd7b902-20e9-4b3b-8800-cb90fef6bb40</Uid>
      <UpdatedBy>sample string 11</UpdatedBy>
      <AddressLine1>sample string 1</AddressLine1>
      <AddressLine2>sample string 2</AddressLine2>
      <AddressLine3>sample string 3</AddressLine3>
      <AddressLine4>sample string 4</AddressLine4>
      <ClientGuid>7ce206e9-bf3f-44e4-a4c3-dae9f13fa42d</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>da95debd-32c6-4531-b3b7-07ed9df4b52e</Uid>
        <UpdatedBy>sample string 13</UpdatedBy>
        <AddressLine1>sample string 2</AddressLine1>
        <AddressLine2>sample string 3</AddressLine2>
        <AddressLine3>sample string 4</AddressLine3>
        <AddressLine4>sample string 5</AddressLine4>
        <CompanyGuid>61022fdc-6252-4118-b261-b7df3b0f0f39</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
          <Links xmlns:d6p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
          </Links>
          <Uid>307725d5-c3a4-4cb3-8754-1a45d0d6c5ad</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>492a5358-847b-404b-b145-8e3a918a2773</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
            <Links xmlns:d7p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
              <d7p1:Link>
                <d7p1:Href>http://webapihelppage1.com/</d7p1:Href>
                <d7p1:Method>sample string 2</d7p1:Method>
                <d7p1:Rel>sample string 3</d7p1:Rel>
                <d7p1:Title>sample string 4</d7p1:Title>
                <d7p1:Type>sample string 5</d7p1:Type>
              </d7p1:Link>
              <d7p1:Link>
                <d7p1:Href>http://webapihelppage1.com/</d7p1:Href>
                <d7p1:Method>sample string 2</d7p1:Method>
                <d7p1:Rel>sample string 3</d7p1:Rel>
                <d7p1:Title>sample string 4</d7p1:Title>
                <d7p1:Type>sample string 5</d7p1:Type>
              </d7p1:Link>
            </Links>
            <Uid>bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0</Uid>
            <UpdatedBy>sample string 3</UpdatedBy>
            <Name>sample string 1</Name>
          </Portal>
        </Country>
        <Latitude>sample string 7</Latitude>
        <Longitude>sample string 8</Longitude>
        <Name>sample string 1</Name>
        <PortalGuid>d39d0176-73f9-4207-a63f-51be6db832b7</PortalGuid>
        <PortalUid>57602604-2116-4df4-868e-99f6983745fa</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>307725d5-c3a4-4cb3-8754-1a45d0d6c5ad</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>492a5358-847b-404b-b145-8e3a918a2773</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
          <Links xmlns:d6p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
          </Links>
          <Uid>bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </Country>
      <Name>sample string 5</Name>
      <PostCode>sample string 6</PostCode>
      <ReferenceNumber>sample string 7</ReferenceNumber>
      <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
    </Client>
    <Company>
      <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
      <Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
      </Links>
      <Uid>da95debd-32c6-4531-b3b7-07ed9df4b52e</Uid>
      <UpdatedBy>sample string 13</UpdatedBy>
      <AddressLine1>sample string 2</AddressLine1>
      <AddressLine2>sample string 3</AddressLine2>
      <AddressLine3>sample string 4</AddressLine3>
      <AddressLine4>sample string 5</AddressLine4>
      <CompanyGuid>61022fdc-6252-4118-b261-b7df3b0f0f39</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
        <Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
          <d5p1:Link>
            <d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
            <d5p1:Method>sample string 2</d5p1:Method>
            <d5p1:Rel>sample string 3</d5p1:Rel>
            <d5p1:Title>sample string 4</d5p1:Title>
            <d5p1:Type>sample string 5</d5p1:Type>
          </d5p1:Link>
        </Links>
        <Uid>307725d5-c3a4-4cb3-8754-1a45d0d6c5ad</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>492a5358-847b-404b-b145-8e3a918a2773</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
          <Links xmlns:d6p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
            <d6p1:Link>
              <d6p1:Href>http://webapihelppage1.com/</d6p1:Href>
              <d6p1:Method>sample string 2</d6p1:Method>
              <d6p1:Rel>sample string 3</d6p1:Rel>
              <d6p1:Title>sample string 4</d6p1:Title>
              <d6p1:Type>sample string 5</d6p1:Type>
            </d6p1:Link>
          </Links>
          <Uid>bb2ae1c6-b176-4e35-9898-6fe30f4ff5d0</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </Country>
      <Latitude>sample string 7</Latitude>
      <Longitude>sample string 8</Longitude>
      <Name>sample string 1</Name>
      <PortalGuid>d39d0176-73f9-4207-a63f-51be6db832b7</PortalGuid>
      <PortalUid>57602604-2116-4df4-868e-99f6983745fa</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <Note>sample string 5</Note>
    <PeriodEnd>2025-10-27T14:01:16.0643087+00:00</PeriodEnd>
    <PeriodStart>2025-10-27T14:01:16.0643087+00:00</PeriodStart>
    <TimesheetStatus>
      <DateUpdated>2025-10-27T14:01:16.0643087+00:00</DateUpdated>
      <Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
        <d4p1:Link>
          <d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
          <d4p1:Method>sample string 2</d4p1:Method>
          <d4p1:Rel>sample string 3</d4p1:Rel>
          <d4p1:Title>sample string 4</d4p1:Title>
          <d4p1:Type>sample string 5</d4p1:Type>
        </d4p1:Link>
      </Links>
      <Uid>ddd1abed-2794-40e2-8f86-0856b8905e93</Uid>
      <UpdatedBy>sample string 15</UpdatedBy>
      <CandidateAlias>sample string 12</CandidateAlias>
      <ClientContactAlias>sample string 13</ClientContactAlias>
      <IsApproved>true</IsApproved>
      <IsAuthorised>true</IsAuthorised>
      <IsDefault>true</IsDefault>
      <IsInvoiced>true</IsInvoiced>
      <IsModified>true</IsModified>
      <IsPaid>true</IsPaid>
      <IsPending>true</IsPending>
      <IsRejected>true</IsRejected>
      <IsSubmitted>true</IsSubmitted>
      <IsUpdatable>true</IsUpdatable>
      <Name>sample string 1</Name>
    </TimesheetStatus>
  </ClientTimesheetViewModel>
</ArrayOfClientTimesheetViewModel>