Platform API

<back to all web services

SearchContact

Returns a list of Contact Profiles matching the search criteria provided.

Requires Authentication
import datetime
import decimal
from marshmallow.fields import *
from servicestack import *
from typing import *
from dataclasses import dataclass, field
from dataclasses_json import dataclass_json, LetterCase, Undefined, config
from enum import Enum, IntEnum


# @Api(Description="Returns a list of Contact Profiles matching the search criteria provided.")
@dataclass_json(letter_case=LetterCase.CAMEL, undefined=Undefined.EXCLUDE)
@dataclass
class SearchContact:
    """
    Returns a list of Contact Profiles matching the search criteria provided.
    """

    # @ApiMember(DataType="string", Description="Email Address to search for the contact on.", IsRequired=true, Name="EmailAddress", ParameterType="query")
    email_address: Optional[str] = None
    """
    Email Address to search for the contact on.
    """

Python SearchContact DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/SearchContact HTTP/1.1 
Host: pfapi.pstpf.com.au 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<SearchContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eros.Subtle.Canvara.WebAPIModel.ServiceModel">
  <EmailAddress>String</EmailAddress>
</SearchContact>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfUserProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.WebAPIModel.Models">
  <UserProfileModel>
    <Abn>String</Abn>
    <Acn>String</Acn>
    <Arbn>String</Arbn>
    <ContactFullName>String</ContactFullName>
    <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
    <ContactTypeId>00000000-0000-0000-0000-000000000000</ContactTypeId>
    <ContactTypeName>String</ContactTypeName>
    <Description>String</Description>
    <ESL>false</ESL>
    <EmailAddress>String</EmailAddress>
    <EmailSignature>String</EmailSignature>
    <EmploymentGeographicArea>String</EmploymentGeographicArea>
    <EmploymentIndustry>String</EmploymentIndustry>
    <EmploymentRole>String</EmploymentRole>
    <FirstName>String</FirstName>
    <GstRegistered>false</GstRegistered>
    <InterpreterRequired>false</InterpreterRequired>
    <IsActiveContact>false</IsActiveContact>
    <Language>String</Language>
    <LegalName>String</LegalName>
    <LicenseeNotes>String</LicenseeNotes>
    <MobileNumber>String</MobileNumber>
    <PhoneNumber>String</PhoneNumber>
    <PrimaryAddress>String</PrimaryAddress>
    <ProfileImageId>00000000-0000-0000-0000-000000000000</ProfileImageId>
    <ProfileName>String</ProfileName>
    <ProfilePhotoThumbnailUrl>String</ProfilePhotoThumbnailUrl>
    <ProfilePhotoUrl>String</ProfilePhotoUrl>
    <Surname>String</Surname>
    <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
    <TimezoneName>String</TimezoneName>
    <Title>String</Title>
    <TradingName>String</TradingName>
    <UserId>00000000-0000-0000-0000-000000000000</UserId>
    <UserName>String</UserName>
    <UserProfileId>00000000-0000-0000-0000-000000000000</UserProfileId>
    <BirthDate>0001-01-01T00:00:00</BirthDate>
    <ContactDetails>
      <ContactDetailModel>
        <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
        <ContactAddress>
          <CountryName>String</CountryName>
          <IsPostal>false</IsPostal>
          <IsPrimaryLocation>false</IsPrimaryLocation>
          <IsRegisteredLocation>false</IsRegisteredLocation>
          <Location>
            <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
            <AddressFull>String</AddressFull>
            <AddressLineOne>String</AddressLineOne>
            <AddressLineTwo>String</AddressLineTwo>
            <BuildingNumber>String</BuildingNumber>
            <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
            <CountryName>String</CountryName>
            <Estate>
              <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
              <CurrentEstateStageName>String</CurrentEstateStageName>
              <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
              <DeveloperName>String</DeveloperName>
              <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
              <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
              <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
              <Name>String</Name>
              <Notes>String</Notes>
              <RecordStatus>String</RecordStatus>
              <Stages>
                <GeoEstateStageModel>
                  <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                  <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                  <Name>String</Name>
                  <Notes>String</Notes>
                  <RecordStatus>String</RecordStatus>
                </GeoEstateStageModel>
              </Stages>
            </Estate>
            <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
            <IsPhysical>false</IsPhysical>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <LotNumber>String</LotNumber>
            <Notes>String</Notes>
            <PostCode>String</PostCode>
            <PostalDeliveryNumber>String</PostalDeliveryNumber>
            <StateId>00000000-0000-0000-0000-000000000000</StateId>
            <StateName>String</StateName>
            <StreetName>String</StreetName>
            <StreetNumber>String</StreetNumber>
            <SubUnit>String</SubUnit>
            <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
            <SuburbName>String</SuburbName>
            <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
          </Location>
          <StateName>String</StateName>
          <SuburbName>String</SuburbName>
        </ContactAddress>
        <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
        <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
        <ContactDetails>String</ContactDetails>
        <ContactDetailsCode>String</ContactDetailsCode>
        <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
        <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
        <ContactMethodName>String</ContactMethodName>
        <ContactPhone>
          <AreaCode>String</AreaCode>
          <CountryCode>String</CountryCode>
          <LocalNumber>String</LocalNumber>
        </ContactPhone>
        <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
        <EmailSignatureHTML>String</EmailSignatureHTML>
        <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
        <EmailSignatureText>String</EmailSignatureText>
        <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
        <Notes>String</Notes>
        <OrderContactMethod>0</OrderContactMethod>
      </ContactDetailModel>
    </ContactDetails>
    <GenderId>00000000-0000-0000-0000-000000000000</GenderId>
    <GenderName>String</GenderName>
    <IsDefault>false</IsDefault>
    <IsEmailEditable>false</IsEmailEditable>
    <IsRemovedContact>false</IsRemovedContact>
    <MaritalStatusName>String</MaritalStatusName>
    <PrimaryEmail>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryEmail>
    <PrimaryFax>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryFax>
    <PrimaryImageContent>String</PrimaryImageContent>
    <PrimaryImageContentType>String</PrimaryImageContentType>
    <PrimaryImageFileName>String</PrimaryImageFileName>
    <PrimaryMobile>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryMobile>
    <PrimaryPhone>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryPhone>
    <PrimaryPostalAddress>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryPostalAddress>
    <PrimaryRegisteredAddress>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryRegisteredAddress>
    <PrimaryStreetAddress>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryStreetAddress>
    <PrimaryWeb>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </PrimaryWeb>
    <SocialMediaFacebook>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </SocialMediaFacebook>
    <SocialMediaInstagram>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </SocialMediaInstagram>
    <SocialMediaTwitter>
      <ApiFrameworkAlternateKey>String</ApiFrameworkAlternateKey>
      <ContactAddress>
        <CountryName>String</CountryName>
        <IsPostal>false</IsPostal>
        <IsPrimaryLocation>false</IsPrimaryLocation>
        <IsRegisteredLocation>false</IsRegisteredLocation>
        <Location>
          <AddressFormatId>4f7bf5b4-d77c-4ac7-99d6-7a575964480d</AddressFormatId>
          <AddressFull>String</AddressFull>
          <AddressLineOne>String</AddressLineOne>
          <AddressLineTwo>String</AddressLineTwo>
          <BuildingNumber>String</BuildingNumber>
          <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
          <CountryName>String</CountryName>
          <Estate>
            <CurrentEstateStageId>00000000-0000-0000-0000-000000000000</CurrentEstateStageId>
            <CurrentEstateStageName>String</CurrentEstateStageName>
            <DeveloperContactId>00000000-0000-0000-0000-000000000000</DeveloperContactId>
            <DeveloperName>String</DeveloperName>
            <DeveloperProfilePhotoThumbnail>String</DeveloperProfilePhotoThumbnail>
            <DeveloperProfilePhotoUrl>String</DeveloperProfilePhotoUrl>
            <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
            <Name>String</Name>
            <Notes>String</Notes>
            <RecordStatus>String</RecordStatus>
            <Stages>
              <GeoEstateStageModel>
                <GeoEstateId>00000000-0000-0000-0000-000000000000</GeoEstateId>
                <GeoEstateStageId>00000000-0000-0000-0000-000000000000</GeoEstateStageId>
                <Name>String</Name>
                <Notes>String</Notes>
                <RecordStatus>String</RecordStatus>
              </GeoEstateStageModel>
            </Stages>
          </Estate>
          <GeoLocationId>00000000-0000-0000-0000-000000000000</GeoLocationId>
          <IsPhysical>false</IsPhysical>
          <Latitude>0</Latitude>
          <Longitude>0</Longitude>
          <LotNumber>String</LotNumber>
          <Notes>String</Notes>
          <PostCode>String</PostCode>
          <PostalDeliveryNumber>String</PostalDeliveryNumber>
          <StateId>00000000-0000-0000-0000-000000000000</StateId>
          <StateName>String</StateName>
          <StreetName>String</StreetName>
          <StreetNumber>String</StreetNumber>
          <SubUnit>String</SubUnit>
          <SuburbId>00000000-0000-0000-0000-000000000000</SuburbId>
          <SuburbName>String</SuburbName>
          <Timezone>00000000-0000-0000-0000-000000000000</Timezone>
        </Location>
        <StateName>String</StateName>
        <SuburbName>String</SuburbName>
      </ContactAddress>
      <ContactContactDetailId>00000000-0000-0000-0000-000000000000</ContactContactDetailId>
      <ContactDetailId>00000000-0000-0000-0000-000000000000</ContactDetailId>
      <ContactDetails>String</ContactDetails>
      <ContactDetailsCode>String</ContactDetailsCode>
      <ContactId>00000000-0000-0000-0000-000000000000</ContactId>
      <ContactMethodId>00000000-0000-0000-0000-000000000000</ContactMethodId>
      <ContactMethodName>String</ContactMethodName>
      <ContactPhone>
        <AreaCode>String</AreaCode>
        <CountryCode>String</CountryCode>
        <LocalNumber>String</LocalNumber>
      </ContactPhone>
      <CountryId>00000000-0000-0000-0000-000000000000</CountryId>
      <EmailSignatureHTML>String</EmailSignatureHTML>
      <EmailSignatureId>00000000-0000-0000-0000-000000000000</EmailSignatureId>
      <EmailSignatureText>String</EmailSignatureText>
      <IsPrimaryContactMethod>false</IsPrimaryContactMethod>
      <Notes>String</Notes>
      <OrderContactMethod>0</OrderContactMethod>
    </SocialMediaTwitter>
  </UserProfileModel>
</ArrayOfUserProfileModel>