POST api/group/matches/find

Returns property matches using their Id

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Group.Query.PropertyMatches.GroupMatchFindQueryDataContract
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageNumber

integer

None.

PropertyRoleIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GroupMatchFindQueryDataContract'.

application/json, text/json

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

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.