PUT api/v1/clients/contacts/{clientContactUid}
Updates the client contact by the specified client contact UID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientContactUid |
The client contact UID. |
globally unique identifier |
Required |
Body Parameters
The client contact.
ClientContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientSite |
The client site. |
globally unique identifier |
None. |
| Forename |
The client contact forename. |
string |
String length: inclusive between 0 and 100 |
| Surname |
The client contact surname. |
string |
String length: inclusive between 0 and 100 |
| JobTitle |
The client contact job title. |
string |
String length: inclusive between 0 and 100 |
| Telephone |
The client contact telephone number. |
string |
String length: inclusive between 0 and 100 |
| Mobile |
The client contact mobile telephone number. |
string |
String length: inclusive between 0 and 100 |
|
The client contact email address. |
string |
String length: inclusive between 0 and 100 |
|
| Logon |
The client contacts login |
string |
String length: inclusive between 0 and 255 |
| Password |
The client contacts password |
string |
String length: inclusive between 0 and 255 |
| CanEditClient |
Can the client contact edit the client details |
boolean |
None. |
| CanTimesheetViewOwn |
Can the client contact view their own timesheets |
boolean |
None. |
| CanTimesheetOwnSubmit |
Can the client contact submit their own timesheets |
boolean |
None. |
| CanTimesheetOwnApprove |
Can the client contact approve their own timesheets |
boolean |
None. |
| CanTimesheetOwnAuthorise |
Can the client contact authorise their own timesheets |
boolean |
None. |
| CanTimesheetOwnReject |
Cam the client contact reject their own timesheets |
boolean |
None. |
| CanTimesheetOwnApproveAndAuthorise |
Cam the client contact approve and authorise their own timesheets |
boolean |
None. |
| CanTimesheetViewAny |
Can the client contact view any timesheets for the client |
boolean |
None. |
| CanTimesheetAnySubmit |
Can the client contact submit any timesheets for the client |
boolean |
None. |
| CanTimesheetAnyApprove |
Can the client contact approve any timesheets for the client |
boolean |
None. |
| CanTimesheetAnyAuthorise |
Can the client contact authorise any timesheets for the client |
boolean |
None. |
| CanTimesheetAnyReject |
Can the client contact reject any timesheets for the client |
boolean |
None. |
| CanTimesheetAnyApproveAndAuthorise |
Can the client contact approve and authorise any timesheets for the client |
boolean |
None. |
| CanTimesheetNotificationOverride |
Can the client contact overide the timesheet notification settings |
boolean |
None. |
| TimesheetNotification |
If overriding, the notification status |
boolean |
None. |
Request Formats
application/json, text/json
{
"ClientSite": "f65c38df-9a5d-48b8-a33e-6bf0ffe5f636",
"Forename": "sample string 2",
"Surname": "sample string 3",
"JobTitle": "sample string 4",
"Telephone": "sample string 5",
"Mobile": "sample string 6",
"Email": "sample string 7",
"Logon": "sample string 8",
"Password": "sample string 9",
"CanEditClient": true,
"CanTimesheetViewOwn": true,
"CanTimesheetOwnSubmit": true,
"CanTimesheetOwnApprove": true,
"CanTimesheetOwnAuthorise": true,
"CanTimesheetOwnReject": true,
"CanTimesheetOwnApproveAndAuthorise": true,
"CanTimesheetViewAny": true,
"CanTimesheetAnySubmit": true,
"CanTimesheetAnyApprove": true,
"CanTimesheetAnyAuthorise": true,
"CanTimesheetAnyReject": true,
"CanTimesheetAnyApproveAndAuthorise": true,
"CanTimesheetNotificationOverride": true,
"TimesheetNotification": true
}
application/xml, text/xml
<ClientContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models"> <CanEditClient>true</CanEditClient> <CanTimesheetAnyApprove>true</CanTimesheetAnyApprove> <CanTimesheetAnyApproveAndAuthorise>true</CanTimesheetAnyApproveAndAuthorise> <CanTimesheetAnyAuthorise>true</CanTimesheetAnyAuthorise> <CanTimesheetAnyReject>true</CanTimesheetAnyReject> <CanTimesheetAnySubmit>true</CanTimesheetAnySubmit> <CanTimesheetNotificationOverride>true</CanTimesheetNotificationOverride> <CanTimesheetOwnApprove>true</CanTimesheetOwnApprove> <CanTimesheetOwnApproveAndAuthorise>true</CanTimesheetOwnApproveAndAuthorise> <CanTimesheetOwnAuthorise>true</CanTimesheetOwnAuthorise> <CanTimesheetOwnReject>true</CanTimesheetOwnReject> <CanTimesheetOwnSubmit>true</CanTimesheetOwnSubmit> <CanTimesheetViewAny>true</CanTimesheetViewAny> <CanTimesheetViewOwn>true</CanTimesheetViewOwn> <ClientSite>f65c38df-9a5d-48b8-a33e-6bf0ffe5f636</ClientSite> <Email>sample string 7</Email> <Forename>sample string 2</Forename> <JobTitle>sample string 4</JobTitle> <Logon>sample string 8</Logon> <Mobile>sample string 6</Mobile> <Password>sample string 9</Password> <Surname>sample string 3</Surname> <Telephone>sample string 5</Telephone> <TimesheetNotification>true</TimesheetNotification> </ClientContact>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the updated client contact.
ClientContactViewModel| Name | Description | Type | Additional 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. |
|
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
{
"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": "47be856c-0169-478d-9506-babf54a9ebdd",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "c59904f4-f6e1-4393-b9fb-8fcb472a9c8f",
"Uid": "72445ff3-3144-4ddf-94d5-1c12a0cd7664",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+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": "47be856c-0169-478d-9506-babf54a9ebdd",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "c59904f4-f6e1-4393-b9fb-8fcb472a9c8f",
"Uid": "72445ff3-3144-4ddf-94d5-1c12a0cd7664",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "567553c7-addc-40ca-8eec-fcd9f8847073",
"PortalGuid": "4e5a6cf6-a7ae-4f1b-bdef-12f110b5455c",
"CompanyGuid": "3e154b96-6955-478d-b70e-c408beb90932",
"Uid": "97a64e7d-bc58-4349-9d01-6c43a66812a3",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "f603b116-979b-48f5-99a1-cc1e6b2431e0",
"Uid": "75a5eb25-786d-49b9-b721-d4672dbcfa17",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+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": "47be856c-0169-478d-9506-babf54a9ebdd",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "c59904f4-f6e1-4393-b9fb-8fcb472a9c8f",
"Uid": "72445ff3-3144-4ddf-94d5-1c12a0cd7664",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+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": "47be856c-0169-478d-9506-babf54a9ebdd",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "c59904f4-f6e1-4393-b9fb-8fcb472a9c8f",
"Uid": "72445ff3-3144-4ddf-94d5-1c12a0cd7664",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "567553c7-addc-40ca-8eec-fcd9f8847073",
"PortalGuid": "4e5a6cf6-a7ae-4f1b-bdef-12f110b5455c",
"CompanyGuid": "3e154b96-6955-478d-b70e-c408beb90932",
"Uid": "97a64e7d-bc58-4349-9d01-6c43a66812a3",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "f603b116-979b-48f5-99a1-cc1e6b2431e0",
"Uid": "75a5eb25-786d-49b9-b721-d4672dbcfa17",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 11"
},
"ClientSiteGuid": "00c3ec74-f3f8-49e0-821f-9a77a9042d60",
"Uid": "3c322037-1b42-40f5-aa7d-1d3969893248",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+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": "6f2e6099-9caa-42fe-84b5-627964094dce",
"Uid": "4b674c36-b19d-41a6-89aa-109126252ed0",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:01:48.5149088+00:00",
"UpdatedBy": "sample string 25"
}
application/xml, text/xml
<ClientContactViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
<DateUpdated>2025-10-27T14:01:48.5149088+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>4b674c36-b19d-41a6-89aa-109126252ed0</Uid>
<UpdatedBy>sample string 25</UpdatedBy>
<CanEditClient>true</CanEditClient>
<CanTimesheetAnyApprove>true</CanTimesheetAnyApprove>
<CanTimesheetAnyApproveAndAuthorise>true</CanTimesheetAnyApproveAndAuthorise>
<CanTimesheetAnyAuthorise>true</CanTimesheetAnyAuthorise>
<CanTimesheetAnyReject>true</CanTimesheetAnyReject>
<CanTimesheetAnySubmit>true</CanTimesheetAnySubmit>
<CanTimesheetAnyView>true</CanTimesheetAnyView>
<CanTimesheetNotificationOverride>true</CanTimesheetNotificationOverride>
<CanTimesheetOwnApprove>true</CanTimesheetOwnApprove>
<CanTimesheetOwnApproveAndAuthorise>true</CanTimesheetOwnApproveAndAuthorise>
<CanTimesheetOwnAuthorise>true</CanTimesheetOwnAuthorise>
<CanTimesheetOwnReject>true</CanTimesheetOwnReject>
<CanTimesheetOwnSubmit>true</CanTimesheetOwnSubmit>
<CanTimesheetOwnView>true</CanTimesheetOwnView>
<Client>
<DateUpdated>2025-10-27T14:01:48.5149088+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>75a5eb25-786d-49b9-b721-d4672dbcfa17</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>f603b116-979b-48f5-99a1-cc1e6b2431e0</ClientGuid>
<Company>
<DateUpdated>2025-10-27T14:01:48.5149088+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>97a64e7d-bc58-4349-9d01-6c43a66812a3</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>3e154b96-6955-478d-b70e-c408beb90932</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T14:01:48.5149088+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>72445ff3-3144-4ddf-94d5-1c12a0cd7664</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>c59904f4-f6e1-4393-b9fb-8fcb472a9c8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T14:01:48.5149088+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>47be856c-0169-478d-9506-babf54a9ebdd</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>4e5a6cf6-a7ae-4f1b-bdef-12f110b5455c</PortalGuid>
<PortalUid>567553c7-addc-40ca-8eec-fcd9f8847073</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T14:01:48.5149088+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>72445ff3-3144-4ddf-94d5-1c12a0cd7664</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>c59904f4-f6e1-4393-b9fb-8fcb472a9c8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T14:01:48.5149088+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>47be856c-0169-478d-9506-babf54a9ebdd</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>6f2e6099-9caa-42fe-84b5-627964094dce</ClientContactGuid>
<ClientSite>
<DateUpdated>2025-10-27T14:01:48.5149088+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>3c322037-1b42-40f5-aa7d-1d3969893248</Uid>
<UpdatedBy>sample string 13</UpdatedBy>
<AddressLine1>sample string 2</AddressLine1>
<AddressLine2>sample string 3</AddressLine2>
<AddressLine3>sample string 4</AddressLine3>
<AddressLine4>sample string 5</AddressLine4>
<Client>
<DateUpdated>2025-10-27T14:01:48.5149088+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>75a5eb25-786d-49b9-b721-d4672dbcfa17</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>f603b116-979b-48f5-99a1-cc1e6b2431e0</ClientGuid>
<Company>
<DateUpdated>2025-10-27T14:01:48.5149088+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>97a64e7d-bc58-4349-9d01-6c43a66812a3</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>3e154b96-6955-478d-b70e-c408beb90932</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T14:01:48.5149088+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>72445ff3-3144-4ddf-94d5-1c12a0cd7664</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>c59904f4-f6e1-4393-b9fb-8fcb472a9c8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T14:01:48.5149088+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>47be856c-0169-478d-9506-babf54a9ebdd</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>4e5a6cf6-a7ae-4f1b-bdef-12f110b5455c</PortalGuid>
<PortalUid>567553c7-addc-40ca-8eec-fcd9f8847073</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T14:01:48.5149088+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>72445ff3-3144-4ddf-94d5-1c12a0cd7664</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>c59904f4-f6e1-4393-b9fb-8fcb472a9c8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T14:01:48.5149088+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>47be856c-0169-478d-9506-babf54a9ebdd</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>00c3ec74-f3f8-49e0-821f-9a77a9042d60</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>