POST api/v1/portals/{portalUid}/customer/placements

Creates a new placement in the customer poral

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUid

the portal we are creating the placement in

globally unique identifier

Required

Body Parameters

the placement to create

Placement
NameDescriptionTypeAdditional information
CompanyGuid

The company that the placement is within (mandatory)

globally unique identifier

Required

ClientGuid

The client that the placement is for (mandatory)

globally unique identifier

Required

ClientSiteGuid

The client site that this placement is at (optional)

globally unique identifier

None.

ClientContactGuid

The client contact for this placement (mandatory)

globally unique identifier

Required

CandidateGuid

The candidate filling this placement (mandatory)

globally unique identifier

Required

ConsultantGuid

The consultant who owns this placement (optional)

globally unique identifier

None.

ReferenceNumber

The placement reference number (mandatory)

string

Required

String length: inclusive between 0 and 100

Type

The type of placement, Contract or Temporary (mandatory)

string

Required

String length: inclusive between 0 and 100

JobTitle

The placement job title (mandatory)

string

Required

String length: inclusive between 0 and 100

StartDate

Start date of the placement (mandatory)

date

Required

EndDate

End date of the placement (optional)

date

None.

Notes

Additional notes for the placement (optional)

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyGuid": "67c3cf3b-fcaf-45da-87a3-f84e25a4d61c",
  "ClientGuid": "6acf1f33-939e-4af1-84ab-b68feb2dc3f4",
  "ClientSiteGuid": "607e91ba-0930-42da-8c15-24eea91645e7",
  "ClientContactGuid": "71e0ea2c-3fa3-4a90-be92-0d110af62bbb",
  "CandidateGuid": "ba08145c-d43e-496d-8970-718fea83a702",
  "ConsultantGuid": "e5abdbd6-b83f-4d30-94d4-62c176687cb6",
  "ReferenceNumber": "sample string 7",
  "Type": "sample string 8",
  "JobTitle": "sample string 9",
  "StartDate": "2025-10-27T14:00:31.7769536+00:00",
  "EndDate": "2025-10-27T14:00:31.7769536+00:00",
  "Notes": "sample string 11"
}

application/xml, text/xml

Sample:
<Placement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
  <CandidateGuid>ba08145c-d43e-496d-8970-718fea83a702</CandidateGuid>
  <ClientContactGuid>71e0ea2c-3fa3-4a90-be92-0d110af62bbb</ClientContactGuid>
  <ClientGuid>6acf1f33-939e-4af1-84ab-b68feb2dc3f4</ClientGuid>
  <ClientSiteGuid>607e91ba-0930-42da-8c15-24eea91645e7</ClientSiteGuid>
  <CompanyGuid>67c3cf3b-fcaf-45da-87a3-f84e25a4d61c</CompanyGuid>
  <ConsultantGuid>e5abdbd6-b83f-4d30-94d4-62c176687cb6</ConsultantGuid>
  <EndDate>2025-10-27T14:00:31.7769536+00:00</EndDate>
  <JobTitle>sample string 9</JobTitle>
  <Notes>sample string 11</Notes>
  <ReferenceNumber>sample string 7</ReferenceNumber>
  <StartDate>2025-10-27T14:00:31.7769536+00:00</StartDate>
  <Type>sample string 8</Type>
</Placement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

the created placement

PlacementViewModel
NameDescriptionTypeAdditional information
Portal

The portal name.

PortalViewModel

None.

Company

The company name

CompanyViewModel

None.

Client

The client

ClientViewModel

None.

ClientContact

The client contact owning the placement

ClientContactViewModel

None.

Site

The client site

ClientSiteViewModel

None.

Candidate

The candidate

CandidateViewModel

None.

Reference

The placement reference

string

None.

Type

The type of placement

string

None.

JobTitle

THe placement job title

string

None.

StartDate

The placement start date

date

None.

EndDate

The placement end date

date

None.

Notes

The placement notes

string

None.

Consultant

The placement consultant

ConsultantViewModel

None.

Vacancy

The vacancy related to the placement

VacancyViewModel

None.

Rates

The rates associated with this placement

Collection of PlacementRateViewModel

None.

PlacementGuid

The placement unique identifier

globally unique identifier

None.

Bookings

The rates associated with this placement

Collection of PlacementBookingViewModel

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:
{
  "Portal": {
    "Name": "sample string 1",
    "Uid": "a809e901-cd50-4d15-934c-5be738ead402",
    "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:00:31.7769536+00:00",
    "UpdatedBy": "sample string 3"
  },
  "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": "a809e901-cd50-4d15-934c-5be738ead402",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 3"
      },
      "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
      "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 5"
    },
    "Latitude": "sample string 7",
    "Longitude": "sample string 8",
    "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
    "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
    "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
    "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
    "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 3"
      },
      "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
      "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
      "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
      "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
      "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
      "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 13"
    },
    "ReferenceNumber": "sample string 7",
    "TimesheetNotificationAddress": "sample string 8",
    "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
    "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
    "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:00:31.7769536+00:00",
    "UpdatedBy": "sample string 11"
  },
  "ClientContact": {
    "Forename": "sample string 1",
    "Surname": "sample string 2",
    "JobTitle": "sample string 3",
    "Telephone": "sample string 4",
    "Mobile": "sample string 5",
    "Email": "sample string 6",
    "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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
          "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
        "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
        "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
        "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
      "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 11"
    },
    "ClientSite": {
      "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": "sample string 7",
      "Telephone": "sample string 8",
      "Fax": "sample string 9",
      "Email": "sample string 10",
      "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": "a809e901-cd50-4d15-934c-5be738ead402",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
          "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
          "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
              "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:00:31.7769536+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
            "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
          "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
          "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
          "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ReferenceNumber": "sample string 7",
        "TimesheetNotificationAddress": "sample string 8",
        "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
        "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 11"
      },
      "ClientSiteGuid": "24026af8-1e83-4c22-8242-bca9c48e83ac",
      "Uid": "db307288-14a1-4072-a778-bf44b9802773",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 13"
    },
    "CanEditClient": true,
    "TimesheetNotificationAddress": "sample string 8",
    "CanTimesheetOwnView": true,
    "CanTimesheetOwnSubmit": true,
    "CanTimesheetOwnApprove": true,
    "CanTimesheetOwnAuthorise": true,
    "CanTimesheetOwnReject": true,
    "CanTimesheetOwnApproveAndAuthorise": true,
    "CanTimesheetAnyView": true,
    "CanTimesheetAnySubmit": true,
    "CanTimesheetAnyApprove": true,
    "CanTimesheetAnyAuthorise": true,
    "CanTimesheetAnyReject": true,
    "CanTimesheetAnyApproveAndAuthorise": true,
    "CanTimesheetNotificationOverride": true,
    "TimesheetNotification": true,
    "ClientContactGuid": "9e063f05-f5a2-4cce-933e-6f40c8c115e4",
    "Uid": "29b95ee8-c7bd-4577-bf52-927a293d9a46",
    "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:00:31.7769536+00:00",
    "UpdatedBy": "sample string 25"
  },
  "Site": {
    "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": "sample string 7",
    "Telephone": "sample string 8",
    "Fax": "sample string 9",
    "Email": "sample string 10",
    "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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
          "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
        "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
        "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
        "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
      "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 11"
    },
    "ClientSiteGuid": "24026af8-1e83-4c22-8242-bca9c48e83ac",
    "Uid": "db307288-14a1-4072-a778-bf44b9802773",
    "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:00:31.7769536+00:00",
    "UpdatedBy": "sample string 13"
  },
  "Candidate": {
    "Title": "sample string 1",
    "Forename": "sample string 2",
    "Surname": "sample string 3",
    "OtherNames": "sample string 4",
    "AddressLine1": "sample string 5",
    "AddressLine2": "sample string 6",
    "AddressLine3": "sample string 7",
    "AddressLine4": "sample string 8",
    "PostCode": "sample string 9",
    "Country": "sample string 10",
    "Telephone": "sample string 11",
    "Mobile": "sample string 12",
    "Email": "sample string 13",
    "Position": "sample string 14",
    "Term": "sample string 15",
    "EarliestStartDate": "2025-10-27T14:00:31.7769536+00:00",
    "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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
      "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
      "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
      "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 13"
    },
    "ReferenceNumber": "sample string 16",
    "PrimaryIndustry": "sample string 17",
    "PrimaryDiscipline": "sample string 18",
    "PrimarySubDiscipline": "sample string 19",
    "IsPrimaryIndustryDiscipline": true,
    "PersonalStatement": "sample string 21",
    "Latitude": 1.1,
    "Longitude": 1.1,
    "ReferralSource": "sample string 22",
    "Gender": "sample string 23",
    "Location": "sample string 24",
    "Area": "sample string 25",
    "Region": "sample string 26",
    "EclipseStatus": "sample string 27",
    "EclipseLastUpdated": "2025-10-27T14:00:31.7769536+00:00",
    "ComplianceExpires": "2025-10-27T14:00:31.7769536+00:00",
    "CandidateGuid": "4a6de9cc-004a-449e-89ee-d180312820b3",
    "DateOfBirth": "2025-10-27T14:00:31.7769536+00:00",
    "Nationality": "sample string 29",
    "EmploymentSought": "sample string 30",
    "MinAnnualSalary": 31.1,
    "MaxAnnualSalary": 32.1,
    "MinHourlyPayrate": 33.1,
    "MaxHourlyPayrate": 34.1,
    "Uid": "1a4e600a-ef88-4373-8191-59a6c0197861",
    "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:00:31.7769536+00:00",
    "UpdatedBy": "sample string 36"
  },
  "Reference": "sample string 1",
  "Type": "sample string 2",
  "JobTitle": "sample string 3",
  "StartDate": "2025-10-27T14:00:31.7769536+00:00",
  "EndDate": "2025-10-27T14:00:31.7769536+00:00",
  "Notes": "sample string 4",
  "Consultant": {
    "Email": "sample string 1",
    "Forename": "sample string 2",
    "Surname": "sample string 3",
    "JobTitle": "sample string 4",
    "Mobile": "sample string 5",
    "OtherNames": "sample string 6",
    "Telephone": "sample string 7",
    "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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
      "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
      "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
      "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 13"
    },
    "ConsultantGuid": "828f52e8-074b-4deb-a3c6-96432c33b35e",
    "Uid": "3c68b363-1e90-4dfc-a0d0-b38df0814e6a",
    "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:00:31.7769536+00:00",
    "UpdatedBy": "sample string 10"
  },
  "Vacancy": {
    "Portal": {
      "Name": "sample string 1",
      "Uid": "a809e901-cd50-4d15-934c-5be738ead402",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 3"
    },
    "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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
      "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
      "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
      "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 13"
    },
    "Reference": "sample string 1",
    "JobType": {
      "Name": "sample string 1",
      "Portal": {
        "Name": "sample string 1",
        "Uid": "a809e901-cd50-4d15-934c-5be738ead402",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 3"
      },
      "Uid": "ff398d52-eb43-4bf7-9f6e-14d64a76f09a",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 3"
    },
    "Status": "sample string 2",
    "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": "a809e901-cd50-4d15-934c-5be738ead402",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
        "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
        "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
          "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
        "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
        "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
        "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
      "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 11"
    },
    "ClientContact": {
      "Forename": "sample string 1",
      "Surname": "sample string 2",
      "JobTitle": "sample string 3",
      "Telephone": "sample string 4",
      "Mobile": "sample string 5",
      "Email": "sample string 6",
      "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": "a809e901-cd50-4d15-934c-5be738ead402",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
          "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
          "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
              "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:00:31.7769536+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
            "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
          "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
          "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
          "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ReferenceNumber": "sample string 7",
        "TimesheetNotificationAddress": "sample string 8",
        "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
        "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 11"
      },
      "ClientSite": {
        "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": "sample string 7",
        "Telephone": "sample string 8",
        "Fax": "sample string 9",
        "Email": "sample string 10",
        "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": "a809e901-cd50-4d15-934c-5be738ead402",
              "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:00:31.7769536+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
            "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
            "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:00:31.7769536+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": "a809e901-cd50-4d15-934c-5be738ead402",
                "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:00:31.7769536+00:00",
                "UpdatedBy": "sample string 3"
              },
              "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
              "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
              "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:00:31.7769536+00:00",
              "UpdatedBy": "sample string 5"
            },
            "Latitude": "sample string 7",
            "Longitude": "sample string 8",
            "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
            "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
            "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
            "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 13"
          },
          "ReferenceNumber": "sample string 7",
          "TimesheetNotificationAddress": "sample string 8",
          "ClientGuid": "fef525a8-fe24-4a11-a6ad-1be577dd6fa3",
          "Uid": "1a1b9d8a-8d1a-4362-9292-76a4a821ed43",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 11"
        },
        "ClientSiteGuid": "24026af8-1e83-4c22-8242-bca9c48e83ac",
        "Uid": "db307288-14a1-4072-a778-bf44b9802773",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 13"
      },
      "CanEditClient": true,
      "TimesheetNotificationAddress": "sample string 8",
      "CanTimesheetOwnView": true,
      "CanTimesheetOwnSubmit": true,
      "CanTimesheetOwnApprove": true,
      "CanTimesheetOwnAuthorise": true,
      "CanTimesheetOwnReject": true,
      "CanTimesheetOwnApproveAndAuthorise": true,
      "CanTimesheetAnyView": true,
      "CanTimesheetAnySubmit": true,
      "CanTimesheetAnyApprove": true,
      "CanTimesheetAnyAuthorise": true,
      "CanTimesheetAnyReject": true,
      "CanTimesheetAnyApproveAndAuthorise": true,
      "CanTimesheetNotificationOverride": true,
      "TimesheetNotification": true,
      "ClientContactGuid": "9e063f05-f5a2-4cce-933e-6f40c8c115e4",
      "Uid": "29b95ee8-c7bd-4577-bf52-927a293d9a46",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 25"
    },
    "JobTitle": "sample string 3",
    "JobDescription": "sample string 4",
    "Industry": "sample string 5",
    "Discipline": "sample string 6",
    "SubDiscipline": "sample string 7",
    "Address1": "sample string 8",
    "Address2": "sample string 9",
    "Address3": "sample string 10",
    "Address4": "sample string 11",
    "Country": "sample string 12",
    "Postcode": "sample string 13",
    "Region": "sample string 14",
    "Location": "sample string 15",
    "Longitude": 1.1,
    "Latitude": 1.1,
    "Salary": "sample string 16",
    "Rate": 1.1,
    "RateFrequency": "sample string 17",
    "Consultant": {
      "Email": "sample string 1",
      "Forename": "sample string 2",
      "Surname": "sample string 3",
      "JobTitle": "sample string 4",
      "Mobile": "sample string 5",
      "OtherNames": "sample string 6",
      "Telephone": "sample string 7",
      "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": "a809e901-cd50-4d15-934c-5be738ead402",
            "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:00:31.7769536+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "4e43aeda-a3f1-4472-84f2-603e5d327d7a",
          "Uid": "b6aede28-ecda-4b9e-9af4-1506b4342d7f",
          "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:00:31.7769536+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "984ce717-a8d3-46ac-b8f5-da1bf711efc7",
        "PortalGuid": "773e75b4-a20f-4f2f-992d-ce34f57c9e1a",
        "CompanyGuid": "3a0f8ab5-f282-450b-8d87-aa48c1e0953d",
        "Uid": "88aac94f-014b-4c3f-971a-c0d67c6efdc8",
        "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:00:31.7769536+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ConsultantGuid": "828f52e8-074b-4deb-a3c6-96432c33b35e",
      "Uid": "3c68b363-1e90-4dfc-a0d0-b38df0814e6a",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 10"
    },
    "Division": "sample string 18",
    "StartDate": "2025-10-27T14:00:31.7769536+00:00",
    "EndDate": "2025-10-27T14:00:31.7769536+00:00",
    "Duration": "sample string 19",
    "DateUpdated": "2025-10-27T14:00:31.7769536+00:00",
    "Uid": "d1c6b0c7-7538-4306-917a-823ceb35045b",
    "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"
      }
    ],
    "UpdatedBy": "sample string 22"
  },
  "Rates": [
    {
      "Name": "sample string 1",
      "Pay": 2.1,
      "IsExpense": true,
      "Uid": "005a61fa-5e90-4f68-ba7e-ad0d71079044",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 5"
    },
    {
      "Name": "sample string 1",
      "Pay": 2.1,
      "IsExpense": true,
      "Uid": "005a61fa-5e90-4f68-ba7e-ad0d71079044",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 5"
    }
  ],
  "PlacementGuid": "f69bebeb-8d73-4c85-ac5b-624cd0266b9e",
  "Bookings": [
    {
      "BookingGuid": "9781b8ca-c43d-4cd5-929e-6b898461cde5",
      "StartTime": "2025-10-27T14:00:31.7769536+00:00",
      "EndTime": "2025-10-27T14:00:31.7769536+00:00",
      "IsRule": true,
      "RuleType": "A",
      "Name": "sample string 6",
      "OriginalPlacementBookingId": 7,
      "Uid": "f11c770a-1110-43a7-8a0d-c64d6b5cfe8e",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 9"
    },
    {
      "BookingGuid": "9781b8ca-c43d-4cd5-929e-6b898461cde5",
      "StartTime": "2025-10-27T14:00:31.7769536+00:00",
      "EndTime": "2025-10-27T14:00:31.7769536+00:00",
      "IsRule": true,
      "RuleType": "A",
      "Name": "sample string 6",
      "OriginalPlacementBookingId": 7,
      "Uid": "f11c770a-1110-43a7-8a0d-c64d6b5cfe8e",
      "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:00:31.7769536+00:00",
      "UpdatedBy": "sample string 9"
    }
  ],
  "Uid": "8932d6b4-26f9-4ec6-8995-af100adab3b3",
  "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:00:31.7769536+00:00",
  "UpdatedBy": "sample string 7"
}

application/xml, text/xml

Sample:
<PlacementViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
  <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
  <Links xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
    <d2p1:Link>
      <d2p1:Href>http://webapihelppage1.com/</d2p1:Href>
      <d2p1:Method>sample string 2</d2p1:Method>
      <d2p1:Rel>sample string 3</d2p1:Rel>
      <d2p1:Title>sample string 4</d2p1:Title>
      <d2p1:Type>sample string 5</d2p1:Type>
    </d2p1:Link>
    <d2p1:Link>
      <d2p1:Href>http://webapihelppage1.com/</d2p1:Href>
      <d2p1:Method>sample string 2</d2p1:Method>
      <d2p1:Rel>sample string 3</d2p1:Rel>
      <d2p1:Title>sample string 4</d2p1:Title>
      <d2p1:Type>sample string 5</d2p1:Type>
    </d2p1:Link>
  </Links>
  <Uid>8932d6b4-26f9-4ec6-8995-af100adab3b3</Uid>
  <UpdatedBy>sample string 7</UpdatedBy>
  <Bookings>
    <PlacementBookingViewModel>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>f11c770a-1110-43a7-8a0d-c64d6b5cfe8e</Uid>
      <UpdatedBy>sample string 9</UpdatedBy>
      <BookingGuid>9781b8ca-c43d-4cd5-929e-6b898461cde5</BookingGuid>
      <EndTime>2025-10-27T14:00:31.7769536+00:00</EndTime>
      <IsRule>true</IsRule>
      <Name>sample string 6</Name>
      <OriginalPlacementBookingId>7</OriginalPlacementBookingId>
      <RuleType>65</RuleType>
      <StartTime>2025-10-27T14:00:31.7769536+00:00</StartTime>
    </PlacementBookingViewModel>
    <PlacementBookingViewModel>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>f11c770a-1110-43a7-8a0d-c64d6b5cfe8e</Uid>
      <UpdatedBy>sample string 9</UpdatedBy>
      <BookingGuid>9781b8ca-c43d-4cd5-929e-6b898461cde5</BookingGuid>
      <EndTime>2025-10-27T14:00:31.7769536+00:00</EndTime>
      <IsRule>true</IsRule>
      <Name>sample string 6</Name>
      <OriginalPlacementBookingId>7</OriginalPlacementBookingId>
      <RuleType>65</RuleType>
      <StartTime>2025-10-27T14:00:31.7769536+00:00</StartTime>
    </PlacementBookingViewModel>
  </Bookings>
  <Candidate>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>1a4e600a-ef88-4373-8191-59a6c0197861</Uid>
    <UpdatedBy>sample string 36</UpdatedBy>
    <AddressLine1>sample string 5</AddressLine1>
    <AddressLine2>sample string 6</AddressLine2>
    <AddressLine3>sample string 7</AddressLine3>
    <AddressLine4>sample string 8</AddressLine4>
    <Area>sample string 25</Area>
    <CandidateGuid>4a6de9cc-004a-449e-89ee-d180312820b3</CandidateGuid>
    <Company>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
      <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <ComplianceExpires>2025-10-27T14:00:31.7769536+00:00</ComplianceExpires>
    <Country>sample string 10</Country>
    <DateOfBirth>2025-10-27T14:00:31.7769536+00:00</DateOfBirth>
    <EarliestStartDate>2025-10-27T14:00:31.7769536+00:00</EarliestStartDate>
    <EclipseLastUpdated>2025-10-27T14:00:31.7769536+00:00</EclipseLastUpdated>
    <EclipseStatus>sample string 27</EclipseStatus>
    <Email>sample string 13</Email>
    <EmploymentSought>sample string 30</EmploymentSought>
    <Forename>sample string 2</Forename>
    <Gender>sample string 23</Gender>
    <IsPrimaryIndustryDiscipline>true</IsPrimaryIndustryDiscipline>
    <Latitude>1.1</Latitude>
    <Location>sample string 24</Location>
    <Longitude>1.1</Longitude>
    <MaxAnnualSalary>32.1</MaxAnnualSalary>
    <MaxHourlyPayrate>34.1</MaxHourlyPayrate>
    <MinAnnualSalary>31.1</MinAnnualSalary>
    <MinHourlyPayrate>33.1</MinHourlyPayrate>
    <Mobile>sample string 12</Mobile>
    <Nationality>sample string 29</Nationality>
    <OtherNames>sample string 4</OtherNames>
    <PersonalStatement>sample string 21</PersonalStatement>
    <Position>sample string 14</Position>
    <PostCode>sample string 9</PostCode>
    <PrimaryDiscipline>sample string 18</PrimaryDiscipline>
    <PrimaryIndustry>sample string 17</PrimaryIndustry>
    <PrimarySubDiscipline>sample string 19</PrimarySubDiscipline>
    <ReferenceNumber>sample string 16</ReferenceNumber>
    <ReferralSource>sample string 22</ReferralSource>
    <Region>sample string 26</Region>
    <Surname>sample string 3</Surname>
    <Telephone>sample string 11</Telephone>
    <Term>sample string 15</Term>
    <Title>sample string 1</Title>
  </Candidate>
  <Client>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
    <Company>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
      <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <Country>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
      <UpdatedBy>sample string 5</UpdatedBy>
      <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
      <Iso3Code>sample string 1</Iso3Code>
      <Name>sample string 2</Name>
      <Portal>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>
  <ClientContact>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>29b95ee8-c7bd-4577-bf52-927a293d9a46</Uid>
    <UpdatedBy>sample string 25</UpdatedBy>
    <CanEditClient>true</CanEditClient>
    <CanTimesheetAnyApprove>true</CanTimesheetAnyApprove>
    <CanTimesheetAnyApproveAndAuthorise>true</CanTimesheetAnyApproveAndAuthorise>
    <CanTimesheetAnyAuthorise>true</CanTimesheetAnyAuthorise>
    <CanTimesheetAnyReject>true</CanTimesheetAnyReject>
    <CanTimesheetAnySubmit>true</CanTimesheetAnySubmit>
    <CanTimesheetAnyView>true</CanTimesheetAnyView>
    <CanTimesheetNotificationOverride>true</CanTimesheetNotificationOverride>
    <CanTimesheetOwnApprove>true</CanTimesheetOwnApprove>
    <CanTimesheetOwnApproveAndAuthorise>true</CanTimesheetOwnApproveAndAuthorise>
    <CanTimesheetOwnAuthorise>true</CanTimesheetOwnAuthorise>
    <CanTimesheetOwnReject>true</CanTimesheetOwnReject>
    <CanTimesheetOwnSubmit>true</CanTimesheetOwnSubmit>
    <CanTimesheetOwnView>true</CanTimesheetOwnView>
    <Client>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
        <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>
    <ClientContactGuid>9e063f05-f5a2-4cce-933e-6f40c8c115e4</ClientContactGuid>
    <ClientSite>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>db307288-14a1-4072-a778-bf44b9802773</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>
      <Client>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
        <Company>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
              <Links xmlns:d8p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
              </Links>
              <Uid>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
          <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <Country>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>
      <ClientSiteGuid>24026af8-1e83-4c22-8242-bca9c48e83ac</ClientSiteGuid>
      <Country>sample string 7</Country>
      <Email>sample string 10</Email>
      <Fax>sample string 9</Fax>
      <Name>sample string 1</Name>
      <PostCode>sample string 6</PostCode>
      <Telephone>sample string 8</Telephone>
    </ClientSite>
    <Email>sample string 6</Email>
    <Forename>sample string 1</Forename>
    <JobTitle>sample string 3</JobTitle>
    <Mobile>sample string 5</Mobile>
    <Surname>sample string 2</Surname>
    <Telephone>sample string 4</Telephone>
    <TimesheetNotification>true</TimesheetNotification>
    <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
  </ClientContact>
  <Company>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
    <Country>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
      <UpdatedBy>sample string 5</UpdatedBy>
      <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
      <Iso3Code>sample string 1</Iso3Code>
      <Name>sample string 2</Name>
      <Portal>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
    <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
    <PostCode>sample string 6</PostCode>
  </Company>
  <Consultant>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>3c68b363-1e90-4dfc-a0d0-b38df0814e6a</Uid>
    <UpdatedBy>sample string 10</UpdatedBy>
    <Company>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
      <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <ConsultantGuid>828f52e8-074b-4deb-a3c6-96432c33b35e</ConsultantGuid>
    <Email>sample string 1</Email>
    <Forename>sample string 2</Forename>
    <JobTitle>sample string 4</JobTitle>
    <Mobile>sample string 5</Mobile>
    <OtherNames>sample string 6</OtherNames>
    <Surname>sample string 3</Surname>
    <Telephone>sample string 7</Telephone>
  </Consultant>
  <EndDate>2025-10-27T14:00:31.7769536+00:00</EndDate>
  <JobTitle>sample string 3</JobTitle>
  <Notes>sample string 4</Notes>
  <PlacementGuid>f69bebeb-8d73-4c85-ac5b-624cd0266b9e</PlacementGuid>
  <Portal>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</Uid>
    <UpdatedBy>sample string 3</UpdatedBy>
    <Name>sample string 1</Name>
  </Portal>
  <Rates>
    <PlacementRateViewModel>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>005a61fa-5e90-4f68-ba7e-ad0d71079044</Uid>
      <UpdatedBy>sample string 5</UpdatedBy>
      <IsExpense>true</IsExpense>
      <Name>sample string 1</Name>
      <Pay>2.1</Pay>
    </PlacementRateViewModel>
    <PlacementRateViewModel>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>005a61fa-5e90-4f68-ba7e-ad0d71079044</Uid>
      <UpdatedBy>sample string 5</UpdatedBy>
      <IsExpense>true</IsExpense>
      <Name>sample string 1</Name>
      <Pay>2.1</Pay>
    </PlacementRateViewModel>
  </Rates>
  <Reference>sample string 1</Reference>
  <Site>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>db307288-14a1-4072-a778-bf44b9802773</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>
    <Client>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
        <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>
    <ClientSiteGuid>24026af8-1e83-4c22-8242-bca9c48e83ac</ClientSiteGuid>
    <Country>sample string 7</Country>
    <Email>sample string 10</Email>
    <Fax>sample string 9</Fax>
    <Name>sample string 1</Name>
    <PostCode>sample string 6</PostCode>
    <Telephone>sample string 8</Telephone>
  </Site>
  <StartDate>2025-10-27T14:00:31.7769536+00:00</StartDate>
  <Type>sample string 2</Type>
  <Vacancy>
    <DateUpdated>2025-10-27T14:00:31.7769536+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>d1c6b0c7-7538-4306-917a-823ceb35045b</Uid>
    <UpdatedBy>sample string 22</UpdatedBy>
    <Address1>sample string 8</Address1>
    <Address2>sample string 9</Address2>
    <Address3>sample string 10</Address3>
    <Address4>sample string 11</Address4>
    <Client>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
        <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>
    <ClientContact>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>29b95ee8-c7bd-4577-bf52-927a293d9a46</Uid>
      <UpdatedBy>sample string 25</UpdatedBy>
      <CanEditClient>true</CanEditClient>
      <CanTimesheetAnyApprove>true</CanTimesheetAnyApprove>
      <CanTimesheetAnyApproveAndAuthorise>true</CanTimesheetAnyApproveAndAuthorise>
      <CanTimesheetAnyAuthorise>true</CanTimesheetAnyAuthorise>
      <CanTimesheetAnyReject>true</CanTimesheetAnyReject>
      <CanTimesheetAnySubmit>true</CanTimesheetAnySubmit>
      <CanTimesheetAnyView>true</CanTimesheetAnyView>
      <CanTimesheetNotificationOverride>true</CanTimesheetNotificationOverride>
      <CanTimesheetOwnApprove>true</CanTimesheetOwnApprove>
      <CanTimesheetOwnApproveAndAuthorise>true</CanTimesheetOwnApproveAndAuthorise>
      <CanTimesheetOwnAuthorise>true</CanTimesheetOwnAuthorise>
      <CanTimesheetOwnReject>true</CanTimesheetOwnReject>
      <CanTimesheetOwnSubmit>true</CanTimesheetOwnSubmit>
      <CanTimesheetOwnView>true</CanTimesheetOwnView>
      <Client>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
        <Company>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
              <Links xmlns:d8p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
              </Links>
              <Uid>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
          <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <Country>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>
      <ClientContactGuid>9e063f05-f5a2-4cce-933e-6f40c8c115e4</ClientContactGuid>
      <ClientSite>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>db307288-14a1-4072-a778-bf44b9802773</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>
        <Client>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>1a1b9d8a-8d1a-4362-9292-76a4a821ed43</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>fef525a8-fe24-4a11-a6ad-1be577dd6fa3</ClientGuid>
          <Company>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
            <Country>
              <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
              <Links xmlns:d8p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
              </Links>
              <Uid>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
              <UpdatedBy>sample string 5</UpdatedBy>
              <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
              <Iso3Code>sample string 1</Iso3Code>
              <Name>sample string 2</Name>
              <Portal>
                <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
                <Links xmlns:d9p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
                  <d9p1:Link>
                    <d9p1:Href>http://webapihelppage1.com/</d9p1:Href>
                    <d9p1:Method>sample string 2</d9p1:Method>
                    <d9p1:Rel>sample string 3</d9p1:Rel>
                    <d9p1:Title>sample string 4</d9p1:Title>
                    <d9p1:Type>sample string 5</d9p1:Type>
                  </d9p1:Link>
                  <d9p1:Link>
                    <d9p1:Href>http://webapihelppage1.com/</d9p1:Href>
                    <d9p1:Method>sample string 2</d9p1:Method>
                    <d9p1:Rel>sample string 3</d9p1:Rel>
                    <d9p1:Title>sample string 4</d9p1:Title>
                    <d9p1:Type>sample string 5</d9p1:Type>
                  </d9p1:Link>
                </Links>
                <Uid>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
            <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
            <PostCode>sample string 6</PostCode>
          </Company>
          <Country>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
              <Links xmlns:d8p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
                <d8p1:Link>
                  <d8p1:Href>http://webapihelppage1.com/</d8p1:Href>
                  <d8p1:Method>sample string 2</d8p1:Method>
                  <d8p1:Rel>sample string 3</d8p1:Rel>
                  <d8p1:Title>sample string 4</d8p1:Title>
                  <d8p1:Type>sample string 5</d8p1:Type>
                </d8p1:Link>
              </Links>
              <Uid>a809e901-cd50-4d15-934c-5be738ead402</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>
        <ClientSiteGuid>24026af8-1e83-4c22-8242-bca9c48e83ac</ClientSiteGuid>
        <Country>sample string 7</Country>
        <Email>sample string 10</Email>
        <Fax>sample string 9</Fax>
        <Name>sample string 1</Name>
        <PostCode>sample string 6</PostCode>
        <Telephone>sample string 8</Telephone>
      </ClientSite>
      <Email>sample string 6</Email>
      <Forename>sample string 1</Forename>
      <JobTitle>sample string 3</JobTitle>
      <Mobile>sample string 5</Mobile>
      <Surname>sample string 2</Surname>
      <Telephone>sample string 4</Telephone>
      <TimesheetNotification>true</TimesheetNotification>
      <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
    </ClientContact>
    <Company>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
      <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <Consultant>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>3c68b363-1e90-4dfc-a0d0-b38df0814e6a</Uid>
      <UpdatedBy>sample string 10</UpdatedBy>
      <Company>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>88aac94f-014b-4c3f-971a-c0d67c6efdc8</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>3a0f8ab5-f282-450b-8d87-aa48c1e0953d</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T14:00:31.7769536+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>b6aede28-ecda-4b9e-9af4-1506b4342d7f</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>4e43aeda-a3f1-4472-84f2-603e5d327d7a</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</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>773e75b4-a20f-4f2f-992d-ce34f57c9e1a</PortalGuid>
        <PortalUid>984ce717-a8d3-46ac-b8f5-da1bf711efc7</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <ConsultantGuid>828f52e8-074b-4deb-a3c6-96432c33b35e</ConsultantGuid>
      <Email>sample string 1</Email>
      <Forename>sample string 2</Forename>
      <JobTitle>sample string 4</JobTitle>
      <Mobile>sample string 5</Mobile>
      <OtherNames>sample string 6</OtherNames>
      <Surname>sample string 3</Surname>
      <Telephone>sample string 7</Telephone>
    </Consultant>
    <Country>sample string 12</Country>
    <DateUpdated>2025-10-27T14:00:31.7769536+00:00</DateUpdated>
    <Discipline>sample string 6</Discipline>
    <Division>sample string 18</Division>
    <Duration>sample string 19</Duration>
    <EndDate>2025-10-27T14:00:31.7769536+00:00</EndDate>
    <Industry>sample string 5</Industry>
    <JobDescription>sample string 4</JobDescription>
    <JobTitle>sample string 3</JobTitle>
    <JobType>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>ff398d52-eb43-4bf7-9f6e-14d64a76f09a</Uid>
      <UpdatedBy>sample string 3</UpdatedBy>
      <Name>sample string 1</Name>
      <Portal>
        <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</Uid>
        <UpdatedBy>sample string 3</UpdatedBy>
        <Name>sample string 1</Name>
      </Portal>
    </JobType>
    <Latitude>1.1</Latitude>
    <Location>sample string 15</Location>
    <Longitude>1.1</Longitude>
    <Portal>
      <DateUpdated>2025-10-27T14:00:31.7769536+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>a809e901-cd50-4d15-934c-5be738ead402</Uid>
      <UpdatedBy>sample string 3</UpdatedBy>
      <Name>sample string 1</Name>
    </Portal>
    <Postcode>sample string 13</Postcode>
    <Rate>1.1</Rate>
    <RateFrequency>sample string 17</RateFrequency>
    <Reference>sample string 1</Reference>
    <Region>sample string 14</Region>
    <Salary>sample string 16</Salary>
    <StartDate>2025-10-27T14:00:31.7769536+00:00</StartDate>
    <Status>sample string 2</Status>
    <SubDiscipline>sample string 7</SubDiscipline>
  </Vacancy>
</PlacementViewModel>