PUT api/v1/clients/{clientUid}/vacancies/{vacancyUid}
Update the client vacancy by the specified client vacancy UID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientUid |
The client UID. |
globally unique identifier |
Required |
| vacancyUid |
The vacancy UID. |
globally unique identifier |
Required |
Body Parameters
The vacancy details.
ClientVacancy| Name | Description | Type | Additional information |
|---|---|---|---|
| Benefits |
The benefits for the vacancy. |
string |
String length: inclusive between 0 and 100 |
| RequiredQualifications |
The required qualifications for the vacancy. |
Collection of string |
None. |
| RequiredSkills |
The required skills for the vacancy. |
Collection of string |
None. |
| Portal |
The portal. |
globally unique identifier |
Required |
| Company |
The company. |
globally unique identifier |
Required |
| JobType |
The job type. |
globally unique identifier |
Required |
| Client |
The client. |
globally unique identifier |
None. |
| JobTitle |
The job title. |
string |
Required String length: inclusive between 0 and 255 |
| JobDescription |
The job description. |
string |
None. |
| Industry |
The industry discipline. |
string |
String length: inclusive between 0 and 100 |
| Discipline |
The industry discipline. |
string |
String length: inclusive between 0 and 100 |
| SubDiscipline |
The sub discipline. |
string |
String length: inclusive between 0 and 100 |
| Country |
The country. |
string |
String length: inclusive between 0 and 100 |
| Region |
The region. |
string |
String length: inclusive between 0 and 100 |
| Location |
The location. |
string |
String length: inclusive between 0 and 100 |
| SalaryBanding |
The salary banding. |
globally unique identifier |
None. |
| Salary |
The salary. |
string |
String length: inclusive between 0 and 100 |
| Consultant |
The consultant. |
globally unique identifier |
None. |
| StartDate |
The start date. |
date |
None. |
| EndDate |
The end date. |
date |
None. |
| DatePosted |
The date posted. |
date |
None. |
| Duration |
The duration. |
string |
String length: inclusive between 0 and 100 |
| Division |
The division. |
string |
String length: inclusive between 0 and 100 |
| Classification |
The classification. |
string |
String length: inclusive between 0 and 100 |
| Reference |
The job reference. |
string |
String length: inclusive between 0 and 100 |
| DateUpdated |
The date time that the job was last updated |
date |
None. |
| Longitude |
The longitude of the vacancy |
integer |
None. |
| Latitude |
The latitude of the vacancy |
integer |
None. |
| Source |
The job source |
string |
None. |
Request Formats
application/json, text/json
{
"Benefits": "sample string 1",
"RequiredQualifications": [
"sample string 1",
"sample string 2"
],
"RequiredSkills": [
"sample string 1",
"sample string 2"
],
"Portal": "b0df150f-1a9b-4a38-8d34-0f8bf09199bf",
"Company": "caaaa3d9-b607-4fe3-93b3-0193676972b8",
"JobType": "9a65e211-ce0d-4358-87b8-4a6bd76a81a9",
"Client": "21db9642-eedf-497e-a94a-500e41a5166a",
"JobTitle": "sample string 6",
"JobDescription": "sample string 7",
"Industry": "sample string 8",
"Discipline": "sample string 9",
"SubDiscipline": "sample string 10",
"Country": "sample string 11",
"Region": "sample string 12",
"Location": "sample string 13",
"SalaryBanding": "758dd9d9-7c5c-4e58-9050-1604ca84330b",
"Salary": "sample string 15",
"Consultant": "b53e412b-9c61-4ee0-9abe-0c701cb03d7c",
"StartDate": "2025-10-27T13:59:11.0336017+00:00",
"EndDate": "2025-10-27T13:59:11.0336017+00:00",
"DatePosted": "2025-10-27T13:59:11.0336017+00:00",
"Duration": "sample string 17",
"Division": "sample string 18",
"Classification": "sample string 19",
"Reference": "sample string 20",
"DateUpdated": "2025-10-27T13:59:11.0336017+00:00",
"Longitude": 1,
"Latitude": 1,
"Source": "sample string 22"
}
application/xml, text/xml
<ClientVacancy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<Classification>sample string 19</Classification>
<Client>21db9642-eedf-497e-a94a-500e41a5166a</Client>
<Company>caaaa3d9-b607-4fe3-93b3-0193676972b8</Company>
<Consultant>b53e412b-9c61-4ee0-9abe-0c701cb03d7c</Consultant>
<Country>sample string 11</Country>
<DatePosted>2025-10-27T13:59:11.0336017+00:00</DatePosted>
<DateUpdated>2025-10-27T13:59:11.0336017+00:00</DateUpdated>
<Discipline>sample string 9</Discipline>
<Division>sample string 18</Division>
<Duration>sample string 17</Duration>
<EndDate>2025-10-27T13:59:11.0336017+00:00</EndDate>
<Industry>sample string 8</Industry>
<JobDescription>sample string 7</JobDescription>
<JobTitle>sample string 6</JobTitle>
<JobType>9a65e211-ce0d-4358-87b8-4a6bd76a81a9</JobType>
<Latitude>1</Latitude>
<Location>sample string 13</Location>
<Longitude>1</Longitude>
<Portal>b0df150f-1a9b-4a38-8d34-0f8bf09199bf</Portal>
<Reference>sample string 20</Reference>
<Region>sample string 12</Region>
<Salary>sample string 15</Salary>
<SalaryBanding>758dd9d9-7c5c-4e58-9050-1604ca84330b</SalaryBanding>
<Source>sample string 22</Source>
<StartDate>2025-10-27T13:59:11.0336017+00:00</StartDate>
<SubDiscipline>sample string 10</SubDiscipline>
<Benefits>sample string 1</Benefits>
<RequiredQualifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</RequiredQualifications>
<RequiredSkills xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</RequiredSkills>
</ClientVacancy>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the updated client vacancy.
JobViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JobType |
The job type. |
JobTypeViewModel |
None. |
| Portal |
The portal. |
PortalViewModel |
None. |
| Company |
The company. |
CompanyViewModel |
None. |
| Client |
The client. |
ClientViewModel |
None. |
| JobTitle |
The job title. |
string |
None. |
| JobDescription |
The job description. |
string |
None. |
| Industry |
The industry discipline. |
string |
None. |
| Discipline |
The industry discipline. |
string |
String length: inclusive between 0 and 100 |
| SubDiscipline |
The sub discipline. |
string |
None. |
| Country |
The country. |
string |
None. |
| Region |
The region. |
string |
None. |
| Location |
The location. |
string |
String length: inclusive between 0 and 100 |
| SalaryBanding |
The salary banding. |
SalaryBandingViewModel |
None. |
| Salary |
The salary. |
string |
None. |
| Consultant |
The consultant. |
ConsultantViewModel |
None. |
| StartDate |
The start date. |
date |
None. |
| EndDate |
The end date. |
date |
None. |
| DatePosted |
The date posted. |
date |
None. |
| Duration |
The duration. |
string |
None. |
| Division |
The division. |
string |
None. |
| Classification |
The classification. |
string |
None. |
| Reference |
The job reference. |
string |
None. |
| VacancySource |
The vacancy source. |
string |
None. |
| DateUpdated |
The date that the job was last updated |
date |
None. |
| Longitude |
The longitude of the vacnacy |
decimal number |
None. |
| Latitude |
The latitude of the vacancy |
decimal number |
None. |
| VacancyUid |
The vacancy uid |
globally unique identifier |
None. |
| JobGuid |
The unique identifier for this job |
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
{
"JobType": {
"Name": "sample string 1",
"Portal": {
"Name": "sample string 1",
"Uid": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "91dd6978-3b3b-4630-8fe0-191cc22f497f",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"Portal": {
"Name": "sample string 1",
"Uid": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"Company": {
"Name": "sample string 1",
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"AddressLine3": "sample string 4",
"AddressLine4": "sample string 5",
"PostCode": "sample string 6",
"Country": {
"Iso3Code": "sample string 1",
"Name": "sample string 2",
"Portal": {
"Name": "sample string 1",
"Uid": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "16c05273-977e-4496-b4c6-4a951838dda3",
"Uid": "48525908-5275-4411-9eb1-25b499a4f3d0",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "1d26940a-d3e4-4689-b340-727b2b69e1db",
"PortalGuid": "7825d7d1-a867-446e-8291-a24c1191f2bf",
"CompanyGuid": "e2699999-5cc8-4b36-8438-9c76560b975f",
"Uid": "6e4a4855-bcf1-4965-a51c-badadda0b206",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 13"
},
"Client": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"Name": "sample string 5",
"PostCode": "sample string 6",
"Country": {
"Iso3Code": "sample string 1",
"Name": "sample string 2",
"Portal": {
"Name": "sample string 1",
"Uid": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "16c05273-977e-4496-b4c6-4a951838dda3",
"Uid": "48525908-5275-4411-9eb1-25b499a4f3d0",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+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": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "16c05273-977e-4496-b4c6-4a951838dda3",
"Uid": "48525908-5275-4411-9eb1-25b499a4f3d0",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "1d26940a-d3e4-4689-b340-727b2b69e1db",
"PortalGuid": "7825d7d1-a867-446e-8291-a24c1191f2bf",
"CompanyGuid": "e2699999-5cc8-4b36-8438-9c76560b975f",
"Uid": "6e4a4855-bcf1-4965-a51c-badadda0b206",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "6e8140a8-e353-4549-b260-385a979bfb32",
"Uid": "f85a02fe-c0c7-4921-a4e7-4532c571b643",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 11"
},
"JobTitle": "sample string 1",
"JobDescription": "sample string 2",
"Industry": "sample string 3",
"Discipline": "sample string 4",
"SubDiscipline": "sample string 5",
"Country": "sample string 6",
"Region": "sample string 7",
"Location": "sample string 8",
"SalaryBanding": {
"Name": "sample string 1",
"MinimumValue": 2.1,
"MaximumValue": 3.1,
"Portal": {
"Name": "sample string 1",
"Uid": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "8a59660b-c4b7-4c87-b0a8-5b9f8d12c7d6",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 5"
},
"Salary": "sample string 9",
"Consultant": {
"Email": "sample string 1",
"Forename": "sample string 2",
"Surname": "sample string 3",
"JobTitle": "sample string 4",
"Mobile": "sample string 5",
"OtherNames": "sample string 6",
"Telephone": "sample string 7",
"Company": {
"Name": "sample string 1",
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"AddressLine3": "sample string 4",
"AddressLine4": "sample string 5",
"PostCode": "sample string 6",
"Country": {
"Iso3Code": "sample string 1",
"Name": "sample string 2",
"Portal": {
"Name": "sample string 1",
"Uid": "e13c2b40-b01f-41b3-8e02-6f64f1502d04",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "16c05273-977e-4496-b4c6-4a951838dda3",
"Uid": "48525908-5275-4411-9eb1-25b499a4f3d0",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "1d26940a-d3e4-4689-b340-727b2b69e1db",
"PortalGuid": "7825d7d1-a867-446e-8291-a24c1191f2bf",
"CompanyGuid": "e2699999-5cc8-4b36-8438-9c76560b975f",
"Uid": "6e4a4855-bcf1-4965-a51c-badadda0b206",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 13"
},
"ConsultantGuid": "45fced7c-aa4a-41ac-86b2-1c236a3f3aed",
"Uid": "3077d62a-dba1-4b91-b755-492c2e400667",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"UpdatedBy": "sample string 10"
},
"StartDate": "2025-10-27T13:59:11.0492261+00:00",
"EndDate": "2025-10-27T13:59:11.0492261+00:00",
"DatePosted": "2025-10-27T13:59:11.0492261+00:00",
"Duration": "sample string 10",
"Division": "sample string 11",
"Classification": "sample string 12",
"Reference": "sample string 13",
"VacancySource": "sample string 14",
"DateUpdated": "2025-10-27T13:59:11.0492261+00:00",
"Longitude": 1.1,
"Latitude": 1.1,
"VacancyUid": "e094401f-2931-4ad9-ab5a-88bb03fa7754",
"JobGuid": "7f6ed7d8-0f99-458e-aa09-e7fa82d0a241",
"Uid": "5a88dea1-8d24-446f-b57c-db23de4644fd",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"UpdatedBy": "sample string 17"
}
application/xml, text/xml
<JobViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
<DateUpdated xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:dateTime">2025-10-27T13:59:11.0492261+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>5a88dea1-8d24-446f-b57c-db23de4644fd</Uid>
<UpdatedBy>sample string 17</UpdatedBy>
<Classification>sample string 12</Classification>
<Client>
<DateUpdated>2025-10-27T13:59:11.0492261+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>f85a02fe-c0c7-4921-a4e7-4532c571b643</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>6e8140a8-e353-4549-b260-385a979bfb32</ClientGuid>
<Company>
<DateUpdated>2025-10-27T13:59:11.0492261+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>6e4a4855-bcf1-4965-a51c-badadda0b206</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>e2699999-5cc8-4b36-8438-9c76560b975f</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:59:11.0492261+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>48525908-5275-4411-9eb1-25b499a4f3d0</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>16c05273-977e-4496-b4c6-4a951838dda3</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</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>7825d7d1-a867-446e-8291-a24c1191f2bf</PortalGuid>
<PortalUid>1d26940a-d3e4-4689-b340-727b2b69e1db</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T13:59:11.0492261+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>48525908-5275-4411-9eb1-25b499a4f3d0</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>16c05273-977e-4496-b4c6-4a951838dda3</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</Country>
<Name>sample string 5</Name>
<PostCode>sample string 6</PostCode>
<ReferenceNumber>sample string 7</ReferenceNumber>
<TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
</Client>
<Company>
<DateUpdated>2025-10-27T13:59:11.0492261+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>6e4a4855-bcf1-4965-a51c-badadda0b206</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>e2699999-5cc8-4b36-8438-9c76560b975f</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:59:11.0492261+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>48525908-5275-4411-9eb1-25b499a4f3d0</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>16c05273-977e-4496-b4c6-4a951838dda3</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</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>7825d7d1-a867-446e-8291-a24c1191f2bf</PortalGuid>
<PortalUid>1d26940a-d3e4-4689-b340-727b2b69e1db</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Consultant>
<DateUpdated>2025-10-27T13:59:11.0492261+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>3077d62a-dba1-4b91-b755-492c2e400667</Uid>
<UpdatedBy>sample string 10</UpdatedBy>
<Company>
<DateUpdated>2025-10-27T13:59:11.0492261+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>6e4a4855-bcf1-4965-a51c-badadda0b206</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>e2699999-5cc8-4b36-8438-9c76560b975f</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:59:11.0492261+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>48525908-5275-4411-9eb1-25b499a4f3d0</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>16c05273-977e-4496-b4c6-4a951838dda3</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</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>7825d7d1-a867-446e-8291-a24c1191f2bf</PortalGuid>
<PortalUid>1d26940a-d3e4-4689-b340-727b2b69e1db</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<ConsultantGuid>45fced7c-aa4a-41ac-86b2-1c236a3f3aed</ConsultantGuid>
<Email>sample string 1</Email>
<Forename>sample string 2</Forename>
<JobTitle>sample string 4</JobTitle>
<Mobile>sample string 5</Mobile>
<OtherNames>sample string 6</OtherNames>
<Surname>sample string 3</Surname>
<Telephone>sample string 7</Telephone>
</Consultant>
<Country>sample string 6</Country>
<DatePosted>2025-10-27T13:59:11.0492261+00:00</DatePosted>
<DateUpdated xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:dateTime">2025-10-27T13:59:11.0492261+00:00</DateUpdated>
<Discipline>sample string 4</Discipline>
<Division>sample string 11</Division>
<Duration>sample string 10</Duration>
<EndDate>2025-10-27T13:59:11.0492261+00:00</EndDate>
<Industry>sample string 3</Industry>
<JobDescription>sample string 2</JobDescription>
<JobGuid>7f6ed7d8-0f99-458e-aa09-e7fa82d0a241</JobGuid>
<JobTitle>sample string 1</JobTitle>
<JobType>
<DateUpdated>2025-10-27T13:59:11.0492261+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>91dd6978-3b3b-4630-8fe0-191cc22f497f</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</JobType>
<Latitude>1.1</Latitude>
<Location>sample string 8</Location>
<Longitude>1.1</Longitude>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
<Reference>sample string 13</Reference>
<Region>sample string 7</Region>
<Salary>sample string 9</Salary>
<SalaryBanding>
<DateUpdated>2025-10-27T13:59:11.0492261+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>8a59660b-c4b7-4c87-b0a8-5b9f8d12c7d6</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<MaximumValue>3.1</MaximumValue>
<MinimumValue>2.1</MinimumValue>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-10-27T13:59:11.0492261+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>e13c2b40-b01f-41b3-8e02-6f64f1502d04</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</SalaryBanding>
<StartDate>2025-10-27T13:59:11.0492261+00:00</StartDate>
<SubDiscipline>sample string 5</SubDiscipline>
<VacancySource>sample string 14</VacancySource>
<VacancyUid>e094401f-2931-4ad9-ab5a-88bb03fa7754</VacancyUid>
</JobViewModel>