PUT api/v1/portals/{portalUid}/customer/clients/{clientGuid}/contacts/{clientContactGuid}/logon

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUid

globally unique identifier

Required

clientContactGuid

globally unique identifier

Required

clientGuid

string

None.

Body Parameters

LogonDetails
NameDescriptionTypeAdditional information
Logon

The logon.

string

Required

String length: inclusive between 0 and 255

OldPassword

The old password.

string

String length: inclusive between 0 and 255

NewPassword

The new password.

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
{
  "Logon": "sample string 1",
  "OldPassword": "sample string 2",
  "NewPassword": "sample string 3"
}

application/xml, text/xml

Sample:
<LogonDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
  <Logon>sample string 1</Logon>
  <NewPassword>sample string 3</NewPassword>
  <OldPassword>sample string 2</OldPassword>
</LogonDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ClientContactViewModel
NameDescriptionTypeAdditional information
Forename

The forename of the client contact.

string

None.

Surname

The surname of the client contact.

string

None.

JobTitle

The job title of the client contact.

string

None.

Telephone

The telehone number for the client contact.

string

None.

Mobile

The mobile telephone number for the client contact.

string

None.

Email

The email address for the client contact.

string

None.

Client

The client to which the client contact belongs to.

ClientViewModel

None.

ClientSite

The client site the client contact is located.

ClientSiteViewModel

None.

CanEditClient

Can the contact edit the client

boolean

None.

TimesheetNotificationAddress

The email address to send timesheet notifications to for timesheets owned by this contact

string

None.

CanTimesheetOwnView

Can the contact view timesheets for contrats that are allocated to them

boolean

None.

CanTimesheetOwnSubmit

Can the contact submit timesheets for contracts that are allocated to them

boolean

None.

CanTimesheetOwnApprove

Can the contact approve timesheets for contacts that are allocated to them

boolean

None.

CanTimesheetOwnAuthorise

Can contact authorise timesheets that they own

boolean

None.

CanTimesheetOwnReject

Can contact reject timesheets that they own

boolean

None.

CanTimesheetOwnApproveAndAuthorise

Can the contact approve and authorise the same timesheet

boolean

None.

CanTimesheetAnyView

Can the contact view any timesheet for the client

boolean

None.

CanTimesheetAnySubmit

Can the contact submit any timesheets for the client

boolean

None.

CanTimesheetAnyApprove

Can the contact approve any timesheet for the client

boolean

None.

CanTimesheetAnyAuthorise

Can the contact authorise any timesheet for the client

boolean

None.

CanTimesheetAnyReject

Can the contact reject any timesheet for the client

boolean

None.

CanTimesheetAnyApproveAndAuthorise

Can the contact approve and authorise the same timesheet for the client

boolean

None.

CanTimesheetNotificationOverride

Does the contacts email override the default client notificaiton address

boolean

None.

TimesheetNotification

Should notifications be sent for contracts owned by this contact

boolean

None.

ClientContactGuid

The unique guid for the client contact

globally unique identifier

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:
{
  "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": "d23a924c-3ef5-43e7-9d3f-19170b7c19fd",
        "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:24:50.3936116+00:00",
        "UpdatedBy": "sample string 3"
      },
      "CountryGuid": "95140f32-7b63-49b1-a0cb-845eb5595235",
      "Uid": "2654d507-9079-4193-98a2-99a4cd4939bd",
      "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:24:50.3936116+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": "d23a924c-3ef5-43e7-9d3f-19170b7c19fd",
          "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:24:50.3936116+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "95140f32-7b63-49b1-a0cb-845eb5595235",
        "Uid": "2654d507-9079-4193-98a2-99a4cd4939bd",
        "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:24:50.3936116+00:00",
        "UpdatedBy": "sample string 5"
      },
      "Latitude": "sample string 7",
      "Longitude": "sample string 8",
      "PortalUid": "01fabbff-1668-4476-ba02-834351909c18",
      "PortalGuid": "3767a7da-238c-4f00-a3e4-d02b27333860",
      "CompanyGuid": "043a658a-80d3-4de5-9688-766249be5232",
      "Uid": "ed5303da-0d29-4c25-aedb-9dfe2ca409a7",
      "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:24:50.3936116+00:00",
      "UpdatedBy": "sample string 13"
    },
    "ReferenceNumber": "sample string 7",
    "TimesheetNotificationAddress": "sample string 8",
    "ClientGuid": "eb84aa59-ffa7-4f02-88fe-82edc948bcdd",
    "Uid": "69ca894d-a5ab-4f30-bde4-4d8dfccc4c24",
    "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:24:50.3936116+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": "d23a924c-3ef5-43e7-9d3f-19170b7c19fd",
          "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:24:50.3936116+00:00",
          "UpdatedBy": "sample string 3"
        },
        "CountryGuid": "95140f32-7b63-49b1-a0cb-845eb5595235",
        "Uid": "2654d507-9079-4193-98a2-99a4cd4939bd",
        "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:24:50.3936116+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": "d23a924c-3ef5-43e7-9d3f-19170b7c19fd",
            "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:24:50.3936116+00:00",
            "UpdatedBy": "sample string 3"
          },
          "CountryGuid": "95140f32-7b63-49b1-a0cb-845eb5595235",
          "Uid": "2654d507-9079-4193-98a2-99a4cd4939bd",
          "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:24:50.3936116+00:00",
          "UpdatedBy": "sample string 5"
        },
        "Latitude": "sample string 7",
        "Longitude": "sample string 8",
        "PortalUid": "01fabbff-1668-4476-ba02-834351909c18",
        "PortalGuid": "3767a7da-238c-4f00-a3e4-d02b27333860",
        "CompanyGuid": "043a658a-80d3-4de5-9688-766249be5232",
        "Uid": "ed5303da-0d29-4c25-aedb-9dfe2ca409a7",
        "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:24:50.3936116+00:00",
        "UpdatedBy": "sample string 13"
      },
      "ReferenceNumber": "sample string 7",
      "TimesheetNotificationAddress": "sample string 8",
      "ClientGuid": "eb84aa59-ffa7-4f02-88fe-82edc948bcdd",
      "Uid": "69ca894d-a5ab-4f30-bde4-4d8dfccc4c24",
      "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:24:50.3936116+00:00",
      "UpdatedBy": "sample string 11"
    },
    "ClientSiteGuid": "5b1451fc-5816-4334-bb62-44dc53e22549",
    "Uid": "39e8b9ca-e32b-4b3c-b316-eebb79eff0e1",
    "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:24:50.3936116+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": "1307fed0-fd61-4ed8-9391-24712ecbaa32",
  "Uid": "f4871134-3d53-4e70-bc2b-691dd00603d1",
  "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:24:50.3936116+00:00",
  "UpdatedBy": "sample string 25"
}

application/xml, text/xml

Sample:
<ClientContactViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
  <DateUpdated>2025-10-27T13:24:50.3936116+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>f4871134-3d53-4e70-bc2b-691dd00603d1</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:24:50.3936116+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>69ca894d-a5ab-4f30-bde4-4d8dfccc4c24</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>eb84aa59-ffa7-4f02-88fe-82edc948bcdd</ClientGuid>
    <Company>
      <DateUpdated>2025-10-27T13:24:50.3936116+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>ed5303da-0d29-4c25-aedb-9dfe2ca409a7</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>043a658a-80d3-4de5-9688-766249be5232</CompanyGuid>
      <Country>
        <DateUpdated>2025-10-27T13:24:50.3936116+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>2654d507-9079-4193-98a2-99a4cd4939bd</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>95140f32-7b63-49b1-a0cb-845eb5595235</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:24:50.3936116+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>d23a924c-3ef5-43e7-9d3f-19170b7c19fd</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>3767a7da-238c-4f00-a3e4-d02b27333860</PortalGuid>
      <PortalUid>01fabbff-1668-4476-ba02-834351909c18</PortalUid>
      <PostCode>sample string 6</PostCode>
    </Company>
    <Country>
      <DateUpdated>2025-10-27T13:24:50.3936116+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>2654d507-9079-4193-98a2-99a4cd4939bd</Uid>
      <UpdatedBy>sample string 5</UpdatedBy>
      <CountryGuid>95140f32-7b63-49b1-a0cb-845eb5595235</CountryGuid>
      <Iso3Code>sample string 1</Iso3Code>
      <Name>sample string 2</Name>
      <Portal>
        <DateUpdated>2025-10-27T13:24:50.3936116+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>d23a924c-3ef5-43e7-9d3f-19170b7c19fd</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>1307fed0-fd61-4ed8-9391-24712ecbaa32</ClientContactGuid>
  <ClientSite>
    <DateUpdated>2025-10-27T13:24:50.3936116+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>39e8b9ca-e32b-4b3c-b316-eebb79eff0e1</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:24:50.3936116+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>69ca894d-a5ab-4f30-bde4-4d8dfccc4c24</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>eb84aa59-ffa7-4f02-88fe-82edc948bcdd</ClientGuid>
      <Company>
        <DateUpdated>2025-10-27T13:24:50.3936116+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>ed5303da-0d29-4c25-aedb-9dfe2ca409a7</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>043a658a-80d3-4de5-9688-766249be5232</CompanyGuid>
        <Country>
          <DateUpdated>2025-10-27T13:24:50.3936116+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>2654d507-9079-4193-98a2-99a4cd4939bd</Uid>
          <UpdatedBy>sample string 5</UpdatedBy>
          <CountryGuid>95140f32-7b63-49b1-a0cb-845eb5595235</CountryGuid>
          <Iso3Code>sample string 1</Iso3Code>
          <Name>sample string 2</Name>
          <Portal>
            <DateUpdated>2025-10-27T13:24:50.3936116+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>d23a924c-3ef5-43e7-9d3f-19170b7c19fd</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>3767a7da-238c-4f00-a3e4-d02b27333860</PortalGuid>
        <PortalUid>01fabbff-1668-4476-ba02-834351909c18</PortalUid>
        <PostCode>sample string 6</PostCode>
      </Company>
      <Country>
        <DateUpdated>2025-10-27T13:24:50.3936116+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>2654d507-9079-4193-98a2-99a4cd4939bd</Uid>
        <UpdatedBy>sample string 5</UpdatedBy>
        <CountryGuid>95140f32-7b63-49b1-a0cb-845eb5595235</CountryGuid>
        <Iso3Code>sample string 1</Iso3Code>
        <Name>sample string 2</Name>
        <Portal>
          <DateUpdated>2025-10-27T13:24:50.3936116+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>d23a924c-3ef5-43e7-9d3f-19170b7c19fd</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>5b1451fc-5816-4334-bb62-44dc53e22549</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>
</ClientContactViewModel>