POST | /address | Call to list addresses | POST request to search for addresses. Using Postcode and House Name/Number as input. |
---|---|---|---|
GET | /address/{Postcode} | Call to list addresses | GET request to search for addresses. Using Token, Postcode and House Name/Number as input. |
GET | /address/{Postcode}/{HouseNo} | Call to show a specific address | GET request to search for addresses. Using Token, Postcode and House Name/Number as input. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Postcode | path | string | Yes | Using a Postcode to return addresses. |
HouseNo | path | string | No | Optional input value to limit the return data to a specific address. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /address HTTP/1.1
Host: webservices.mbukdatabase.co.uk
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Postcode: String,
HouseNo: String
}