POST api/v1/portals/{portalUid}/customer/jobs
Creates the job.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
The portal 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": "b6874c65-df30-491c-bd90-f3adbf4b1f2d",
"Portal": "eae75ce8-3338-4a4e-9afa-d241d90866b8",
"Company": "3a0735d7-3a74-477e-9053-cf499f32a9d2",
"Client": "77c382fd-1f22-46e2-9cf0-bc59e2edee95",
"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": "120786aa-c39a-40f1-b82b-e881321a0e5e",
"Salary": "sample string 14",
"Consultant": "1139424f-26a9-4d93-a631-f293bb679865",
"StartDate": "2025-12-21T17:54:46.3795072+00:00",
"EndDate": "2025-12-21T17:54:46.3795072+00:00",
"DatePosted": "2025-12-21T17:54:46.3795072+00:00",
"Duration": "sample string 16",
"Division": "sample string 17",
"Classification": "sample string 18",
"Reference": "sample string 19",
"DateUpdated": "2025-12-21T17:54:46.3795072+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>77c382fd-1f22-46e2-9cf0-bc59e2edee95</Client> <Company>3a0735d7-3a74-477e-9053-cf499f32a9d2</Company> <Consultant>1139424f-26a9-4d93-a631-f293bb679865</Consultant> <Country>sample string 10</Country> <DatePosted>2025-12-21T17:54:46.3795072+00:00</DatePosted> <DateUpdated>2025-12-21T17:54:46.3795072+00:00</DateUpdated> <Discipline>sample string 8</Discipline> <Division>sample string 17</Division> <Duration>sample string 16</Duration> <EndDate>2025-12-21T17:54:46.3795072+00:00</EndDate> <Industry>sample string 7</Industry> <JobDescription>sample string 6</JobDescription> <JobTitle>sample string 5</JobTitle> <JobType>b6874c65-df30-491c-bd90-f3adbf4b1f2d</JobType> <Latitude>1</Latitude> <Location>sample string 12</Location> <Longitude>1</Longitude> <Portal>eae75ce8-3338-4a4e-9afa-d241d90866b8</Portal> <Reference>sample string 19</Reference> <Region>sample string 11</Region> <Salary>sample string 14</Salary> <SalaryBanding>120786aa-c39a-40f1-b82b-e881321a0e5e</SalaryBanding> <Source>sample string 21</Source> <StartDate>2025-12-21T17:54:46.3795072+00:00</StartDate> <SubDiscipline>sample string 9</SubDiscipline> </Job>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the created 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": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "bbdfcf19-68db-4664-8d0a-4ada58b20973",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"Portal": {
"Name": "sample string 1",
"Uid": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+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": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "9a0aed4d-65f0-47fa-90bb-452bbdafece0",
"Uid": "ab841424-56fe-4224-85e8-cb52f5dead5d",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "6b9f0553-c457-4d4a-ac86-fe46cdbb1f23",
"PortalGuid": "a7f1254a-9533-4d07-84a1-d0e76ab7cb0d",
"CompanyGuid": "d0ddb9b2-7f01-4035-8cf8-cc16ce038048",
"Uid": "9ff26a70-b7cf-4ac9-bc33-1d63e13a2064",
"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:54:46.3951361+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": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "9a0aed4d-65f0-47fa-90bb-452bbdafece0",
"Uid": "ab841424-56fe-4224-85e8-cb52f5dead5d",
"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:54:46.3951361+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": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "9a0aed4d-65f0-47fa-90bb-452bbdafece0",
"Uid": "ab841424-56fe-4224-85e8-cb52f5dead5d",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "6b9f0553-c457-4d4a-ac86-fe46cdbb1f23",
"PortalGuid": "a7f1254a-9533-4d07-84a1-d0e76ab7cb0d",
"CompanyGuid": "d0ddb9b2-7f01-4035-8cf8-cc16ce038048",
"Uid": "9ff26a70-b7cf-4ac9-bc33-1d63e13a2064",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "f77d638b-0007-46df-862b-afad23775170",
"Uid": "3021fc62-97d2-4e1e-bef1-de19d4d6bccb",
"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:54:46.3951361+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": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"Uid": "26138923-b560-4210-8eb4-57547bb06bd4",
"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:54:46.3951361+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": "65e995c7-4007-4757-af4e-b5894fb1feec",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "9a0aed4d-65f0-47fa-90bb-452bbdafece0",
"Uid": "ab841424-56fe-4224-85e8-cb52f5dead5d",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "6b9f0553-c457-4d4a-ac86-fe46cdbb1f23",
"PortalGuid": "a7f1254a-9533-4d07-84a1-d0e76ab7cb0d",
"CompanyGuid": "d0ddb9b2-7f01-4035-8cf8-cc16ce038048",
"Uid": "9ff26a70-b7cf-4ac9-bc33-1d63e13a2064",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 13"
},
"ConsultantGuid": "dac526b6-0e9f-465c-b098-edc09ee0d8dd",
"Uid": "c1dc4e4c-d5e2-42c8-afcb-891db883bfaf",
"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:54:46.3951361+00:00",
"UpdatedBy": "sample string 10"
},
"StartDate": "2025-12-21T17:54:46.3951361+00:00",
"EndDate": "2025-12-21T17:54:46.3951361+00:00",
"DatePosted": "2025-12-21T17:54:46.3951361+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:54:46.3951361+00:00",
"Longitude": 1.1,
"Latitude": 1.1,
"VacancyUid": "e1ed03b2-ed5e-4634-b16e-c8bf9517c63b",
"JobGuid": "54abcef1-70d0-4f76-89e7-538826923b28",
"Uid": "c13975c2-ef04-46a3-9f2b-6fe905b939d1",
"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:54:46.3951361+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>c13975c2-ef04-46a3-9f2b-6fe905b939d1</Uid>
<UpdatedBy>sample string 17</UpdatedBy>
<Classification>sample string 12</Classification>
<Client>
<DateUpdated>2025-12-21T17:54:46.3951361+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>3021fc62-97d2-4e1e-bef1-de19d4d6bccb</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>f77d638b-0007-46df-862b-afad23775170</ClientGuid>
<Company>
<DateUpdated>2025-12-21T17:54:46.3951361+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>9ff26a70-b7cf-4ac9-bc33-1d63e13a2064</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>d0ddb9b2-7f01-4035-8cf8-cc16ce038048</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:54:46.3951361+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>ab841424-56fe-4224-85e8-cb52f5dead5d</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>9a0aed4d-65f0-47fa-90bb-452bbdafece0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</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>a7f1254a-9533-4d07-84a1-d0e76ab7cb0d</PortalGuid>
<PortalUid>6b9f0553-c457-4d4a-ac86-fe46cdbb1f23</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-12-21T17:54:46.3951361+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>ab841424-56fe-4224-85e8-cb52f5dead5d</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>9a0aed4d-65f0-47fa-90bb-452bbdafece0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</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:54:46.3951361+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>9ff26a70-b7cf-4ac9-bc33-1d63e13a2064</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>d0ddb9b2-7f01-4035-8cf8-cc16ce038048</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:54:46.3951361+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>ab841424-56fe-4224-85e8-cb52f5dead5d</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>9a0aed4d-65f0-47fa-90bb-452bbdafece0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</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>a7f1254a-9533-4d07-84a1-d0e76ab7cb0d</PortalGuid>
<PortalUid>6b9f0553-c457-4d4a-ac86-fe46cdbb1f23</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Consultant>
<DateUpdated>2025-12-21T17:54:46.3951361+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>c1dc4e4c-d5e2-42c8-afcb-891db883bfaf</Uid>
<UpdatedBy>sample string 10</UpdatedBy>
<Company>
<DateUpdated>2025-12-21T17:54:46.3951361+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>9ff26a70-b7cf-4ac9-bc33-1d63e13a2064</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>d0ddb9b2-7f01-4035-8cf8-cc16ce038048</CompanyGuid>
<Country>
<DateUpdated>2025-12-21T17:54:46.3951361+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>ab841424-56fe-4224-85e8-cb52f5dead5d</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>9a0aed4d-65f0-47fa-90bb-452bbdafece0</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-12-21T17:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</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>a7f1254a-9533-4d07-84a1-d0e76ab7cb0d</PortalGuid>
<PortalUid>6b9f0553-c457-4d4a-ac86-fe46cdbb1f23</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<ConsultantGuid>dac526b6-0e9f-465c-b098-edc09ee0d8dd</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:54:46.3951361+00:00</DatePosted>
<DateUpdated xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:dateTime">2025-12-21T17:54:46.3951361+00:00</DateUpdated>
<Discipline>sample string 4</Discipline>
<Division>sample string 11</Division>
<Duration>sample string 10</Duration>
<EndDate>2025-12-21T17:54:46.3951361+00:00</EndDate>
<Industry>sample string 3</Industry>
<JobDescription>sample string 2</JobDescription>
<JobGuid>54abcef1-70d0-4f76-89e7-538826923b28</JobGuid>
<JobTitle>sample string 1</JobTitle>
<JobType>
<DateUpdated>2025-12-21T17:54:46.3951361+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>bbdfcf19-68db-4664-8d0a-4ada58b20973</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-12-21T17:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</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:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</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:54:46.3951361+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>26138923-b560-4210-8eb4-57547bb06bd4</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<MaximumValue>3.1</MaximumValue>
<MinimumValue>2.1</MinimumValue>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-12-21T17:54:46.3951361+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>65e995c7-4007-4757-af4e-b5894fb1feec</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</SalaryBanding>
<StartDate>2025-12-21T17:54:46.3951361+00:00</StartDate>
<SubDiscipline>sample string 5</SubDiscipline>
<VacancySource>sample string 14</VacancySource>
<VacancyUid>e1ed03b2-ed5e-4634-b16e-c8bf9517c63b</VacancyUid>
</JobViewModel>