PUT api/v1/portals/{portalUid}/customer/jobs/{jobGuid}
Updates the job.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
The customer portal |
globally unique identifier |
Required |
| jobGuid |
The job UID. |
globally unique identifier |
Required |
Body Parameters
The job.
Job| Name | Description | Type | Additional information |
|---|---|---|---|
| JobType |
The job type. |
globally unique identifier |
Required |
| Portal |
The portal. |
globally unique identifier |
None. |
| Company |
The company. |
globally unique identifier |
None. |
| 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
{
"JobType": "47b85c8d-9c64-4762-8ea5-336789f6ca53",
"Portal": "58ec3e76-7ae4-4038-8ee9-eb53ee5902cb",
"Company": "68aaa244-fd42-42af-be3a-c7a7db34d0e3",
"Client": "bfcff9ef-e35f-4ffe-ac2a-4e5c226b6953",
"JobTitle": "sample string 5",
"JobDescription": "sample string 6",
"Industry": "sample string 7",
"Discipline": "sample string 8",
"SubDiscipline": "sample string 9",
"Country": "sample string 10",
"Region": "sample string 11",
"Location": "sample string 12",
"SalaryBanding": "63b79c99-43f7-43b5-ae33-096996052636",
"Salary": "sample string 14",
"Consultant": "fa6421b4-7b02-4e0b-826e-f264428329d9",
"StartDate": "2025-12-21T17:57:20.6684988+00:00",
"EndDate": "2025-12-21T17:57:20.6684988+00:00",
"DatePosted": "2025-12-21T17:57:20.6684988+00:00",
"Duration": "sample string 16",
"Division": "sample string 17",
"Classification": "sample string 18",
"Reference": "sample string 19",
"DateUpdated": "2025-12-21T17:57:20.6684988+00:00",
"Longitude": 1,
"Latitude": 1,
"Source": "sample string 21"
}
application/xml, text/xml
<Job xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models"> <Classification>sample string 18</Classification> <Client>bfcff9ef-e35f-4ffe-ac2a-4e5c226b6953</Client> <Company>68aaa244-fd42-42af-be3a-c7a7db34d0e3</Company> <Consultant>fa6421b4-7b02-4e0b-826e-f264428329d9</Consultant> <Country>sample string 10</Country> <DatePosted>2025-12-21T17:57:20.6684988+00:00</DatePosted> <DateUpdated>2025-12-21T17:57:20.6684988+00:00</DateUpdated> <Discipline>sample string 8</Discipline> <Division>sample string 17</Division> <Duration>sample string 16</Duration> <EndDate>2025-12-21T17:57:20.6684988+00:00</EndDate> <Industry>sample string 7</Industry> <JobDescription>sample string 6</JobDescription> <JobTitle>sample string 5</JobTitle> <JobType>47b85c8d-9c64-4762-8ea5-336789f6ca53</JobType> <Latitude>1</Latitude> <Location>sample string 12</Location> <Longitude>1</Longitude> <Portal>58ec3e76-7ae4-4038-8ee9-eb53ee5902cb</Portal> <Reference>sample string 19</Reference> <Region>sample string 11</Region> <Salary>sample string 14</Salary> <SalaryBanding>63b79c99-43f7-43b5-ae33-096996052636</SalaryBanding> <Source>sample string 21</Source> <StartDate>2025-12-21T17:57:20.6684988+00:00</StartDate> <SubDiscipline>sample string 9</SubDiscipline> </Job>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the updated job.
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": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "72157508-1c81-4965-b2d7-d9efade40bcc",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"Portal": {
"Name": "sample string 1",
"Uid": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+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": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "200556a8-abd1-408a-b0eb-9749808ed8df",
"Uid": "f301f21e-6368-403d-9e03-36383e06885c",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "bbc4efcf-4ba8-47ad-b224-d6e7e7a8b825",
"PortalGuid": "ae03510f-a718-47e3-ab3e-c81423796f2e",
"CompanyGuid": "b49a9d5d-3af9-47df-aa7b-13e9f8edb1f6",
"Uid": "72cf1e6a-2ecd-4b7b-8f9f-01f624640660",
"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:57:20.6684988+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": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "200556a8-abd1-408a-b0eb-9749808ed8df",
"Uid": "f301f21e-6368-403d-9e03-36383e06885c",
"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:57:20.6684988+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": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "200556a8-abd1-408a-b0eb-9749808ed8df",
"Uid": "f301f21e-6368-403d-9e03-36383e06885c",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "bbc4efcf-4ba8-47ad-b224-d6e7e7a8b825",
"PortalGuid": "ae03510f-a718-47e3-ab3e-c81423796f2e",
"CompanyGuid": "b49a9d5d-3af9-47df-aa7b-13e9f8edb1f6",
"Uid": "72cf1e6a-2ecd-4b7b-8f9f-01f624640660",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "c2363b33-5924-4a0f-8155-ade252a9c798",
"Uid": "c2237a8f-2dfd-4fdf-bb7d-0da8ee8c6da4",
"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:57:20.6684988+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": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "51cc127f-dc30-4168-89ad-4dc2de3953dc",
"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:57:20.6684988+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": "3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "200556a8-abd1-408a-b0eb-9749808ed8df",
"Uid": "f301f21e-6368-403d-9e03-36383e06885c",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "bbc4efcf-4ba8-47ad-b224-d6e7e7a8b825",
"PortalGuid": "ae03510f-a718-47e3-ab3e-c81423796f2e",
"CompanyGuid": "b49a9d5d-3af9-47df-aa7b-13e9f8edb1f6",
"Uid": "72cf1e6a-2ecd-4b7b-8f9f-01f624640660",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 13"
},
"ConsultantGuid": "db66fd92-e8bd-4762-a28c-89e38835c492",
"Uid": "4f2dfb53-5f92-49d1-9a5c-c260b394803a",
"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:57:20.6684988+00:00",
"UpdatedBy": "sample string 10"
},
"StartDate": "2025-12-21T17:57:20.6684988+00:00",
"EndDate": "2025-12-21T17:57:20.6684988+00:00",
"DatePosted": "2025-12-21T17:57:20.6684988+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:57:20.6684988+00:00",
"Longitude": 1.1,
"Latitude": 1.1,
"VacancyUid": "a71246fe-1e1d-4730-841e-cfeb8786603a",
"JobGuid": "caefeec4-bf75-459a-a6d0-850ccbef2f5d",
"Uid": "f4f15d6f-8020-4ef6-91e7-cde3498ed964",
"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:57:20.6684988+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>f4f15d6f-8020-4ef6-91e7-cde3498ed964</Uid>
<UpdatedBy>sample string 17</UpdatedBy>
<Classification>sample string 12</Classification>
<Client>
<DateUpdated>2025-12-21T17:57:20.6684988+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>c2237a8f-2dfd-4fdf-bb7d-0da8ee8c6da4</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>c2363b33-5924-4a0f-8155-ade252a9c798</ClientGuid>
<Company>
<DateUpdated>2025-12-21T17:57:20.6684988+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>72cf1e6a-2ecd-4b7b-8f9f-01f624640660</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>b49a9d5d-3af9-47df-aa7b-13e9f8edb1f6</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:57:20.6684988+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>f301f21e-6368-403d-9e03-36383e06885c</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>200556a8-abd1-408a-b0eb-9749808ed8df</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</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>ae03510f-a718-47e3-ab3e-c81423796f2e</PortalGuid>
<PortalUid>bbc4efcf-4ba8-47ad-b224-d6e7e7a8b825</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-12-21T17:57:20.6684988+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>f301f21e-6368-403d-9e03-36383e06885c</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>200556a8-abd1-408a-b0eb-9749808ed8df</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</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:57:20.6684988+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>72cf1e6a-2ecd-4b7b-8f9f-01f624640660</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>b49a9d5d-3af9-47df-aa7b-13e9f8edb1f6</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:57:20.6684988+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>f301f21e-6368-403d-9e03-36383e06885c</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>200556a8-abd1-408a-b0eb-9749808ed8df</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</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>ae03510f-a718-47e3-ab3e-c81423796f2e</PortalGuid>
<PortalUid>bbc4efcf-4ba8-47ad-b224-d6e7e7a8b825</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Consultant>
<DateUpdated>2025-12-21T17:57:20.6684988+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>4f2dfb53-5f92-49d1-9a5c-c260b394803a</Uid>
<UpdatedBy>sample string 10</UpdatedBy>
<Company>
<DateUpdated>2025-12-21T17:57:20.6684988+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>72cf1e6a-2ecd-4b7b-8f9f-01f624640660</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>b49a9d5d-3af9-47df-aa7b-13e9f8edb1f6</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:57:20.6684988+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>f301f21e-6368-403d-9e03-36383e06885c</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>200556a8-abd1-408a-b0eb-9749808ed8df</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</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>ae03510f-a718-47e3-ab3e-c81423796f2e</PortalGuid>
<PortalUid>bbc4efcf-4ba8-47ad-b224-d6e7e7a8b825</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<ConsultantGuid>db66fd92-e8bd-4762-a28c-89e38835c492</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:57:20.6684988+00:00</DatePosted>
<DateUpdated xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:dateTime">2025-12-21T17:57:20.6684988+00:00</DateUpdated>
<Discipline>sample string 4</Discipline>
<Division>sample string 11</Division>
<Duration>sample string 10</Duration>
<EndDate>2025-12-21T17:57:20.6684988+00:00</EndDate>
<Industry>sample string 3</Industry>
<JobDescription>sample string 2</JobDescription>
<JobGuid>caefeec4-bf75-459a-a6d0-850ccbef2f5d</JobGuid>
<JobTitle>sample string 1</JobTitle>
<JobType>
<DateUpdated>2025-12-21T17:57:20.6684988+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>72157508-1c81-4965-b2d7-d9efade40bcc</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-12-21T17:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</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:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</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:57:20.6684988+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>51cc127f-dc30-4168-89ad-4dc2de3953dc</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<MaximumValue>3.1</MaximumValue>
<MinimumValue>2.1</MinimumValue>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-12-21T17:57:20.6684988+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>3f6f49cb-d2a7-4681-ac9d-1e5b6362c2c2</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</SalaryBanding>
<StartDate>2025-12-21T17:57:20.6684988+00:00</StartDate>
<SubDiscipline>sample string 5</SubDiscipline>
<VacancySource>sample string 14</VacancySource>
<VacancyUid>a71246fe-1e1d-4730-841e-cfeb8786603a</VacancyUid>
</JobViewModel>