[
{
"Inactive": true,
"WorkerTypes": [
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
],
"ConstituentId": 1,
"SortName": "sample string 2",
"ShortDisplayName": "sample string 3"
},
{
"Inactive": true,
"WorkerTypes": [
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
],
"ConstituentId": 1,
"SortName": "sample string 2",
"ShortDisplayName": "sample string 3"
}
]
<WorkerSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Worker>
<ConstituentId>1</ConstituentId>
<Inactive>true</Inactive>
<ShortDisplayName>sample string 3</ShortDisplayName>
<SortName>sample string 2</SortName>
<WorkerTypes>
<WorkerType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</WorkerType>
<WorkerType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</WorkerType>
</WorkerTypes>
</Worker>
<Worker>
<ConstituentId>1</ConstituentId>
<Inactive>true</Inactive>
<ShortDisplayName>sample string 3</ShortDisplayName>
<SortName>sample string 2</SortName>
<WorkerTypes>
<WorkerType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</WorkerType>
<WorkerType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</WorkerType>
</WorkerTypes>
</Worker>
</WorkerSummaries>