POST api/v1/clientcontacts/{clientContactUid}/requests

Create a client contact request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientContactUid

The client contact UID.

globally unique identifier

Required

Body Parameters

The client request.

ClientContactRequest
NameDescriptionTypeAdditional information
Portal

The portal.

globally unique identifier

Required

Company

The company.

globally unique identifier

Required

RequestSubject

The subject of the client request.

string

Required

String length: inclusive between 0 and 255

RequestDescription

The description of the request.

string

Required

String length: inclusive between 0 and 10000

Request Formats

application/json, text/json

Sample:
{
  "Portal": "998c3361-f861-48de-a484-3391a95ec89c",
  "Company": "a58b1160-db1e-4a39-ab41-46cd25900697",
  "RequestSubject": "sample string 3",
  "RequestDescription": "sample string 4"
}

application/xml, text/xml

Sample:
<ClientContactRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
  <Company>a58b1160-db1e-4a39-ab41-46cd25900697</Company>
  <Portal>998c3361-f861-48de-a484-3391a95ec89c</Portal>
  <RequestDescription>sample string 4</RequestDescription>
  <RequestSubject>sample string 3</RequestSubject>
</ClientContactRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns the created client request.

ClientContactRequestViewModel
NameDescriptionTypeAdditional information
Portal

The portal.

PortalViewModel

None.

Company

The company.

CompanyViewModel

None.

ClientContact

The client contact.

ClientContactViewModel

None.

RequestSubject

A subject for the client request.

string

None.

RequestDescription

A description for the client request.

string

None.

Uid

The GUID.

globally unique identifier

None.

Links

The links.

Collection of Link

None.

DateUpdated

Last time the record was updated

date

None.

UpdatedBy

Who updated the record last

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Portal": {
    "Name": "sample string 1",
    "Uid": "c887e528-2609-4750-8798-a7fc7c52aa85",
    "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:59:37.6410155+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": "c887e528-2609-4750-8798-a7fc7c52aa85",
        "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:59:37.6410155+00:00",
        "UpdatedBy": "sample string 3"
      },
      "CountryGuid": "81c81424-49e9-4339-ac10-10db0984e944",
      "Uid": "874fa739-5bfd-447e-bdb9-b0bcab606642",
      "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:59:37.6410155+00:00",
      "UpdatedBy": "sample string 5"
    },
    "Latitude": "sample string 7",
    "Longitude": "sample string 8",
    "PortalUid": "f012881f-7a1c-42b3-bb52-b04f0b8094fb",
    "PortalGuid": "678d24e3-3572-4f22-b1ab-978d3c098c39",
    "CompanyGuid": "159c0acd-a1b4-4763-a4a9-f8d5da8f399e",
    "Uid": "b2a09c72-6aba-4ac7-976f-01cf394a75cf",
    "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:59:37.6410155+00:00",
    "UpdatedBy": "sample string 13"
  },
  "ClientContact": {
    "Forename": "sample string 1",
    "Surname": "sample string 2",
    "JobTitle": "sample string 3",
    "Telephone": "sample string 4",
    "Mobile": "sample string 5",
    "Email": "sample string 6",
    "Client": {
      "AddressLine1": "sample string 1",
      "AddressLine2": "sample string 2",
      "AddressLine3": "sample string 3",
      "AddressLine4": "sample string 4",
      "Name": "sample string 5",
      "PostCode": "sample string 6",
      "Country": {
        "Iso3Code": "sample string 1",
        "Name": "sample string 2",
        "Portal": {
          "Name": "sample string 1",
          "Uid": "c887e528-2609-4750-8798-a7fc7c52aa85",
          "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:59:37.6410155+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "81c81424-49e9-4339-ac10-10db0984e944",
        "Uid": "874fa739-5bfd-447e-bdb9-b0bcab606642",
        "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:59:37.6410155+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": "c887e528-2609-4750-8798-a7fc7c52aa85",
            "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:59:37.6410155+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "81c81424-49e9-4339-ac10-10db0984e944",
          "Uid": "874fa739-5bfd-447e-bdb9-b0bcab606642",
          "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:59:37.6410155+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "f012881f-7a1c-42b3-bb52-b04f0b8094fb",
        "PortalGuid": "678d24e3-3572-4f22-b1ab-978d3c098c39",
        "CompanyGuid": "159c0acd-a1b4-4763-a4a9-f8d5da8f399e",
        "Uid": "b2a09c72-6aba-4ac7-976f-01cf394a75cf",
        "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:59:37.6410155+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "e5ca1623-542c-46ba-bc86-a7d7943208f2",
      "Uid": "b0f245d7-d7fc-4ce0-9d1a-634eaf6788c8",
      "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:59:37.6410155+00:00",
      "UpdatedBy": "sample string 11"
    },
    "ClientSite": {
      "Name": "sample string 1",
      "AddressLine1": "sample string 2",
      "AddressLine2": "sample string 3",
      "AddressLine3": "sample string 4",
      "AddressLine4": "sample string 5",
      "PostCode": "sample string 6",
      "Country": "sample string 7",
      "Telephone": "sample string 8",
      "Fax": "sample string 9",
      "Email": "sample string 10",
      "Client": {
        "AddressLine1": "sample string 1",
        "AddressLine2": "sample string 2",
        "AddressLine3": "sample string 3",
        "AddressLine4": "sample string 4",
        "Name": "sample string 5",
        "PostCode": "sample string 6",
        "Country": {
          "Iso3Code": "sample string 1",
          "Name": "sample string 2",
          "Portal": {
            "Name": "sample string 1",
            "Uid": "c887e528-2609-4750-8798-a7fc7c52aa85",
            "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:59:37.6410155+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "81c81424-49e9-4339-ac10-10db0984e944",
          "Uid": "874fa739-5bfd-447e-bdb9-b0bcab606642",
          "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:59:37.6410155+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": "c887e528-2609-4750-8798-a7fc7c52aa85",
              "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:59:37.6410155+00:00",
              "UpdatedBy": "sample string 3"
            },
            "CountryGuid": "81c81424-49e9-4339-ac10-10db0984e944",
            "Uid": "874fa739-5bfd-447e-bdb9-b0bcab606642",
            "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:59:37.6410155+00:00",
            "UpdatedBy": "sample string 5"
          },
          "Latitude": "sample string 7",
          "Longitude": "sample string 8",
          "PortalUid": "f012881f-7a1c-42b3-bb52-b04f0b8094fb",
          "PortalGuid": "678d24e3-3572-4f22-b1ab-978d3c098c39",
          "CompanyGuid": "159c0acd-a1b4-4763-a4a9-f8d5da8f399e",
          "Uid": "b2a09c72-6aba-4ac7-976f-01cf394a75cf",
          "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:59:37.6410155+00:00",
          "UpdatedBy": "sample string 13"
        },
        "ReferenceNumber": "sample string 7",
        "TimesheetNotificationAddress": "sample string 8",
        "ClientGuid": "e5ca1623-542c-46ba-bc86-a7d7943208f2",
        "Uid": "b0f245d7-d7fc-4ce0-9d1a-634eaf6788c8",
        "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:59:37.6410155+00:00",
        "UpdatedBy": "sample string 11"
      },
      "ClientSiteGuid": "ff55cbc9-5b22-408f-9140-3117e9844c40",
      "Uid": "fe90c1a2-7780-451b-aecf-4a43b5a96b2c",
      "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:59:37.6410155+00:00",
      "UpdatedBy": "sample string 13"
    },
    "CanEditClient": true,
    "TimesheetNotificationAddress": "sample string 8",
    "CanTimesheetOwnView": true,
    "CanTimesheetOwnSubmit": true,
    "CanTimesheetOwnApprove": true,
    "CanTimesheetOwnAuthorise": true,
    "CanTimesheetOwnReject": true,
    "CanTimesheetOwnApproveAndAuthorise": true,
    "CanTimesheetAnyView": true,
    "CanTimesheetAnySubmit": true,
    "CanTimesheetAnyApprove": true,
    "CanTimesheetAnyAuthorise": true,
    "CanTimesheetAnyReject": true,
    "CanTimesheetAnyApproveAndAuthorise": true,
    "CanTimesheetNotificationOverride": true,
    "TimesheetNotification": true,
    "ClientContactGuid": "86073c0a-dba1-4e30-a6ea-535731d0c2bb",
    "Uid": "a4614619-817e-4d59-8606-e931f02f0408",
    "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:59:37.6410155+00:00",
    "UpdatedBy": "sample string 25"
  },
  "RequestSubject": "sample string 1",
  "RequestDescription": "sample string 2",
  "Uid": "1ea8e105-4162-43c3-ac9c-d5d858572124",
  "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:59:37.6410155+00:00",
  "UpdatedBy": "sample string 4"
}

application/xml, text/xml

Sample:
<ClientContactRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
  <DateUpdated>2025-10-27T13:59:37.6410155+00:00</DateUpdated>
  <Links xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
    <d2p1:Link>
      <d2p1:Href>http://webapihelppage1.com/</d2p1:Href>
      <d2p1:Method>sample string 2</d2p1:Method>
      <d2p1:Rel>sample string 3</d2p1:Rel>
      <d2p1:Title>sample string 4</d2p1:Title>
      <d2p1:Type>sample string 5</d2p1:Type>
    </d2p1:Link>
    <d2p1:Link>
      <d2p1:Href>http://webapihelppage1.com/</d2p1:Href>
      <d2p1:Method>sample string 2</d2p1:Method>
      <d2p1:Rel>sample string 3</d2p1:Rel>
      <d2p1:Title>sample string 4</d2p1:Title>
      <d2p1:Type>sample string 5</d2p1:Type>
    </d2p1:Link>
  </Links>
  <Uid>1ea8e105-4162-43c3-ac9c-d5d858572124</Uid>
  <UpdatedBy>sample string 4</UpdatedBy>
  <ClientContact>
    <DateUpdated>2025-10-27T13:59:37.6410155+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>a4614619-817e-4d59-8606-e931f02f0408</Uid>
    <UpdatedBy>sample string 25</UpdatedBy>
    <CanEditClient>true</CanEditClient>
    <CanTimesheetAnyApprove>true</CanTimesheetAnyApprove>
    <CanTimesheetAnyApproveAndAuthorise>true</CanTimesheetAnyApproveAndAuthorise>
    <CanTimesheetAnyAuthorise>true</CanTimesheetAnyAuthorise>
    <CanTimesheetAnyReject>true</CanTimesheetAnyReject>
    <CanTimesheetAnySubmit>true</CanTimesheetAnySubmit>
    <CanTimesheetAnyView>true</CanTimesheetAnyView>
    <CanTimesheetNotificationOverride>true</CanTimesheetNotificationOverride>
    <CanTimesheetOwnApprove>true</CanTimesheetOwnApprove>
    <CanTimesheetOwnApproveAndAuthorise>true</CanTimesheetOwnApproveAndAuthorise>
    <CanTimesheetOwnAuthorise>true</CanTimesheetOwnAuthorise>
    <CanTimesheetOwnReject>true</CanTimesheetOwnReject>
    <CanTimesheetOwnSubmit>true</CanTimesheetOwnSubmit>
    <CanTimesheetOwnView>true</CanTimesheetOwnView>
    <Client>
      <DateUpdated>2025-10-27T13:59:37.6410155+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>b0f245d7-d7fc-4ce0-9d1a-634eaf6788c8</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>e5ca1623-542c-46ba-bc86-a7d7943208f2</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T13:59:37.6410155+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>b2a09c72-6aba-4ac7-976f-01cf394a75cf</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>159c0acd-a1b4-4763-a4a9-f8d5da8f399e</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T13:59:37.6410155+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>874fa739-5bfd-447e-bdb9-b0bcab606642</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>81c81424-49e9-4339-ac10-10db0984e944</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:59:37.6410155+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>c887e528-2609-4750-8798-a7fc7c52aa85</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>678d24e3-3572-4f22-b1ab-978d3c098c39</PortalGuid>
        <PortalUid>f012881f-7a1c-42b3-bb52-b04f0b8094fb</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T13:59:37.6410155+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>874fa739-5bfd-447e-bdb9-b0bcab606642</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>81c81424-49e9-4339-ac10-10db0984e944</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:59:37.6410155+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>c887e528-2609-4750-8798-a7fc7c52aa85</Uid>
          <UpdatedBy>sample string 3</UpdatedBy>
          <Name>sample string 1</Name>
        </Portal>
      </Country>
      <Name>sample string 5</Name>
      <PostCode>sample string 6</PostCode>
      <ReferenceNumber>sample string 7</ReferenceNumber>
      <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
    </Client>
    <ClientContactGuid>86073c0a-dba1-4e30-a6ea-535731d0c2bb</ClientContactGuid>
    <ClientSite>
      <DateUpdated>2025-10-27T13:59:37.6410155+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>fe90c1a2-7780-451b-aecf-4a43b5a96b2c</Uid>
      <UpdatedBy>sample string 13</UpdatedBy>
      <AddressLine1>sample string 2</AddressLine1>
      <AddressLine2>sample string 3</AddressLine2>
      <AddressLine3>sample string 4</AddressLine3>
      <AddressLine4>sample string 5</AddressLine4>
      <Client>
        <DateUpdated>2025-10-27T13:59:37.6410155+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>b0f245d7-d7fc-4ce0-9d1a-634eaf6788c8</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>e5ca1623-542c-46ba-bc86-a7d7943208f2</ClientGuid>
        <Company>
          <DateUpdated>2025-10-27T13:59:37.6410155+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>b2a09c72-6aba-4ac7-976f-01cf394a75cf</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>159c0acd-a1b4-4763-a4a9-f8d5da8f399e</CompanyGuid>
          <Country>
            <DateUpdated>2025-10-27T13:59:37.6410155+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>874fa739-5bfd-447e-bdb9-b0bcab606642</Uid>
            <UpdatedBy>sample string 5</UpdatedBy>
            <CountryGuid>81c81424-49e9-4339-ac10-10db0984e944</CountryGuid>
            <Iso3Code>sample string 1</Iso3Code>
            <Name>sample string 2</Name>
            <Portal>
              <DateUpdated>2025-10-27T13:59:37.6410155+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>c887e528-2609-4750-8798-a7fc7c52aa85</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>678d24e3-3572-4f22-b1ab-978d3c098c39</PortalGuid>
          <PortalUid>f012881f-7a1c-42b3-bb52-b04f0b8094fb</PortalUid>
          <PostCode>sample string 6</PostCode>
        </Company>
        <Country>
          <DateUpdated>2025-10-27T13:59:37.6410155+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>874fa739-5bfd-447e-bdb9-b0bcab606642</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>81c81424-49e9-4339-ac10-10db0984e944</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:59:37.6410155+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>c887e528-2609-4750-8798-a7fc7c52aa85</Uid>
            <UpdatedBy>sample string 3</UpdatedBy>
            <Name>sample string 1</Name>
          </Portal>
        </Country>
        <Name>sample string 5</Name>
        <PostCode>sample string 6</PostCode>
        <ReferenceNumber>sample string 7</ReferenceNumber>
        <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
      </Client>
      <ClientSiteGuid>ff55cbc9-5b22-408f-9140-3117e9844c40</ClientSiteGuid>
      <Country>sample string 7</Country>
      <Email>sample string 10</Email>
      <Fax>sample string 9</Fax>
      <Name>sample string 1</Name>
      <PostCode>sample string 6</PostCode>
      <Telephone>sample string 8</Telephone>
    </ClientSite>
    <Email>sample string 6</Email>
    <Forename>sample string 1</Forename>
    <JobTitle>sample string 3</JobTitle>
    <Mobile>sample string 5</Mobile>
    <Surname>sample string 2</Surname>
    <Telephone>sample string 4</Telephone>
    <TimesheetNotification>true</TimesheetNotification>
    <TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
  </ClientContact>
  <Company>
    <DateUpdated>2025-10-27T13:59:37.6410155+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>b2a09c72-6aba-4ac7-976f-01cf394a75cf</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>159c0acd-a1b4-4763-a4a9-f8d5da8f399e</CompanyGuid>
    <Country>
      <DateUpdated>2025-10-27T13:59:37.6410155+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>874fa739-5bfd-447e-bdb9-b0bcab606642</Uid>
      <UpdatedBy>sample string 5</UpdatedBy>
      <CountryGuid>81c81424-49e9-4339-ac10-10db0984e944</CountryGuid>
      <Iso3Code>sample string 1</Iso3Code>
      <Name>sample string 2</Name>
      <Portal>
        <DateUpdated>2025-10-27T13:59:37.6410155+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>c887e528-2609-4750-8798-a7fc7c52aa85</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>678d24e3-3572-4f22-b1ab-978d3c098c39</PortalGuid>
    <PortalUid>f012881f-7a1c-42b3-bb52-b04f0b8094fb</PortalUid>
    <PostCode>sample string 6</PostCode>
  </Company>
  <Portal>
    <DateUpdated>2025-10-27T13:59:37.6410155+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>c887e528-2609-4750-8798-a7fc7c52aa85</Uid>
    <UpdatedBy>sample string 3</UpdatedBy>
    <Name>sample string 1</Name>
  </Portal>
  <RequestDescription>sample string 2</RequestDescription>
  <RequestSubject>sample string 1</RequestSubject>
</ClientContactRequestViewModel>