POST api/group/matches/find
Returns property matches using their Id
Request Information
URI Parameters
None.
Body Parameters
GroupMatchFindQueryDataContract| Name | 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.