POST api/v1/clients/{clientUid}/vacancies
Create a new vacancy for the specified client UID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientUid |
The client 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": "40b0258c-c8ef-46d7-bd55-247e40b61b42",
"Company": "dda17f85-dff7-4123-9e27-2d2956555ab6",
"JobType": "5f57e627-ebed-49fb-94aa-973582f7a829",
"Client": "118550f4-96ad-4854-a232-e8e8e19d8a86",
"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": "22c059f9-6e2e-4ef7-9ddf-cd6a640aa9ed",
"Salary": "sample string 15",
"Consultant": "26576a9d-170f-472c-99a8-f9245d87e856",
"StartDate": "2025-12-21T17:56:59.0273188+00:00",
"EndDate": "2025-12-21T17:56:59.0273188+00:00",
"DatePosted": "2025-12-21T17:56:59.0273188+00:00",
"Duration": "sample string 17",
"Division": "sample string 18",
"Classification": "sample string 19",
"Reference": "sample string 20",
"DateUpdated": "2025-12-21T17:56:59.0273188+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>118550f4-96ad-4854-a232-e8e8e19d8a86</Client>
<Company>dda17f85-dff7-4123-9e27-2d2956555ab6</Company>
<Consultant>26576a9d-170f-472c-99a8-f9245d87e856</Consultant>
<Country>sample string 11</Country>
<DatePosted>2025-12-21T17:56:59.0273188+00:00</DatePosted>
<DateUpdated>2025-12-21T17:56:59.0273188+00:00</DateUpdated>
<Discipline>sample string 9</Discipline>
<Division>sample string 18</Division>
<Duration>sample string 17</Duration>
<EndDate>2025-12-21T17:56:59.0273188+00:00</EndDate>
<Industry>sample string 8</Industry>
<JobDescription>sample string 7</JobDescription>
<JobTitle>sample string 6</JobTitle>
<JobType>5f57e627-ebed-49fb-94aa-973582f7a829</JobType>
<Latitude>1</Latitude>
<Location>sample string 13</Location>
<Longitude>1</Longitude>
<Portal>40b0258c-c8ef-46d7-bd55-247e40b61b42</Portal>
<Reference>sample string 20</Reference>
<Region>sample string 12</Region>
<Salary>sample string 15</Salary>
<SalaryBanding>22c059f9-6e2e-4ef7-9ddf-cd6a640aa9ed</SalaryBanding>
<Source>sample string 22</Source>
<StartDate>2025-12-21T17:56:59.0273188+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 created 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": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "12b94dff-2c94-43b7-bf6e-91e58b0cda2c",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"Portal": {
"Name": "sample string 1",
"Uid": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+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": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "fb588010-2d01-469d-9954-99737248b8f0",
"Uid": "a5c8c43b-c97b-4bc0-ac12-9e409dd10396",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "04006164-8305-4bfb-b3ee-fb0a5205aad3",
"PortalGuid": "f2a07ffc-e605-46d1-a8a8-baf5a5db0b36",
"CompanyGuid": "92345c61-fe14-4c22-b69f-82436a9ea437",
"Uid": "8a71ac82-5e44-4c84-b263-4358f15d8fdc",
"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-12-21T17:56:59.05857+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": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "fb588010-2d01-469d-9954-99737248b8f0",
"Uid": "a5c8c43b-c97b-4bc0-ac12-9e409dd10396",
"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-12-21T17:56:59.05857+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": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "fb588010-2d01-469d-9954-99737248b8f0",
"Uid": "a5c8c43b-c97b-4bc0-ac12-9e409dd10396",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "04006164-8305-4bfb-b3ee-fb0a5205aad3",
"PortalGuid": "f2a07ffc-e605-46d1-a8a8-baf5a5db0b36",
"CompanyGuid": "92345c61-fe14-4c22-b69f-82436a9ea437",
"Uid": "8a71ac82-5e44-4c84-b263-4358f15d8fdc",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "0e1f8e84-e06d-49b5-bd39-8ea7be97b76f",
"Uid": "da340cdc-7f96-4551-b425-091d6dd9c78c",
"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-12-21T17:56:59.05857+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": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "fe776ca0-6a0a-4b73-bf93-5303b4472111",
"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-12-21T17:56:59.05857+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": "8b9a6446-6dff-4264-b2c6-2d7c166d68a1",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "fb588010-2d01-469d-9954-99737248b8f0",
"Uid": "a5c8c43b-c97b-4bc0-ac12-9e409dd10396",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "04006164-8305-4bfb-b3ee-fb0a5205aad3",
"PortalGuid": "f2a07ffc-e605-46d1-a8a8-baf5a5db0b36",
"CompanyGuid": "92345c61-fe14-4c22-b69f-82436a9ea437",
"Uid": "8a71ac82-5e44-4c84-b263-4358f15d8fdc",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 13"
},
"ConsultantGuid": "d4c8fe54-6f2b-46c8-8e18-cbbe437332d2",
"Uid": "ff7a975b-ac4d-4b25-9674-ca98c3d2860b",
"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-12-21T17:56:59.05857+00:00",
"UpdatedBy": "sample string 10"
},
"StartDate": "2025-12-21T17:56:59.05857+00:00",
"EndDate": "2025-12-21T17:56:59.05857+00:00",
"DatePosted": "2025-12-21T17:56:59.05857+00:00",
"Duration": "sample string 10",
"Division": "sample string 11",
"Classification": "sample string 12",
"Reference": "sample string 13",
"VacancySource": "sample string 14",
"DateUpdated": "2025-12-21T17:56:59.05857+00:00",
"Longitude": 1.1,
"Latitude": 1.1,
"VacancyUid": "0f480ccd-63ef-4192-a1ac-ec5e6bfe7b84",
"JobGuid": "722e7296-4b98-46d3-b702-88313fb80bae",
"Uid": "998ecd1c-b265-46e4-8778-85feef71365e",
"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-12-21T17:56:59.05857+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>998ecd1c-b265-46e4-8778-85feef71365e</Uid>
<UpdatedBy>sample string 17</UpdatedBy>
<Classification>sample string 12</Classification>
<Client>
<DateUpdated>2025-12-21T17:56:59.05857+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>da340cdc-7f96-4551-b425-091d6dd9c78c</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>0e1f8e84-e06d-49b5-bd39-8ea7be97b76f</ClientGuid>
<Company>
<DateUpdated>2025-12-21T17:56:59.05857+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>8a71ac82-5e44-4c84-b263-4358f15d8fdc</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>92345c61-fe14-4c22-b69f-82436a9ea437</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:56:59.05857+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>a5c8c43b-c97b-4bc0-ac12-9e409dd10396</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>fb588010-2d01-469d-9954-99737248b8f0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</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>f2a07ffc-e605-46d1-a8a8-baf5a5db0b36</PortalGuid>
<PortalUid>04006164-8305-4bfb-b3ee-fb0a5205aad3</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-12-21T17:56:59.05857+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>a5c8c43b-c97b-4bc0-ac12-9e409dd10396</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>fb588010-2d01-469d-9954-99737248b8f0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</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-12-21T17:56:59.05857+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>8a71ac82-5e44-4c84-b263-4358f15d8fdc</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>92345c61-fe14-4c22-b69f-82436a9ea437</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:56:59.05857+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>a5c8c43b-c97b-4bc0-ac12-9e409dd10396</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>fb588010-2d01-469d-9954-99737248b8f0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</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>f2a07ffc-e605-46d1-a8a8-baf5a5db0b36</PortalGuid>
<PortalUid>04006164-8305-4bfb-b3ee-fb0a5205aad3</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Consultant>
<DateUpdated>2025-12-21T17:56:59.05857+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>ff7a975b-ac4d-4b25-9674-ca98c3d2860b</Uid>
<UpdatedBy>sample string 10</UpdatedBy>
<Company>
<DateUpdated>2025-12-21T17:56:59.05857+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>8a71ac82-5e44-4c84-b263-4358f15d8fdc</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>92345c61-fe14-4c22-b69f-82436a9ea437</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:56:59.05857+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>a5c8c43b-c97b-4bc0-ac12-9e409dd10396</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>fb588010-2d01-469d-9954-99737248b8f0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</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>f2a07ffc-e605-46d1-a8a8-baf5a5db0b36</PortalGuid>
<PortalUid>04006164-8305-4bfb-b3ee-fb0a5205aad3</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<ConsultantGuid>d4c8fe54-6f2b-46c8-8e18-cbbe437332d2</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-12-21T17:56:59.05857+00:00</DatePosted>
<DateUpdated xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:dateTime">2025-12-21T17:56:59.05857+00:00</DateUpdated>
<Discipline>sample string 4</Discipline>
<Division>sample string 11</Division>
<Duration>sample string 10</Duration>
<EndDate>2025-12-21T17:56:59.05857+00:00</EndDate>
<Industry>sample string 3</Industry>
<JobDescription>sample string 2</JobDescription>
<JobGuid>722e7296-4b98-46d3-b702-88313fb80bae</JobGuid>
<JobTitle>sample string 1</JobTitle>
<JobType>
<DateUpdated>2025-12-21T17:56:59.05857+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>12b94dff-2c94-43b7-bf6e-91e58b0cda2c</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</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-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</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-12-21T17:56:59.05857+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>fe776ca0-6a0a-4b73-bf93-5303b4472111</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<MaximumValue>3.1</MaximumValue>
<MinimumValue>2.1</MinimumValue>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-12-21T17:56:59.05857+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>8b9a6446-6dff-4264-b2c6-2d7c166d68a1</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</SalaryBanding>
<StartDate>2025-12-21T17:56:59.05857+00:00</StartDate>
<SubDiscipline>sample string 5</SubDiscipline>
<VacancySource>sample string 14</VacancySource>
<VacancyUid>0f480ccd-63ef-4192-a1ac-ec5e6bfe7b84</VacancyUid>
</JobViewModel>