POST v1/irebdm/rightval/{accountName}?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountName

string

Required

key

string

Required

Body Parameters

RightValValuationEvent
NameDescriptionTypeAdditional information
eventName

string

None.

created

date

None.

valuation

RightValValuation

None.

Request Formats

application/json, text/json

Sample:
{
  "eventName": "sample string 1",
  "created": "2024-09-19T18:26:32.146544+00:00",
  "valuation": {
    "id": "sample string 1",
    "reference": "sample string 2",
    "status": "sample string 3",
    "created": "2024-09-19T18:26:32.146544+00:00",
    "updated": "2024-09-19T18:26:32.146544+00:00",
    "property": {
      "type": "sample string 1",
      "bedrooms": "sample string 2",
      "address_1": "sample string 3",
      "address_2": "sample string 4",
      "address_3": "sample string 5",
      "town": "sample string 6",
      "county": "sample string 7",
      "postcode": "sample string 8",
      "latitude": "sample string 9",
      "longitude": "sample string 10"
    },
    "vendor": {
      "title": "sample string 1",
      "first_name": "sample string 2",
      "last_name": "sample string 3",
      "email_address": "sample string 4",
      "telephone_home": "sample string 5",
      "telephone_mobile": "sample string 6"
    },
    "avm": {
      "lettings": {
        "min": 1,
        "max": 2,
        "avg": 3
      },
      "sales": {
        "min": 1,
        "max": 2,
        "avg": 3
      },
      "growth": 1.1
    }
  }
}

application/xml, text/xml

Sample:
<RightValValuationEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Models">
  <created>2024-09-19T18:26:32.146544+00:00</created>
  <eventName>sample string 1</eventName>
  <valuation>
    <avm>
      <growth>1.1</growth>
      <lettings>
        <avg>3</avg>
        <max>2</max>
        <min>1</min>
      </lettings>
      <sales>
        <avg>3</avg>
        <max>2</max>
        <min>1</min>
      </sales>
    </avm>
    <created>2024-09-19T18:26:32.146544+00:00</created>
    <id>sample string 1</id>
    <property>
      <address_1>sample string 3</address_1>
      <address_2>sample string 4</address_2>
      <address_3>sample string 5</address_3>
      <bedrooms>sample string 2</bedrooms>
      <county>sample string 7</county>
      <latitude>sample string 9</latitude>
      <longitude>sample string 10</longitude>
      <postcode>sample string 8</postcode>
      <town>sample string 6</town>
      <type>sample string 1</type>
    </property>
    <reference>sample string 2</reference>
    <status>sample string 3</status>
    <updated>2024-09-19T18:26:32.146544+00:00</updated>
    <vendor>
      <email_address>sample string 4</email_address>
      <first_name>sample string 2</first_name>
      <last_name>sample string 3</last_name>
      <telephone_home>sample string 5</telephone_home>
      <telephone_mobile>sample string 6</telephone_mobile>
      <title>sample string 1</title>
    </vendor>
  </valuation>
</RightValValuationEvent>

multipart/form-data

Sample:
<RightValValuationEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Models"><created>2024-09-19T18:26:32.146544+00:00</created><eventName>sample string 1</eventName><valuation><avm><growth>1.1</growth><lettings><avg>3</avg><max>2</max><min>1</min></lettings><sales><avg>3</avg><max>2</max><min>1</min></sales></avm><created>2024-09-19T18:26:32.146544+00:00</created><id>sample string 1</id><property><address_1>sample string 3</address_1><address_2>sample string 4</address_2><address_3>sample string 5</address_3><bedrooms>sample string 2</bedrooms><county>sample string 7</county><latitude>sample string 9</latitude><longitude>sample string 10</longitude><postcode>sample string 8</postcode><town>sample string 6</town><type>sample string 1</type></property><reference>sample string 2</reference><status>sample string 3</status><updated>2024-09-19T18:26:32.146544+00:00</updated><vendor><email_address>sample string 4</email_address><first_name>sample string 2</first_name><last_name>sample string 3</last_name><telephone_home>sample string 5</telephone_home><telephone_mobile>sample string 6</telephone_mobile><title>sample string 1</title></vendor></valuation></RightValValuationEvent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.