[
{
"Id": 1,
"ConstituentId": 1,
"ContactPointCategoryId": 2,
"Type": {
"Id": 1,
"Description": "sample string 2"
},
"Address": {
"Id": 1,
"Street1": "sample string 1",
"Street2": "sample string 2",
"Street3": "sample string 3",
"City": "sample string 4",
"StateCode": "sample string 5",
"PostalCode": "sample string 6",
"CountryId": 1,
"Inactive": true
},
"Phone": {
"Id": 1,
"AddressId": 1,
"PhoneNumber": "sample string 1"
},
"ElectronicAddress": {
"Id": 1,
"ElectronicAddress": "sample string 1",
"Inactive": true
}
},
{
"Id": 1,
"ConstituentId": 1,
"ContactPointCategoryId": 2,
"Type": {
"Id": 1,
"Description": "sample string 2"
},
"Address": {
"Id": 1,
"Street1": "sample string 1",
"Street2": "sample string 2",
"Street3": "sample string 3",
"City": "sample string 4",
"StateCode": "sample string 5",
"PostalCode": "sample string 6",
"CountryId": 1,
"Inactive": true
},
"Phone": {
"Id": 1,
"AddressId": 1,
"PhoneNumber": "sample string 1"
},
"ElectronicAddress": {
"Id": 1,
"ElectronicAddress": "sample string 1",
"Inactive": true
}
}
]
<ContactPoints xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ContactPoint>
<Address>
<City>sample string 4</City>
<CountryId>1</CountryId>
<Id>1</Id>
<Inactive>true</Inactive>
<PostalCode>sample string 6</PostalCode>
<StateCode>sample string 5</StateCode>
<Street1>sample string 1</Street1>
<Street2>sample string 2</Street2>
<Street3>sample string 3</Street3>
</Address>
<ConstituentId>1</ConstituentId>
<ContactPointCategoryId>2</ContactPointCategoryId>
<ElectronicAddress>
<ElectronicAddress>sample string 1</ElectronicAddress>
<Id>1</Id>
<Inactive>true</Inactive>
</ElectronicAddress>
<Id>1</Id>
<Phone>
<AddressId>1</AddressId>
<Id>1</Id>
<PhoneNumber>sample string 1</PhoneNumber>
</Phone>
<Type>
<Description>sample string 2</Description>
<Id>1</Id>
</Type>
</ContactPoint>
<ContactPoint>
<Address>
<City>sample string 4</City>
<CountryId>1</CountryId>
<Id>1</Id>
<Inactive>true</Inactive>
<PostalCode>sample string 6</PostalCode>
<StateCode>sample string 5</StateCode>
<Street1>sample string 1</Street1>
<Street2>sample string 2</Street2>
<Street3>sample string 3</Street3>
</Address>
<ConstituentId>1</ConstituentId>
<ContactPointCategoryId>2</ContactPointCategoryId>
<ElectronicAddress>
<ElectronicAddress>sample string 1</ElectronicAddress>
<Id>1</Id>
<Inactive>true</Inactive>
</ElectronicAddress>
<Id>1</Id>
<Phone>
<AddressId>1</AddressId>
<Id>1</Id>
<PhoneNumber>sample string 1</PhoneNumber>
</Phone>
<Type>
<Description>sample string 2</Description>
<Id>1</Id>
</Type>
</ContactPoint>
</ContactPoints>