MyHome.ie Data Delivery Service

<back to all web services

AnalyticsProperties

Requires Authentication
Required role:Admin
The following routes are available for this service:
POST/analytics/properties
AnalyticsProperties Parameters:
NameParameterData TypeRequiredDescription
FromDatebodystringNo
ToDatebodystringNo
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringNo
CorrelationIdformstringNo
ActiveUserIdformint?No
VersionformdoubleNo
RequestTypeIdformintNo
AnalyticsPropertiesResponse Parameters:
NameParameterData TypeRequiredDescription
PropertiesformList<Property>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
BaseType Parameters:
NameParameterData TypeRequiredDescription
VersionformdoubleNo
Property Parameters:
NameParameterData TypeRequiredDescription
PropertyIDformintNo
AgentIDformintNo
PropertyTypeIdformintNo
PropertyTypeformstringNo
AddressformstringNo
EircodeformstringNo
Priceformdecimal?No
PropertyClassformstringNo
RegionformstringNo
RegionIdformint?No
LocalityIdformint?No
Bedsformint?No
BERformstringNo
Bathroomsformint?No
SqMetresformfloat?No
DateListedformstringNo
LocalityformstringNo
Latitudeformfloat?No
Longitudeformfloat?No
PMLinkformstringNo
DescriptionformstringNo
PropertyTypeDetailedformstringNo

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 /analytics/properties HTTP/1.1 
Host: agentapi.myhome.ie 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<AnalyticsProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Analytic">
  <ApiKey xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">String</ApiKey>
  <CorrelationId xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">String</CorrelationId>
  <ActiveUserId xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">0</ActiveUserId>
  <Version xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">0</Version>
  <RequestTypeId xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">0</RequestTypeId>
  <FromDate>String</FromDate>
  <ToDate>String</ToDate>
</AnalyticsProperties>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<AnalyticsPropertiesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Analytic">
  <Version xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">0</Version>
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types" xmlns="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Base">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <Properties xmlns:d2p1="http://schemas.datacontract.org/2004/07/MyHome.v4.Api.Common.ServiceModel.Analytic.Types">
    <d2p1:Property>
      <d2p1:Address>String</d2p1:Address>
      <d2p1:AgentID>0</d2p1:AgentID>
      <d2p1:BER>String</d2p1:BER>
      <d2p1:Bathrooms>0</d2p1:Bathrooms>
      <d2p1:Beds>0</d2p1:Beds>
      <d2p1:DateListed>String</d2p1:DateListed>
      <d2p1:Description>String</d2p1:Description>
      <d2p1:Eircode>String</d2p1:Eircode>
      <d2p1:Latitude>0</d2p1:Latitude>
      <d2p1:Locality>String</d2p1:Locality>
      <d2p1:LocalityId>0</d2p1:LocalityId>
      <d2p1:Longitude>0</d2p1:Longitude>
      <d2p1:PMLink>String</d2p1:PMLink>
      <d2p1:Price>0</d2p1:Price>
      <d2p1:PropertyClass>String</d2p1:PropertyClass>
      <d2p1:PropertyID>0</d2p1:PropertyID>
      <d2p1:PropertyType>String</d2p1:PropertyType>
      <d2p1:PropertyTypeDetailed>String</d2p1:PropertyTypeDetailed>
      <d2p1:PropertyTypeId>0</d2p1:PropertyTypeId>
      <d2p1:Region>String</d2p1:Region>
      <d2p1:RegionId>0</d2p1:RegionId>
      <d2p1:SqMetres>0</d2p1:SqMetres>
    </d2p1:Property>
  </Properties>
</AnalyticsPropertiesResponse>