| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserName | query | string | No | Unique Email address of the user. If the value passed is empty, UserId must be entered. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BirthDate | query | DateTime? | No | Contact Date of Birth (when person type) |
| MaritalStatusName | query | string | No | Contact marital status (when person type) |
| GenderName | query | string | No | Contact gender (when person type) |
| GenderId | query | Guid | No | The Gender Guid of the contact. |
| ContactDetails | query | List<ContactDetailModel> | No | All contact details of the contact |
| PrimaryStreetAddress | form | ContactDetail | No | Primary Street Address |
| PrimaryPostalAddress | form | ContactDetail | No | Primary Postal Address |
| PrimaryRegisteredAddress | form | ContactDetail | No | Primary Registered Address |
| PrimaryEmail | form | ContactDetail | No | Primary Email Address |
| PrimaryMobile | form | ContactDetail | No | Primary Mobile Number |
| PrimaryPhone | form | ContactDetail | No | Primary Non-Mobile Number |
| PrimaryFax | form | ContactDetail | No | Primary Fax Number |
| PrimaryWeb | form | ContactDetail | No | Primary Web Address |
| SocialMediaTwitter | form | ContactDetail | No | Social Media Twitter |
| SocialMediaFacebook | form | ContactDetail | No | Social Media Facebook |
| SocialMediaInstagram | form | ContactDetail | No | Social Media Instagram |
| IsRemovedContact | form | bool | No | Have all connections to the contact been removed? |
| IsDefault | query | bool | No | True if this is the users default profile. |
| IsEmailEditable | query | bool | No | True if the users email on this profile can be edited. |
| PrimaryImageContent | form | string | No | Primary image Content sent as a file stream contents (if not attached to the request) |
| PrimaryImageContentType | form | string | No | Primary image Content type sent as a file stream contents (if not attached to the request) |
| PrimaryImageFileName | form | string | No | Primary image file name |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserProfileId | form | Guid | No | User Profile Id |
| UserId | form | Guid | No | User linked to the profile |
| ContactId | form | Guid | No | Contact linked to the profile |
| UserName | form | string | No | User linked to the profile |
| ProfileName | form | string | No | User Profile Name |
| ContactFullName | form | string | No | Full name of the contact linked to the profile |
| EmailAddress | form | string | No | Email Address of the contact linked to the profile |
| EmailSignature | form | string | No | Email signature of the contact linked to the profile |
| MobileNumber | form | string | No | Mobile number of the contact linked to the profile |
| PhoneNumber | form | string | No | Phone number of the contact linked to the profile |
| ContactTypeId | form | string | No | Type of contact (person, organisation etc.) linked to the profile |
| ContactTypeName | form | string | No | Type of contact (person, organisation etc.) linked to the profile |
| FirstName | form | string | No | First name of the contact linked to the profile |
| Surname | form | string | No | Surname of the contact linked to the profile |
| Title | form | string | No | Title of contact linked to the profile |
| LegalName | form | string | No | Legal name of contact linked to the profile |
| TradingName | form | string | No | Trading name of contact linked to the profile |
| Abn | query | string | No | Australian Business Number |
| Acn | query | string | No | Australian Company Number |
| Arbn | query | string | No | Australian Registered Body Number |
| GstRegistered | query | bool | No | Indicates if the Contact is registered for GST. |
| ESL | query | bool | No | True if english is a secondary language for the contact. |
| Language | query | string | No | Language that is the primary language for the contact. |
| InterpreterRequired | query | bool | No | True if an interpreter is required. |
| LicenseeNotes | query | string | No | Licensee specific notes about the contact. |
| ProfilePhotoUrl | form | string | No | Profile photo of contact linked to the profile |
| ProfilePhotoThumbnailUrl | form | string | No | Thumbnail photo of contact linked to the profile |
| ProfileImageId | form | Guid | No | Profile photo id of contact linked to the profile |
| Description | form | string | No | Profile description |
| EmploymentIndustry | form | string | No | Employment Industry |
| EmploymentRole | form | string | No | Employment Role |
| EmploymentGeographicArea | form | string | No | Areas of Work |
| Timezone | query | Guid | No | The contacts timezone. |
| TimezoneName | query | string | No | Timezone Name |
| PrimaryAddress | query | string | No | The primary address of the contact |
| IsActiveContact | form | bool | No | Is this an active contact? Or an inactive contact (deleted account)? |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ContactMethodId | body | Guid | No | Id of the Contact Method |
| ContactMethodName | body | string | No | Contact Method Name |
| ContactAddress | body | ContactAddressModel | No | If the contact method is an address, this will contain the address details. |
| ContactPhone | body | PhoneModel | No | If the contact method is a phone, this will contain the phone details |
| CountryId | body | Guid? | No | Id of the country |
| ContactDetails | body | string | No | A summary string representing the contact details |
| Notes | body | string | No | Notes about the contact details |
| ContactDetailsCode | body | string | No | Area Code if contact details are a phone number |
| OrderContactMethod | body | int | No | Order number of the contact method |
| IsPrimaryContactMethod | body | bool | No | True if this is the primary contact method |
| IsAddress | body | bool | No | True if this contact method is an address |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Address | body | AddressModel | No | Address Details |
| IsPostal | body | bool | No | True if this is a postal address. |
| IsPrimaryLocation | body | bool | No | True if this is the primary address. |
| IsRegisteredLocation | body | bool | No | True if this address is the registered tax address. |
| SuburbName | body | string | No | Suburb Name |
| StateName | body | string | No | State Name |
| CountryName | body | string | No | Country Name |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DistanceAway | body | double | No | The distance between this project and another specified set of gps coordinates. |
| Latitude | body | Double? | No | The latitude of an address - geographic coordinates specifying the north-south position of a point on the Earth's surface. |
| Longitude | body | Double? | No | The longitude of an address - geographic coordinates specifying the east-west position of a point on the Earth's surface. |
| AddressFormatId | body | Guid | No | Address Format Id Guid - this will be determined by the service. |
| SuburbId | body | Guid | No | Suburb Id Guid - this will attempt to be determined by the SuburbName, StateShortName and Postcode entered. |
| SuburbName | body | string | No | The suburb name. |
| StateShortName | body | string | No | The shortened State Name e.g Vic for Victoria. |
| PostCode | body | string | No | The suburb postcode. |
| CountryId | body | Guid | No | Country Id Guid - this will be determined by the CountrName or ISOCountryCode entered. |
| CountryName | body | string | No | the name of the country the address is within. |
| ISOCountryCode | query | string | No | ISO Country Code. |
| LotNumber | body | string | No | The address Lot number. |
| SubUnit | body | string | No | The address Sub Unit number. |
| BuildingNumber | body | string | No | The address building number. |
| StreetNumber | body | string | No | The address street number. |
| StreetName | body | string | No | The address street name including street type. |
| AddressLineOne | body | string | No | A formatted address Line 1. |
| AddressLineTwo | body | string | No | A formatted address Line 2. |
| AddressFull | body | string | No | The full address string. |
| IsPhysical | body | bool? | No | True if the address is a physical location. |
| Notes | form | string | No | Notes about the address. |
| AutoMapCoordinates | body | bool? | No | If true, the address is eligible for having its coordinates calculated/updated. |
| LocationCoordinates | body | LocationCoordinates | No | Location Coordinates for the address. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Latitude | query | double | No | The latitude of an address - geographic coordinates specifying the north-south position of a point on the Earth's surface. |
| Longitude | query | double | No | The longitude of an address - geographic coordinates specifying the east-west position of a point on the Earth's surface. |
| Altitude | query | double? | No | The altitude of an address - the altitude above sea level." |
| Accuracy | query | double? | No | Accuracy of the latitude and longitude. |
| AltitudeAccuracy | query | double? | No | Accurancy of the Altitude. |
| Heading | query | double? | No | Direction you are heading. |
| Speed | query | double? | No | Speed you are going. |
| VerticalSpeed | query | double? | No | Speed your altitude is ascending/descending at. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CountryCode | body | string | No | Country Code |
| AreaCode | body | string | No | Area Code |
| LocalNumber | body | string | No | Local Number |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ContactMethodId | query | Guid | No | Contact Method Id |
| ContactMethodName | query | string | No | Contact Method Name |
| ContactAddress | query | ContactAddressModel | No | Contact Address Details |
| ContactPhone | query | PhoneModel | No | Contact Phone Details |
| CountryId | query | Guid | No | Country id |
| ContactDetails | query | string | No | Contact Details |
| Notes | query | string | No | Notes |
| ContactDetailsCode | query | string | No | Contact Details Code |
| OrderContactMethod | query | int | No | Order of Contact Method Id |
| IsPrimaryContactMethod | query | bool | No | Contact Method Id |
| IsAddress | query | bool | No | Is contact details an address |
| ContactContactDetailId | query | Guid | No | Contact Contact Detail Id |
| ContactId | query | Guid | No | Contact Id |
| ContactDetailId | query | Guid | No | Contact Details Id |
| IsPrimaryLocation | query | bool | No | Is contact details a primary location |
| IsRegisteredLocation | query | bool | No | Is contact details a registered location |
| IsPostal | query | bool | No | Is contact details a postal address |
| IsPhone | query | bool | No | Is contact details a phone number |
| EmailSignatureId | query | Guid | No | Email Signature Id |
| EmailSignatureHTML | query | string | No | Email Signature HTML |
| EmailSignatureText | query | string | No | Email Signature Text |
| ApiFrameworkAlternateKey | query | string | No | API Key from Framework |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Location | query | GeoLocationModel | No | Location Details. |
| IsPostal | query | bool | No | Is address postal. |
| IsPrimaryLocation | query | bool | No | Is address primary. |
| IsRegisteredLocation | query | bool | No | Is address registered. |
| ContactAddressId | query | Guid | No | Contact Address Id. |
| SuburbName | query | string | No | Contact Address Suburb Name. |
| StateName | query | string | No | Contact Address Street Name. |
| CountryName | query | string | No | Contact Country Name. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GeoLocationId | query | Guid | No | The location id |
| StateId | query | Guid | No | The state id |
| StateName | query | string | No | The state name |
| SuburbId | query | Guid | No | The suburb id |
| SuburbName | query | string | No | The suburb name |
| CountryId | query | Guid | No | The country id |
| CountryName | query | string | No | The country name |
| LotNumber | query | string | No | The lot number |
| SubUnit | query | string | No | The unit number |
| BuildingNumber | query | string | No | The building number |
| PostalDeliveryNumber | query | string | No | PO Box Number |
| StreetNumber | query | string | No | The Street Number |
| StreetName | query | string | No | The Street name |
| AddressLineOne | query | string | No | Address Line ONe |
| AddressLineTwo | query | string | No | Address Line Two |
| PostCode | query | string | No | Post code |
| IsPhysical | query | bool | No | Is location physical |
| Notes | query | string | No | Notes about the location |
| AddressFull | query | string | No | The address in full |
| AddressFormatId | query | Guid | No | Address format id. |
| Latitude | query | double | No | Latitude |
| Longitude | query | double | No | Longitude |
| Timezone | query | Guid? | No | Timezone Id |
| Estate | form | GeoEstateModel | No | |
| GeoEstateId | form | Guid | No | |
| GeoEstateStageId | form | Guid | No | |
| GeoEstateStageName | form | string | No | |
| IgnoreValidation | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GeoEstateId | form | Guid | No | |
| Name | form | string | No | |
| Notes | form | string | No | |
| DeveloperContactId | form | Guid | No | |
| DeveloperName | form | string | No | |
| DeveloperProfilePhotoUrl | form | string | No | |
| DeveloperProfilePhotoThumbnail | form | string | No | |
| RecordStatus | form | string | No | |
| Stages | form | List<GeoEstateStageModel> | No | |
| CurrentEstateStageId | form | Guid | No | |
| CurrentEstateStageName | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GeoEstateStageId | form | Guid | No | |
| GeoEstateId | form | Guid | No | |
| Name | form | string | No | |
| Notes | form | string | No | |
| RecordStatus | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CountryCode | query | string | No | Phone Country Code. |
| AreaCode | query | string | No | Phone Area Code. |
| LocalNumber | query | string | No | Phone Local Number. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetDefaultUserProfile HTTP/1.1
Host: pfapi.pstpf.com.au
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<GetDefaultUserProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eros.Subtle.Canvara.WebAPIModel.ServiceModel">
<UserName>String</UserName>
</GetDefaultUserProfile>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<UserProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.WebAPIModel.Models">
<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>