POST api/v1/portals/{portalUid}/staff
Creates the staff.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
The portal UID. |
globally unique identifier |
Required |
Body Parameters
The staff.
Staff| Name | Description | Type | Additional information |
|---|---|---|---|
| Title |
The staff members title. |
string |
String length: inclusive between 0 and 100 |
| Forename |
The staff members forename. |
string |
String length: inclusive between 0 and 100 |
| OtherNames |
The staff members other names. |
string |
String length: inclusive between 0 and 100 |
| Surname |
The staff members surname. |
string |
String length: inclusive between 0 and 100 |
| Telephone |
The staff members telephone number. |
string |
String length: inclusive between 0 and 100 |
| Mobile |
The staff members mobile telephone number. |
string |
String length: inclusive between 0 and 100 |
|
The staff members email. |
string |
String length: inclusive between 0 and 100 |
|
| GeneralExperience |
The general experience of the staff member. |
string |
String length: inclusive between 0 and 4000 |
| IndustryExperience |
The industry experience of the staff member. |
string |
String length: inclusive between 0 and 4000 |
| Interests |
The interests of the staff member. |
string |
String length: inclusive between 0 and 4000 |
| Specialties |
The specialities of the staff member. |
string |
String length: inclusive between 0 and 4000 |
| Societies |
The societies of the staff member. |
string |
String length: inclusive between 0 and 4000 |
| Commentary |
The commentary of the staff member. |
string |
String length: inclusive between 0 and 4000 |
| Position |
The position of the staff member. |
string |
String length: inclusive between 0 and 100 |
| StaffCategory |
The staff category of the staff member. |
globally unique identifier |
None. |
| Site |
The site to which the staff member belongs to. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
{
"Title": "sample string 1",
"Forename": "sample string 2",
"OtherNames": "sample string 3",
"Surname": "sample string 4",
"Telephone": "sample string 5",
"Mobile": "sample string 6",
"Email": "sample string 7",
"GeneralExperience": "sample string 8",
"IndustryExperience": "sample string 9",
"Interests": "sample string 10",
"Specialties": "sample string 11",
"Societies": "sample string 12",
"Commentary": "sample string 13",
"Position": "sample string 14",
"StaffCategory": "0f4962f8-d6bb-4d82-b25b-3b62beae9998",
"Site": "ed99fa04-81e7-4298-b91a-dd585e4c8898"
}
application/xml, text/xml
<Staff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models"> <Commentary>sample string 13</Commentary> <Email>sample string 7</Email> <Forename>sample string 2</Forename> <GeneralExperience>sample string 8</GeneralExperience> <IndustryExperience>sample string 9</IndustryExperience> <Interests>sample string 10</Interests> <Mobile>sample string 6</Mobile> <OtherNames>sample string 3</OtherNames> <Position>sample string 14</Position> <Site>ed99fa04-81e7-4298-b91a-dd585e4c8898</Site> <Societies>sample string 12</Societies> <Specialties>sample string 11</Specialties> <StaffCategory>0f4962f8-d6bb-4d82-b25b-3b62beae9998</StaffCategory> <Surname>sample string 4</Surname> <Telephone>sample string 5</Telephone> <Title>sample string 1</Title> </Staff>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the created staff.
StaffViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Portal |
The portal. |
PortalViewModel |
None. |
| Company |
The company. |
CompanyViewModel |
None. |
| Title |
The title. |
string |
None. |
| Forename |
The forename. |
string |
None. |
| OtherNames |
The other names. |
string |
None. |
| Surname |
The surname. |
string |
None. |
| Telephone |
The telephone. |
string |
None. |
| Mobile |
The mobile. |
string |
None. |
|
The email. |
string |
None. |
|
| Position |
The position. |
string |
None. |
| StaffCategory |
The staff category. |
StaffCategoryViewModel |
None. |
| Site |
The site. |
CompanySiteViewModel |
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
{
"Portal": {
"Name": "sample string 1",
"Uid": "27eab85d-b231-4c7d-b6f6-991ae1b2c535",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+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": "27eab85d-b231-4c7d-b6f6-991ae1b2c535",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "3fc476f3-24db-4445-9f32-ecdf0e0771d4",
"Uid": "b44eebfc-4227-4497-b3aa-82059de2d445",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "46c45595-407c-4396-acdc-861fc09bf029",
"PortalGuid": "e0866228-2487-4df9-a15d-73c26a5e4b13",
"CompanyGuid": "100293d1-d581-4542-ab50-fb36b1c3c6f5",
"Uid": "8e600f47-e3ca-420e-a708-8ac65b5237e1",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 13"
},
"Title": "sample string 1",
"Forename": "sample string 2",
"OtherNames": "sample string 3",
"Surname": "sample string 4",
"Telephone": "sample string 5",
"Mobile": "sample string 6",
"Email": "sample string 7",
"Position": "sample string 8",
"StaffCategory": {
"Portal": {
"Name": "sample string 1",
"Uid": "27eab85d-b231-4c7d-b6f6-991ae1b2c535",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+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": "27eab85d-b231-4c7d-b6f6-991ae1b2c535",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "3fc476f3-24db-4445-9f32-ecdf0e0771d4",
"Uid": "b44eebfc-4227-4497-b3aa-82059de2d445",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "46c45595-407c-4396-acdc-861fc09bf029",
"PortalGuid": "e0866228-2487-4df9-a15d-73c26a5e4b13",
"CompanyGuid": "100293d1-d581-4542-ab50-fb36b1c3c6f5",
"Uid": "8e600f47-e3ca-420e-a708-8ac65b5237e1",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 13"
},
"Name": "sample string 1",
"Uid": "ffd62ee8-b5a9-4bf6-92de-9c7c90994ba4",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 3"
},
"Site": {
"Portal": {
"Name": "sample string 1",
"Uid": "27eab85d-b231-4c7d-b6f6-991ae1b2c535",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+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": "27eab85d-b231-4c7d-b6f6-991ae1b2c535",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "3fc476f3-24db-4445-9f32-ecdf0e0771d4",
"Uid": "b44eebfc-4227-4497-b3aa-82059de2d445",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "46c45595-407c-4396-acdc-861fc09bf029",
"PortalGuid": "e0866228-2487-4df9-a15d-73c26a5e4b13",
"CompanyGuid": "100293d1-d581-4542-ab50-fb36b1c3c6f5",
"Uid": "8e600f47-e3ca-420e-a708-8ac65b5237e1",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 13"
},
"Name": "sample string 1",
"Address1": "sample string 2",
"Address2": "sample string 3",
"Address3": "sample string 4",
"Address4": "sample string 5",
"Postcode": "sample string 6",
"Country": "sample string 7",
"Telephone": "sample string 8",
"Fax": "sample string 9",
"Email": "sample string 10",
"Latitude": "sample string 11",
"Longitude": "sample string 12",
"Uid": "1ea016b9-96c1-4326-b96d-f8d9588d0aee",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 14"
},
"Uid": "f503df0a-5aeb-47bf-8f57-794579838782",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:55:47.5824487+00:00",
"UpdatedBy": "sample string 10"
}
application/xml, text/xml
<StaffViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
<DateUpdated>2025-10-27T13:55:47.5824487+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>f503df0a-5aeb-47bf-8f57-794579838782</Uid>
<UpdatedBy>sample string 10</UpdatedBy>
<Company>
<DateUpdated>2025-10-27T13:55:47.5824487+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>8e600f47-e3ca-420e-a708-8ac65b5237e1</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>100293d1-d581-4542-ab50-fb36b1c3c6f5</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:47.5824487+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>b44eebfc-4227-4497-b3aa-82059de2d445</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>3fc476f3-24db-4445-9f32-ecdf0e0771d4</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:47.5824487+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>27eab85d-b231-4c7d-b6f6-991ae1b2c535</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>e0866228-2487-4df9-a15d-73c26a5e4b13</PortalGuid>
<PortalUid>46c45595-407c-4396-acdc-861fc09bf029</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Email>sample string 7</Email>
<Forename>sample string 2</Forename>
<Mobile>sample string 6</Mobile>
<OtherNames>sample string 3</OtherNames>
<Portal>
<DateUpdated>2025-10-27T13:55:47.5824487+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>27eab85d-b231-4c7d-b6f6-991ae1b2c535</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
<Position>sample string 8</Position>
<Site>
<DateUpdated>2025-10-27T13:55:47.5824487+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>1ea016b9-96c1-4326-b96d-f8d9588d0aee</Uid>
<UpdatedBy>sample string 14</UpdatedBy>
<Address1>sample string 2</Address1>
<Address2>sample string 3</Address2>
<Address3>sample string 4</Address3>
<Address4>sample string 5</Address4>
<Company>
<DateUpdated>2025-10-27T13:55:47.5824487+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>8e600f47-e3ca-420e-a708-8ac65b5237e1</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>100293d1-d581-4542-ab50-fb36b1c3c6f5</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:47.5824487+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>b44eebfc-4227-4497-b3aa-82059de2d445</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>3fc476f3-24db-4445-9f32-ecdf0e0771d4</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:47.5824487+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>27eab85d-b231-4c7d-b6f6-991ae1b2c535</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>e0866228-2487-4df9-a15d-73c26a5e4b13</PortalGuid>
<PortalUid>46c45595-407c-4396-acdc-861fc09bf029</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>sample string 7</Country>
<Email>sample string 10</Email>
<Fax>sample string 9</Fax>
<Latitude>sample string 11</Latitude>
<Longitude>sample string 12</Longitude>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:47.5824487+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>27eab85d-b231-4c7d-b6f6-991ae1b2c535</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
<Postcode>sample string 6</Postcode>
<Telephone>sample string 8</Telephone>
</Site>
<StaffCategory>
<DateUpdated>2025-10-27T13:55:47.5824487+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>ffd62ee8-b5a9-4bf6-92de-9c7c90994ba4</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Company>
<DateUpdated>2025-10-27T13:55:47.5824487+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>8e600f47-e3ca-420e-a708-8ac65b5237e1</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>100293d1-d581-4542-ab50-fb36b1c3c6f5</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:55:47.5824487+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>b44eebfc-4227-4497-b3aa-82059de2d445</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>3fc476f3-24db-4445-9f32-ecdf0e0771d4</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:47.5824487+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>27eab85d-b231-4c7d-b6f6-991ae1b2c535</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>e0866228-2487-4df9-a15d-73c26a5e4b13</PortalGuid>
<PortalUid>46c45595-407c-4396-acdc-861fc09bf029</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Name>sample string 1</Name>
<Portal>
<DateUpdated>2025-10-27T13:55:47.5824487+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>27eab85d-b231-4c7d-b6f6-991ae1b2c535</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</StaffCategory>
<Surname>sample string 4</Surname>
<Telephone>sample string 5</Telephone>
<Title>sample string 1</Title>
</StaffViewModel>