Class GetContactsResponse
Example GetContactsResponse
Response: XML
<GetContactsResponse>
<HTTPStatusCode>200</HTTPStatusCode>
<GetContacts>
<GetContactsResult>
<WSContact>
<ContactAddress1>true</ContactAddress1>
<ContactAddress2>true</ContactAddress2>
<ContactAddressSameAsEntity>true</ContactAddressSameAsEntity>
<ContactBusFax/>
<ContactBusPhone/>
<ContactBusPhoneExtension/>
<ContactCity/>
<ContactEmail>none@example.com</ContactEmail>
<ContactEnabled>true</ContactEnabled>
<ContactId>#######</ContactId>
<ContactName>John Doe</ContactName>
<ContactPin/>
<ContactPostalCode>true</ContactPostalCode>
<ContactStateRegion>true</ContactStateRegion>
<ContactTitle>VP</ContactTitle>
<ContactType>Owner</ContactType>
<DateOfBirth>1972-08-04Z</DateOfBirth>
<DlNumber>true</DlNumber>
<DlState>true</DlState>
<EntityId>######</EntityId>
<ResidentialAddress1>123 Main</ResidentialAddress1>
<ResidentialAddress2/>
<ResidentialCity>Dallas</ResidentialCity>
<ResidentialPostalCode>75021</ResidentialPostalCode>
<ResidentialStateRegion>TX</ResidentialStateRegion>
<Ssn>XXX-XX-9999</Ssn>
</WSContact>
</GetContactsResult>
</GetContacts>
</GetContactsResponse>
Response: JSON
{
"HTTPStatusCode": "200",
"GetContacts": {
"GetContactsResult": {
"WSContact": [
{
"ContactAddress1": "true",
"ContactAddress2": "true",
"ContactAddressSameAsEntity": true,
"ContactBusFax": null,
"ContactBusPhone": null,
"ContactBusPhoneExtension": null,
"ContactCity": null,
"ContactEmail": "none@example.com",
"ContactEnabled": true,
"ContactId": "#######",
"ContactName": "John Doe",
"ContactPin": null,
"ContactPostalCode": "true",
"ContactStateRegion": "true",
"ContactTitle": "VP",
"ContactType": "Owner",
"DateOfBirth": "1972-08-04Z",
"DlNumber": "true",
"DlState": "true",
"EntityId": "######",
"ResidentialAddress1": "123 Main",
"ResidentialAddress2": null,
"ResidentialCity": "Dallas",
"ResidentialPostalCode": "75021",
"ResidentialStateRegion": "TX",
"Ssn": "XXX-XX-9999"
}
]
}
}
}