GET api/crmconnect/widgetsearch/property?MarketType={MarketType}&PropertyState={PropertyState}&postponed={postponed}&active={active}&searchDate={searchDate}&descending={descending}&top={top}

Select sets of properties x at a time, for the migration assistant widget

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MarketType

integer

Default value is 0

PropertyState

integer

Default value is 4

postponed

boolean

Default value is False

active

boolean

Default value is True

searchDate

date

None.

descending

boolean

Default value is True

top

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.External.Api.CrmConnect.CrmConnectWidgetSearchPropertyDataContract
NameDescriptionTypeAdditional information
ImageUrl

string

None.

ImportantDate

string

None.

Postponed

boolean

None.

Import

boolean

None.

Edit

boolean

None.

Importing

boolean

None.

Price

decimal number

None.

PriceQualifier

string

None.

Market

string

None.

Status

string

None.

Address

string

None.

NavigationContextJson

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ImageUrl": "sample string 1",
    "ImportantDate": "sample string 2",
    "Postponed": true,
    "Import": true,
    "Edit": true,
    "Importing": true,
    "Price": 7.1,
    "PriceQualifier": "sample string 8",
    "Market": "sample string 9",
    "Status": "sample string 10",
    "Address": "sample string 11",
    "NavigationContextJson": "sample string 12"
  },
  {
    "ImageUrl": "sample string 1",
    "ImportantDate": "sample string 2",
    "Postponed": true,
    "Import": true,
    "Edit": true,
    "Importing": true,
    "Price": 7.1,
    "PriceQualifier": "sample string 8",
    "Market": "sample string 9",
    "Status": "sample string 10",
    "Address": "sample string 11",
    "NavigationContextJson": "sample string 12"
  }
]