POST api/group/matches/find
Returns property matches using their Id Processes this group API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The group match find query data contract supplied with the request.
GroupMatchFindQueryDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize |
The page size value. |
integer |
None. |
| PageNumber |
The page number value. |
integer |
None. |
| PropertyRoleIds |
The unique identifiers of the related property role resources. |
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
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.