POST 17.0/database/propertychainitems/list

Description

Retrieve a list of Property Chain Items

URI Parameters

None.

Name Description Type Additional information
Fields

Collection of string

None.

Filters

Collection of DatabaseFilter

None.

Order

string

None.

application/json, text/json

Sample:
{
  "fields": [
    "sample string 1",
    "sample string 2"
  ],
  "filters": [
    {
      "fieldName": "sample string 1",
      "value": "sample string 2",
      "operator": "sample string 3",
      "valueType": "sample string 4"
    },
    {
      "fieldName": "sample string 1",
      "value": "sample string 2",
      "operator": "sample string 3",
      "valueType": "sample string 4"
    }
  ],
  "order": "sample string 1"
}

application/xml, text/xml

Sample:
<ListOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Fields>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Fields>
  <Filters>
    <DatabaseFilter>
      <FieldName>sample string 1</FieldName>
      <Value>sample string 2</Value>
      <Operator>sample string 3</Operator>
      <ValueType>sample string 4</ValueType>
    </DatabaseFilter>
    <DatabaseFilter>
      <FieldName>sample string 1</FieldName>
      <Value>sample string 2</Value>
      <Operator>sample string 3</Operator>
      <ValueType>sample string 4</ValueType>
    </DatabaseFilter>
  </Filters>
  <Order>sample string 1</Order>
</ListOptions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Collection of PropertyChainItemsUpdate
Name Description Type Additional information
ID

integer

None.

PropertyChainID

integer

None.

LinkedTo

integer

None.

PropertyID

integer

None.

ClientID

integer

None.

SolicitorID

integer

None.

EstateAgentID

integer

None.

MortgageProviderID

integer

None.

MortgageBrokerID

integer

None.

PropertyOfferID

integer

None.

ClientName

string

String length: inclusive between 0 and 50

ClientBusinessName

string

String length: inclusive between 0 and 50

ClientAddress

string

String length: inclusive between 0 and 255

ClientTelephone

string

String length: inclusive between 0 and 50

ClientEmail

string

String length: inclusive between 0 and 50

EstateAgentBusinessName

string

String length: inclusive between 0 and 50

EstateAgentContactName

string

String length: inclusive between 0 and 50

EstateAgentAddress

string

String length: inclusive between 0 and 255

EstateAgentTelephone

string

String length: inclusive between 0 and 50

EstateAgentEmail

string

String length: inclusive between 0 and 50

SolicitorBusinessName

string

String length: inclusive between 0 and 50

SolicitorContactName

string

String length: inclusive between 0 and 50

SolicitorAddress

string

String length: inclusive between 0 and 255

SolicitorTelephone

string

String length: inclusive between 0 and 50

SolicitorEmail

string

String length: inclusive between 0 and 50

MortgageProviderBusinessName

string

String length: inclusive between 0 and 50

MortgageProviderContactName

string

String length: inclusive between 0 and 50

MortgageProviderAddress

string

String length: inclusive between 0 and 255

MortgageProviderTelephone

string

String length: inclusive between 0 and 50

MortgageProviderEmail

string

String length: inclusive between 0 and 50

MortgageBrokerBusinessName

string

String length: inclusive between 0 and 50

MortgageBrokerContactName

string

String length: inclusive between 0 and 50

MortgageBrokerAddress

string

String length: inclusive between 0 and 255

MortgageBrokerTelephone

string

String length: inclusive between 0 and 50

MortgageBrokerEmail

string

String length: inclusive between 0 and 50

Notes

string

None.

OfferDate

date

None.

ExchangeDate

date

None.

CompletionDate

date

None.

ChainStatusID

integer

None.

InActive

byte

None.

application/json, text/json

Sample:
[
  {
    "id": 1,
    "propertyChainID": 1,
    "linkedTo": 1,
    "propertyID": 1,
    "clientID": 1,
    "solicitorID": 1,
    "estateAgentID": 1,
    "mortgageProviderID": 1,
    "mortgageBrokerID": 1,
    "propertyOfferID": 1,
    "clientName": "sample string 1",
    "clientBusinessName": "sample string 2",
    "clientAddress": "sample string 3",
    "clientTelephone": "sample string 4",
    "clientEmail": "sample string 5",
    "estateAgentBusinessName": "sample string 6",
    "estateAgentContactName": "sample string 7",
    "estateAgentAddress": "sample string 8",
    "estateAgentTelephone": "sample string 9",
    "estateAgentEmail": "sample string 10",
    "solicitorBusinessName": "sample string 11",
    "solicitorContactName": "sample string 12",
    "solicitorAddress": "sample string 13",
    "solicitorTelephone": "sample string 14",
    "solicitorEmail": "sample string 15",
    "mortgageProviderBusinessName": "sample string 16",
    "mortgageProviderContactName": "sample string 17",
    "mortgageProviderAddress": "sample string 18",
    "mortgageProviderTelephone": "sample string 19",
    "mortgageProviderEmail": "sample string 20",
    "mortgageBrokerBusinessName": "sample string 21",
    "mortgageBrokerContactName": "sample string 22",
    "mortgageBrokerAddress": "sample string 23",
    "mortgageBrokerTelephone": "sample string 24",
    "mortgageBrokerEmail": "sample string 25",
    "notes": "sample string 26",
    "offerDate": "2025-01-09T20:52",
    "exchangeDate": "2025-01-09T20:52",
    "completionDate": "2025-01-09T20:52",
    "chainStatusID": 1,
    "inActive": 64
  },
  {
    "id": 1,
    "propertyChainID": 1,
    "linkedTo": 1,
    "propertyID": 1,
    "clientID": 1,
    "solicitorID": 1,
    "estateAgentID": 1,
    "mortgageProviderID": 1,
    "mortgageBrokerID": 1,
    "propertyOfferID": 1,
    "clientName": "sample string 1",
    "clientBusinessName": "sample string 2",
    "clientAddress": "sample string 3",
    "clientTelephone": "sample string 4",
    "clientEmail": "sample string 5",
    "estateAgentBusinessName": "sample string 6",
    "estateAgentContactName": "sample string 7",
    "estateAgentAddress": "sample string 8",
    "estateAgentTelephone": "sample string 9",
    "estateAgentEmail": "sample string 10",
    "solicitorBusinessName": "sample string 11",
    "solicitorContactName": "sample string 12",
    "solicitorAddress": "sample string 13",
    "solicitorTelephone": "sample string 14",
    "solicitorEmail": "sample string 15",
    "mortgageProviderBusinessName": "sample string 16",
    "mortgageProviderContactName": "sample string 17",
    "mortgageProviderAddress": "sample string 18",
    "mortgageProviderTelephone": "sample string 19",
    "mortgageProviderEmail": "sample string 20",
    "mortgageBrokerBusinessName": "sample string 21",
    "mortgageBrokerContactName": "sample string 22",
    "mortgageBrokerAddress": "sample string 23",
    "mortgageBrokerTelephone": "sample string 24",
    "mortgageBrokerEmail": "sample string 25",
    "notes": "sample string 26",
    "offerDate": "2025-01-09T20:52",
    "exchangeDate": "2025-01-09T20:52",
    "completionDate": "2025-01-09T20:52",
    "chainStatusID": 1,
    "inActive": 64
  }
]

application/xml, text/xml

Sample:
<ArrayOfPropertyChainItemsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyChainItemsUpdate>
    <ID>1</ID>
    <PropertyChainID>1</PropertyChainID>
    <LinkedTo>1</LinkedTo>
    <PropertyID>1</PropertyID>
    <ClientID>1</ClientID>
    <SolicitorID>1</SolicitorID>
    <EstateAgentID>1</EstateAgentID>
    <MortgageProviderID>1</MortgageProviderID>
    <MortgageBrokerID>1</MortgageBrokerID>
    <PropertyOfferID>1</PropertyOfferID>
    <ClientName>sample string 1</ClientName>
    <ClientBusinessName>sample string 2</ClientBusinessName>
    <ClientAddress>sample string 3</ClientAddress>
    <ClientTelephone>sample string 4</ClientTelephone>
    <ClientEmail>sample string 5</ClientEmail>
    <EstateAgentBusinessName>sample string 6</EstateAgentBusinessName>
    <EstateAgentContactName>sample string 7</EstateAgentContactName>
    <EstateAgentAddress>sample string 8</EstateAgentAddress>
    <EstateAgentTelephone>sample string 9</EstateAgentTelephone>
    <EstateAgentEmail>sample string 10</EstateAgentEmail>
    <SolicitorBusinessName>sample string 11</SolicitorBusinessName>
    <SolicitorContactName>sample string 12</SolicitorContactName>
    <SolicitorAddress>sample string 13</SolicitorAddress>
    <SolicitorTelephone>sample string 14</SolicitorTelephone>
    <SolicitorEmail>sample string 15</SolicitorEmail>
    <MortgageProviderBusinessName>sample string 16</MortgageProviderBusinessName>
    <MortgageProviderContactName>sample string 17</MortgageProviderContactName>
    <MortgageProviderAddress>sample string 18</MortgageProviderAddress>
    <MortgageProviderTelephone>sample string 19</MortgageProviderTelephone>
    <MortgageProviderEmail>sample string 20</MortgageProviderEmail>
    <MortgageBrokerBusinessName>sample string 21</MortgageBrokerBusinessName>
    <MortgageBrokerContactName>sample string 22</MortgageBrokerContactName>
    <MortgageBrokerAddress>sample string 23</MortgageBrokerAddress>
    <MortgageBrokerTelephone>sample string 24</MortgageBrokerTelephone>
    <MortgageBrokerEmail>sample string 25</MortgageBrokerEmail>
    <Notes>sample string 26</Notes>
    <OfferDate>2025-01-09T20:52:23.8982191+00:00</OfferDate>
    <ExchangeDate>2025-01-09T20:52:23.8982191+00:00</ExchangeDate>
    <CompletionDate>2025-01-09T20:52:23.8982191+00:00</CompletionDate>
    <ChainStatusID>1</ChainStatusID>
    <InActive>64</InActive>
  </PropertyChainItemsUpdate>
  <PropertyChainItemsUpdate>
    <ID>1</ID>
    <PropertyChainID>1</PropertyChainID>
    <LinkedTo>1</LinkedTo>
    <PropertyID>1</PropertyID>
    <ClientID>1</ClientID>
    <SolicitorID>1</SolicitorID>
    <EstateAgentID>1</EstateAgentID>
    <MortgageProviderID>1</MortgageProviderID>
    <MortgageBrokerID>1</MortgageBrokerID>
    <PropertyOfferID>1</PropertyOfferID>
    <ClientName>sample string 1</ClientName>
    <ClientBusinessName>sample string 2</ClientBusinessName>
    <ClientAddress>sample string 3</ClientAddress>
    <ClientTelephone>sample string 4</ClientTelephone>
    <ClientEmail>sample string 5</ClientEmail>
    <EstateAgentBusinessName>sample string 6</EstateAgentBusinessName>
    <EstateAgentContactName>sample string 7</EstateAgentContactName>
    <EstateAgentAddress>sample string 8</EstateAgentAddress>
    <EstateAgentTelephone>sample string 9</EstateAgentTelephone>
    <EstateAgentEmail>sample string 10</EstateAgentEmail>
    <SolicitorBusinessName>sample string 11</SolicitorBusinessName>
    <SolicitorContactName>sample string 12</SolicitorContactName>
    <SolicitorAddress>sample string 13</SolicitorAddress>
    <SolicitorTelephone>sample string 14</SolicitorTelephone>
    <SolicitorEmail>sample string 15</SolicitorEmail>
    <MortgageProviderBusinessName>sample string 16</MortgageProviderBusinessName>
    <MortgageProviderContactName>sample string 17</MortgageProviderContactName>
    <MortgageProviderAddress>sample string 18</MortgageProviderAddress>
    <MortgageProviderTelephone>sample string 19</MortgageProviderTelephone>
    <MortgageProviderEmail>sample string 20</MortgageProviderEmail>
    <MortgageBrokerBusinessName>sample string 21</MortgageBrokerBusinessName>
    <MortgageBrokerContactName>sample string 22</MortgageBrokerContactName>
    <MortgageBrokerAddress>sample string 23</MortgageBrokerAddress>
    <MortgageBrokerTelephone>sample string 24</MortgageBrokerTelephone>
    <MortgageBrokerEmail>sample string 25</MortgageBrokerEmail>
    <Notes>sample string 26</Notes>
    <OfferDate>2025-01-09T20:52:23.8982191+00:00</OfferDate>
    <ExchangeDate>2025-01-09T20:52:23.8982191+00:00</ExchangeDate>
    <CompletionDate>2025-01-09T20:52:23.8982191+00:00</CompletionDate>
    <ChainStatusID>1</ChainStatusID>
    <InActive>64</InActive>
  </PropertyChainItemsUpdate>
</ArrayOfPropertyChainItemsUpdate>