Sample
<DevelopmentGoals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connections.Common.DTO.PM">
<Department>sample string 1</Department>
<DepartmentURL>sample string 2</DepartmentURL>
<Employee>sample string 5</Employee>
<EmployeeURL>sample string 6</EmployeeURL>
<Employee_ID>6fac5ea9-024f-4742-88a3-721388c70878</Employee_ID>
<GoalsCompleted>1</GoalsCompleted>
<GoalsTotal>1</GoalsTotal>
<Manager>sample string 3</Manager>
<ManagerURL>sample string 4</ManagerURL>
</DevelopmentGoals>
Sample
{
"GoalsCompleted": 1,
"GoalsTotal": 1,
"Department": "sample string 1",
"DepartmentURL": "sample string 2",
"Manager": "sample string 3",
"ManagerURL": "sample string 4",
"Employee": "sample string 5",
"EmployeeURL": "sample string 6",
"Employee_ID": "6fac5ea9-024f-4742-88a3-721388c70878"
}