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.GroupMatchFindQueryDataContractName | Description | Type | Additional 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
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.