POST api/v1/users/{userUid}/baskets

Creates the user baskets by job UIDs and specified user UID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userUid

The user UID.

globally unique identifier

Required

Body Parameters

The job UIDs.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "daa2f698-18d4-4f46-8861-852f4d37437e",
  "81443218-bc9f-42e2-aaa1-fd0139e0ac78"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>daa2f698-18d4-4f46-8861-852f4d37437e</guid>
  <guid>81443218-bc9f-42e2-aaa1-fd0139e0ac78</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns the created user baskets.

Collection of UserBasketViewModel
NameDescriptionTypeAdditional information
User

The user.

UserViewModel

None.

Job

The job.

JobViewModel

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:
[
  {
    "User": {
      "Logon": "sample string 1",
      "Forename": "sample string 2",
      "Surname": "sample string 3",
      "OtherNames": "sample string 4",
      "IsConfirmed": true,
      "CandidateReference": "sample string 6",
      "SecretKey2FA": "sample string 7",
      "Is2FASiteWide": true,
      "Uid": "f78b69e3-87fb-4e28-9195-c6479ea15ec7",
      "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-27T13:18:06.9812165+00:00",
      "UpdatedBy": "sample string 10"
    },
    "Job": {
      "JobType": {
        "Name": "sample string 1",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 3"
        },
        "Uid": "2f4ca384-4e30-4991-996b-bbfd9cd76b79",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 3"
      },
      "Portal": {
        "Name": "sample string 1",
        "Uid": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
        "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-27T13:18:06.9812165+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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
          "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "e00dbf42-e321-44e0-a9c8-49c4c507efd1",
        "PortalGuid": "bf01a1cd-9dba-4e4e-918a-7dcb95f918d8",
        "CompanyGuid": "4c934751-3bc8-4d71-91a6-ab850e530f2d",
        "Uid": "7ddd6871-c29a-425c-8129-1a3bccdd7062",
        "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-27T13:18:06.9812165+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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
          "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
          "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-27T13:18:06.9812165+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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
              "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-27T13:18:06.9812165+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
            "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "e00dbf42-e321-44e0-a9c8-49c4c507efd1",
          "PortalGuid": "bf01a1cd-9dba-4e4e-918a-7dcb95f918d8",
          "CompanyGuid": "4c934751-3bc8-4d71-91a6-ab850e530f2d",
          "Uid": "7ddd6871-c29a-425c-8129-1a3bccdd7062",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ReferenceNumber": "sample string 7",
        "TimesheetNotificationAddress": "sample string 8",
        "ClientGuid": "79de3e63-5062-491a-aed9-ef470586a0f9",
        "Uid": "dd0a1116-b5ee-493c-a874-aa1d680d5e36",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 11"
      },
      "JobTitle": "sample string 1",
      "JobDescription": "sample string 2",
      "Industry": "sample string 3",
      "Discipline": "sample string 4",
      "SubDiscipline": "sample string 5",
      "Country": "sample string 6",
      "Region": "sample string 7",
      "Location": "sample string 8",
      "SalaryBanding": {
        "Name": "sample string 1",
        "MinimumValue": 2.1,
        "MaximumValue": 3.1,
        "Portal": {
          "Name": "sample string 1",
          "Uid": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 3"
        },
        "Uid": "9495b2fe-7d14-42f3-a254-dbfb5ec4d2a2",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Salary": "sample string 9",
      "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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
              "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-27T13:18:06.9812165+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
            "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "e00dbf42-e321-44e0-a9c8-49c4c507efd1",
          "PortalGuid": "bf01a1cd-9dba-4e4e-918a-7dcb95f918d8",
          "CompanyGuid": "4c934751-3bc8-4d71-91a6-ab850e530f2d",
          "Uid": "7ddd6871-c29a-425c-8129-1a3bccdd7062",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ConsultantGuid": "0728c069-1cf5-45ae-a2c3-bec0bd58b59a",
        "Uid": "98c8c20a-e59f-4fdc-ba6e-fabcbe80f126",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 10"
      },
      "StartDate": "2025-10-27T13:18:06.9812165+00:00",
      "EndDate": "2025-10-27T13:18:06.9812165+00:00",
      "DatePosted": "2025-10-27T13:18:06.9812165+00:00",
      "Duration": "sample string 10",
      "Division": "sample string 11",
      "Classification": "sample string 12",
      "Reference": "sample string 13",
      "VacancySource": "sample string 14",
      "DateUpdated": "2025-10-27T13:18:06.9812165+00:00",
      "Longitude": 1.1,
      "Latitude": 1.1,
      "VacancyUid": "bdba4e8b-2c19-451d-a2f8-70d067b5962d",
      "JobGuid": "cd08a75a-03ba-42e5-b473-c77b56cc8916",
      "Uid": "f4455cb6-4cb3-4802-b48b-29d65fdb6bae",
      "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 17"
    },
    "Uid": "73186fd2-054b-4227-a7b0-65796ff7d2c2",
    "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-27T13:18:06.9812165+00:00",
    "UpdatedBy": "sample string 2"
  },
  {
    "User": {
      "Logon": "sample string 1",
      "Forename": "sample string 2",
      "Surname": "sample string 3",
      "OtherNames": "sample string 4",
      "IsConfirmed": true,
      "CandidateReference": "sample string 6",
      "SecretKey2FA": "sample string 7",
      "Is2FASiteWide": true,
      "Uid": "f78b69e3-87fb-4e28-9195-c6479ea15ec7",
      "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-27T13:18:06.9812165+00:00",
      "UpdatedBy": "sample string 10"
    },
    "Job": {
      "JobType": {
        "Name": "sample string 1",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 3"
        },
        "Uid": "2f4ca384-4e30-4991-996b-bbfd9cd76b79",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 3"
      },
      "Portal": {
        "Name": "sample string 1",
        "Uid": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
        "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-27T13:18:06.9812165+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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
          "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "e00dbf42-e321-44e0-a9c8-49c4c507efd1",
        "PortalGuid": "bf01a1cd-9dba-4e4e-918a-7dcb95f918d8",
        "CompanyGuid": "4c934751-3bc8-4d71-91a6-ab850e530f2d",
        "Uid": "7ddd6871-c29a-425c-8129-1a3bccdd7062",
        "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-27T13:18:06.9812165+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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
          "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
          "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-27T13:18:06.9812165+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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
              "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-27T13:18:06.9812165+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
            "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "e00dbf42-e321-44e0-a9c8-49c4c507efd1",
          "PortalGuid": "bf01a1cd-9dba-4e4e-918a-7dcb95f918d8",
          "CompanyGuid": "4c934751-3bc8-4d71-91a6-ab850e530f2d",
          "Uid": "7ddd6871-c29a-425c-8129-1a3bccdd7062",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ReferenceNumber": "sample string 7",
        "TimesheetNotificationAddress": "sample string 8",
        "ClientGuid": "79de3e63-5062-491a-aed9-ef470586a0f9",
        "Uid": "dd0a1116-b5ee-493c-a874-aa1d680d5e36",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 11"
      },
      "JobTitle": "sample string 1",
      "JobDescription": "sample string 2",
      "Industry": "sample string 3",
      "Discipline": "sample string 4",
      "SubDiscipline": "sample string 5",
      "Country": "sample string 6",
      "Region": "sample string 7",
      "Location": "sample string 8",
      "SalaryBanding": {
        "Name": "sample string 1",
        "MinimumValue": 2.1,
        "MaximumValue": 3.1,
        "Portal": {
          "Name": "sample string 1",
          "Uid": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 3"
        },
        "Uid": "9495b2fe-7d14-42f3-a254-dbfb5ec4d2a2",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Salary": "sample string 9",
      "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": "2f667ebc-6c1e-439b-8e55-7723d70d2b04",
              "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-27T13:18:06.9812165+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "8d546296-8565-4875-aabf-5fce4164c023",
            "Uid": "7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e",
            "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-27T13:18:06.9812165+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "e00dbf42-e321-44e0-a9c8-49c4c507efd1",
          "PortalGuid": "bf01a1cd-9dba-4e4e-918a-7dcb95f918d8",
          "CompanyGuid": "4c934751-3bc8-4d71-91a6-ab850e530f2d",
          "Uid": "7ddd6871-c29a-425c-8129-1a3bccdd7062",
          "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-27T13:18:06.9812165+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ConsultantGuid": "0728c069-1cf5-45ae-a2c3-bec0bd58b59a",
        "Uid": "98c8c20a-e59f-4fdc-ba6e-fabcbe80f126",
        "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-27T13:18:06.9812165+00:00",
        "UpdatedBy": "sample string 10"
      },
      "StartDate": "2025-10-27T13:18:06.9812165+00:00",
      "EndDate": "2025-10-27T13:18:06.9812165+00:00",
      "DatePosted": "2025-10-27T13:18:06.9812165+00:00",
      "Duration": "sample string 10",
      "Division": "sample string 11",
      "Classification": "sample string 12",
      "Reference": "sample string 13",
      "VacancySource": "sample string 14",
      "DateUpdated": "2025-10-27T13:18:06.9812165+00:00",
      "Longitude": 1.1,
      "Latitude": 1.1,
      "VacancyUid": "bdba4e8b-2c19-451d-a2f8-70d067b5962d",
      "JobGuid": "cd08a75a-03ba-42e5-b473-c77b56cc8916",
      "Uid": "f4455cb6-4cb3-4802-b48b-29d65fdb6bae",
      "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 17"
    },
    "Uid": "73186fd2-054b-4227-a7b0-65796ff7d2c2",
    "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-27T13:18:06.9812165+00:00",
    "UpdatedBy": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUserBasketViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
  <UserBasketViewModel>
    <DateUpdated>2025-10-27T13:18:06.9812165+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>73186fd2-054b-4227-a7b0-65796ff7d2c2</Uid>
    <UpdatedBy>sample string 2</UpdatedBy>
    <Job>
      <DateUpdated xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime">2025-10-27T13:18:06.9812165+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>f4455cb6-4cb3-4802-b48b-29d65fdb6bae</Uid>
      <UpdatedBy>sample string 17</UpdatedBy>
      <Classification>sample string 12</Classification>
      <Client>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>dd0a1116-b5ee-493c-a874-aa1d680d5e36</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>79de3e63-5062-491a-aed9-ef470586a0f9</ClientGuid>
        <Company>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7ddd6871-c29a-425c-8129-1a3bccdd7062</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>4c934751-3bc8-4d71-91a6-ab850e530f2d</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</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>bf01a1cd-9dba-4e4e-918a-7dcb95f918d8</PortalGuid>
          <PortalUid>e00dbf42-e321-44e0-a9c8-49c4c507efd1</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <Country>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
            <UpdatedBy>sample string 3</UpdatedBy>
            <Name>sample string 1</Name>
          </Portal>
        </Country>
        <Name>sample string 5</Name>
        <PostCode>sample string 6</PostCode>
        <ReferenceNumber>sample string 7</ReferenceNumber>
        <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
      </Client>
      <Company>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>7ddd6871-c29a-425c-8129-1a3bccdd7062</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>4c934751-3bc8-4d71-91a6-ab850e530f2d</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</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>bf01a1cd-9dba-4e4e-918a-7dcb95f918d8</PortalGuid>
        <PortalUid>e00dbf42-e321-44e0-a9c8-49c4c507efd1</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Consultant>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>98c8c20a-e59f-4fdc-ba6e-fabcbe80f126</Uid>
        <UpdatedBy>sample string 10</UpdatedBy>
        <Company>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7ddd6871-c29a-425c-8129-1a3bccdd7062</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>4c934751-3bc8-4d71-91a6-ab850e530f2d</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</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>bf01a1cd-9dba-4e4e-918a-7dcb95f918d8</PortalGuid>
          <PortalUid>e00dbf42-e321-44e0-a9c8-49c4c507efd1</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <ConsultantGuid>0728c069-1cf5-45ae-a2c3-bec0bd58b59a</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 6</Country>
      <DatePosted>2025-10-27T13:18:06.9812165+00:00</DatePosted>
      <DateUpdated xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime">2025-10-27T13:18:06.9812165+00:00</DateUpdated>
      <Discipline>sample string 4</Discipline>
      <Division>sample string 11</Division>
      <Duration>sample string 10</Duration>
      <EndDate>2025-10-27T13:18:06.9812165+00:00</EndDate>
      <Industry>sample string 3</Industry>
      <JobDescription>sample string 2</JobDescription>
      <JobGuid>cd08a75a-03ba-42e5-b473-c77b56cc8916</JobGuid>
      <JobTitle>sample string 1</JobTitle>
      <JobType>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>2f4ca384-4e30-4991-996b-bbfd9cd76b79</Uid>
        <UpdatedBy>sample string 3</UpdatedBy>
        <Name>sample string 1</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </JobType>
      <Latitude>1.1</Latitude>
      <Location>sample string 8</Location>
      <Longitude>1.1</Longitude>
      <Portal>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
        <UpdatedBy>sample string 3</UpdatedBy>
        <Name>sample string 1</Name>
      </Portal>
      <Reference>sample string 13</Reference>
      <Region>sample string 7</Region>
      <Salary>sample string 9</Salary>
      <SalaryBanding>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>9495b2fe-7d14-42f3-a254-dbfb5ec4d2a2</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <MaximumValue>3.1</MaximumValue>
        <MinimumValue>2.1</MinimumValue>
        <Name>sample string 1</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </SalaryBanding>
      <StartDate>2025-10-27T13:18:06.9812165+00:00</StartDate>
      <SubDiscipline>sample string 5</SubDiscipline>
      <VacancySource>sample string 14</VacancySource>
      <VacancyUid>bdba4e8b-2c19-451d-a2f8-70d067b5962d</VacancyUid>
    </Job>
    <User>
      <DateUpdated>2025-10-27T13:18:06.9812165+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>f78b69e3-87fb-4e28-9195-c6479ea15ec7</Uid>
      <UpdatedBy>sample string 10</UpdatedBy>
      <CandidateReference>sample string 6</CandidateReference>
      <Forename>sample string 2</Forename>
      <Is2FASiteWide>true</Is2FASiteWide>
      <IsConfirmed>true</IsConfirmed>
      <Logon>sample string 1</Logon>
      <OtherNames>sample string 4</OtherNames>
      <SecretKey2FA>sample string 7</SecretKey2FA>
      <Surname>sample string 3</Surname>
    </User>
  </UserBasketViewModel>
  <UserBasketViewModel>
    <DateUpdated>2025-10-27T13:18:06.9812165+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>73186fd2-054b-4227-a7b0-65796ff7d2c2</Uid>
    <UpdatedBy>sample string 2</UpdatedBy>
    <Job>
      <DateUpdated xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime">2025-10-27T13:18:06.9812165+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>f4455cb6-4cb3-4802-b48b-29d65fdb6bae</Uid>
      <UpdatedBy>sample string 17</UpdatedBy>
      <Classification>sample string 12</Classification>
      <Client>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>dd0a1116-b5ee-493c-a874-aa1d680d5e36</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>79de3e63-5062-491a-aed9-ef470586a0f9</ClientGuid>
        <Company>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7ddd6871-c29a-425c-8129-1a3bccdd7062</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>4c934751-3bc8-4d71-91a6-ab850e530f2d</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</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>bf01a1cd-9dba-4e4e-918a-7dcb95f918d8</PortalGuid>
          <PortalUid>e00dbf42-e321-44e0-a9c8-49c4c507efd1</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <Country>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
            <UpdatedBy>sample string 3</UpdatedBy>
            <Name>sample string 1</Name>
          </Portal>
        </Country>
        <Name>sample string 5</Name>
        <PostCode>sample string 6</PostCode>
        <ReferenceNumber>sample string 7</ReferenceNumber>
        <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
      </Client>
      <Company>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>7ddd6871-c29a-425c-8129-1a3bccdd7062</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>4c934751-3bc8-4d71-91a6-ab850e530f2d</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</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>bf01a1cd-9dba-4e4e-918a-7dcb95f918d8</PortalGuid>
        <PortalUid>e00dbf42-e321-44e0-a9c8-49c4c507efd1</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Consultant>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>98c8c20a-e59f-4fdc-ba6e-fabcbe80f126</Uid>
        <UpdatedBy>sample string 10</UpdatedBy>
        <Company>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>7ddd6871-c29a-425c-8129-1a3bccdd7062</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>4c934751-3bc8-4d71-91a6-ab850e530f2d</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T13:18:06.9812165+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>7f8ce2f9-4efd-49ce-b8b6-df5d6c74947e</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>8d546296-8565-4875-aabf-5fce4164c023</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</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>bf01a1cd-9dba-4e4e-918a-7dcb95f918d8</PortalGuid>
          <PortalUid>e00dbf42-e321-44e0-a9c8-49c4c507efd1</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <ConsultantGuid>0728c069-1cf5-45ae-a2c3-bec0bd58b59a</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 6</Country>
      <DatePosted>2025-10-27T13:18:06.9812165+00:00</DatePosted>
      <DateUpdated xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime">2025-10-27T13:18:06.9812165+00:00</DateUpdated>
      <Discipline>sample string 4</Discipline>
      <Division>sample string 11</Division>
      <Duration>sample string 10</Duration>
      <EndDate>2025-10-27T13:18:06.9812165+00:00</EndDate>
      <Industry>sample string 3</Industry>
      <JobDescription>sample string 2</JobDescription>
      <JobGuid>cd08a75a-03ba-42e5-b473-c77b56cc8916</JobGuid>
      <JobTitle>sample string 1</JobTitle>
      <JobType>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>2f4ca384-4e30-4991-996b-bbfd9cd76b79</Uid>
        <UpdatedBy>sample string 3</UpdatedBy>
        <Name>sample string 1</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </JobType>
      <Latitude>1.1</Latitude>
      <Location>sample string 8</Location>
      <Longitude>1.1</Longitude>
      <Portal>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
        <UpdatedBy>sample string 3</UpdatedBy>
        <Name>sample string 1</Name>
      </Portal>
      <Reference>sample string 13</Reference>
      <Region>sample string 7</Region>
      <Salary>sample string 9</Salary>
      <SalaryBanding>
        <DateUpdated>2025-10-27T13:18:06.9812165+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>9495b2fe-7d14-42f3-a254-dbfb5ec4d2a2</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <MaximumValue>3.1</MaximumValue>
        <MinimumValue>2.1</MinimumValue>
        <Name>sample string 1</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:18:06.9812165+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>2f667ebc-6c1e-439b-8e55-7723d70d2b04</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </SalaryBanding>
      <StartDate>2025-10-27T13:18:06.9812165+00:00</StartDate>
      <SubDiscipline>sample string 5</SubDiscipline>
      <VacancySource>sample string 14</VacancySource>
      <VacancyUid>bdba4e8b-2c19-451d-a2f8-70d067b5962d</VacancyUid>
    </Job>
    <User>
      <DateUpdated>2025-10-27T13:18:06.9812165+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>f78b69e3-87fb-4e28-9195-c6479ea15ec7</Uid>
      <UpdatedBy>sample string 10</UpdatedBy>
      <CandidateReference>sample string 6</CandidateReference>
      <Forename>sample string 2</Forename>
      <Is2FASiteWide>true</Is2FASiteWide>
      <IsConfirmed>true</IsConfirmed>
      <Logon>sample string 1</Logon>
      <OtherNames>sample string 4</OtherNames>
      <SecretKey2FA>sample string 7</SecretKey2FA>
      <Surname>sample string 3</Surname>
    </User>
  </UserBasketViewModel>
</ArrayOfUserBasketViewModel>