GET api/v1/clients/{clientUid}/contacts
Gets the client contacts for the client.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientUid |
The client UID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of client contacts.
Collection of 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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "0b2f2266-c1ba-4f9a-9f54-78736061c182",
"PortalGuid": "d8aaa3ad-8374-40ad-9ee1-db82637f9ea3",
"CompanyGuid": "0379c52d-13df-4892-8c03-e4be79293d48",
"Uid": "c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "6164a2e4-c2eb-43ca-957b-08703b8ba9b9",
"Uid": "bf614a55-1b03-4eb5-b19f-c3ef634d18a8",
"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:55:51.1166511+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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "0b2f2266-c1ba-4f9a-9f54-78736061c182",
"PortalGuid": "d8aaa3ad-8374-40ad-9ee1-db82637f9ea3",
"CompanyGuid": "0379c52d-13df-4892-8c03-e4be79293d48",
"Uid": "c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "6164a2e4-c2eb-43ca-957b-08703b8ba9b9",
"Uid": "bf614a55-1b03-4eb5-b19f-c3ef634d18a8",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 11"
},
"ClientSiteGuid": "d219d848-3d2d-4168-b2e5-9eef887a4485",
"Uid": "8802bd9b-033d-4e5a-89c3-2294da15b3ca",
"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:55:51.1166511+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": "b0d83dfc-808e-49de-8d93-a71b83afe029",
"Uid": "39480d00-a8b8-45d1-990d-a23dc28f1e1c",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 25"
},
{
"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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "0b2f2266-c1ba-4f9a-9f54-78736061c182",
"PortalGuid": "d8aaa3ad-8374-40ad-9ee1-db82637f9ea3",
"CompanyGuid": "0379c52d-13df-4892-8c03-e4be79293d48",
"Uid": "c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "6164a2e4-c2eb-43ca-957b-08703b8ba9b9",
"Uid": "bf614a55-1b03-4eb5-b19f-c3ef634d18a8",
"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:55:51.1166511+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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+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": "03f9a844-5e9b-4b8a-b4f3-b0138f88c26f",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "8aff45e1-298e-4a21-aa33-a68e2c417b8f",
"Uid": "4b1e959a-4bb2-412f-8349-7f0154c0c270",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "0b2f2266-c1ba-4f9a-9f54-78736061c182",
"PortalGuid": "d8aaa3ad-8374-40ad-9ee1-db82637f9ea3",
"CompanyGuid": "0379c52d-13df-4892-8c03-e4be79293d48",
"Uid": "c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "6164a2e4-c2eb-43ca-957b-08703b8ba9b9",
"Uid": "bf614a55-1b03-4eb5-b19f-c3ef634d18a8",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 11"
},
"ClientSiteGuid": "d219d848-3d2d-4168-b2e5-9eef887a4485",
"Uid": "8802bd9b-033d-4e5a-89c3-2294da15b3ca",
"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:55:51.1166511+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": "b0d83dfc-808e-49de-8d93-a71b83afe029",
"Uid": "39480d00-a8b8-45d1-990d-a23dc28f1e1c",
"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:55:51.1166511+00:00",
"UpdatedBy": "sample string 25"
}
]
application/xml, text/xml
<ArrayOfClientContactViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
<ClientContactViewModel>
<DateUpdated>2025-10-27T13:55:51.1166511+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>39480d00-a8b8-45d1-990d-a23dc28f1e1c</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:55:51.1166511+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>bf614a55-1b03-4eb5-b19f-c3ef634d18a8</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>6164a2e4-c2eb-43ca-957b-08703b8ba9b9</ClientGuid>
<Company>
<DateUpdated>2025-10-27T13:55:51.1166511+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>c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed</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>0379c52d-13df-4892-8c03-e4be79293d48</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>d8aaa3ad-8374-40ad-9ee1-db82637f9ea3</PortalGuid>
<PortalUid>0b2f2266-c1ba-4f9a-9f54-78736061c182</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>b0d83dfc-808e-49de-8d93-a71b83afe029</ClientContactGuid>
<ClientSite>
<DateUpdated>2025-10-27T13:55:51.1166511+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>8802bd9b-033d-4e5a-89c3-2294da15b3ca</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:55:51.1166511+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>bf614a55-1b03-4eb5-b19f-c3ef634d18a8</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>6164a2e4-c2eb-43ca-957b-08703b8ba9b9</ClientGuid>
<Company>
<DateUpdated>2025-10-27T13:55:51.1166511+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>c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed</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>0379c52d-13df-4892-8c03-e4be79293d48</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>d8aaa3ad-8374-40ad-9ee1-db82637f9ea3</PortalGuid>
<PortalUid>0b2f2266-c1ba-4f9a-9f54-78736061c182</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>d219d848-3d2d-4168-b2e5-9eef887a4485</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>
<ClientContactViewModel>
<DateUpdated>2025-10-27T13:55:51.1166511+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>39480d00-a8b8-45d1-990d-a23dc28f1e1c</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:55:51.1166511+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>bf614a55-1b03-4eb5-b19f-c3ef634d18a8</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>6164a2e4-c2eb-43ca-957b-08703b8ba9b9</ClientGuid>
<Company>
<DateUpdated>2025-10-27T13:55:51.1166511+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>c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed</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>0379c52d-13df-4892-8c03-e4be79293d48</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>d8aaa3ad-8374-40ad-9ee1-db82637f9ea3</PortalGuid>
<PortalUid>0b2f2266-c1ba-4f9a-9f54-78736061c182</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>b0d83dfc-808e-49de-8d93-a71b83afe029</ClientContactGuid>
<ClientSite>
<DateUpdated>2025-10-27T13:55:51.1166511+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>8802bd9b-033d-4e5a-89c3-2294da15b3ca</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:55:51.1166511+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>bf614a55-1b03-4eb5-b19f-c3ef634d18a8</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>6164a2e4-c2eb-43ca-957b-08703b8ba9b9</ClientGuid>
<Company>
<DateUpdated>2025-10-27T13:55:51.1166511+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>c37cf2f8-fcc2-4c1a-b72b-11a9435da8ed</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>0379c52d-13df-4892-8c03-e4be79293d48</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>d8aaa3ad-8374-40ad-9ee1-db82637f9ea3</PortalGuid>
<PortalUid>0b2f2266-c1ba-4f9a-9f54-78736061c182</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T13:55:51.1166511+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>4b1e959a-4bb2-412f-8349-7f0154c0c270</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>8aff45e1-298e-4a21-aa33-a68e2c417b8f</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:51.1166511+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>03f9a844-5e9b-4b8a-b4f3-b0138f88c26f</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>d219d848-3d2d-4168-b2e5-9eef887a4485</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>
</ArrayOfClientContactViewModel>