POST 17.0/app/match/properties

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
ContactId

integer

None.

IncludeValuations

boolean

None.

IncludeInstructed

boolean

None.

application/json, text/json

Sample:
{
  "contactId": 1,
  "includeValuations": true,
  "includeInstructed": true
}

application/xml, text/xml

Sample:
<MatchPropertiesRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactId>1</ContactId>
  <IncludeValuations>true</IncludeValuations>
  <IncludeInstructed>true</IncludeInstructed>
</MatchPropertiesRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Collection of MatchedProperty
Name Description Type Additional information
Id

integer

None.

application/json, text/json

Sample:
[
  {
    "id": 1
  },
  {
    "id": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfMatchedProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MatchedProperty>
    <Id>1</Id>
  </MatchedProperty>
  <MatchedProperty>
    <Id>1</Id>
  </MatchedProperty>
</ArrayOfMatchedProperty>