Skip to main content

Input fields

addressIdentifier : String

Address identifier used to send a request for a specific property if the primary identifier is a postcode.

primaryIdentifier : String! required

Either a postcode or a UPRN.

primaryIdentifierType : WanPrimaryIdentifierChoices! required

The type of identifier, which will determine which request to send.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "addressIdentifier": "68423970", "primaryIdentifier": "95017283", "primaryIdentifierType": "UPRN" }