POST api/group/matches/find

Returns property matches using their Id

Request Information

URI Parameters

None.

Body Parameters

GroupMatchFindQueryDataContract
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageNumber

integer

None.

PropertyRoleIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageNumber": 2,
  "PropertyRoleIds": [
    1,
    2
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.