GET api/Address?houseName={houseName}&postcode={postcode}
Find all properties that match both the housename and postcode.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
houseName | Name or number of the house to search for |
Define this parameter in the request URI. |
postcode | The full or partial postcode to search for, with or without whitespace |
Define this parameter in the request URI. |