Skip to main content

Arguments

postcode : String

Postcode used to retrieve standard address info.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Query Complexity

1

Examples

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.

Query

query StandardisedAddressInfo($postcode: String) { standardisedAddressInfo(postcode: $postcode) { postcode provinceCode provinceName streetDetails { ...StreetDetailsFragment } } }

Variables

{ "postcode": "charge-sit-remember-type-chance" }

Response

{ "data": { "standardisedAddressInfo": { "postcode": "unit-thought-glass-west-worker", "provinceCode": "suffer-news-that-child-car", "provinceName": "catch-reason-whether-create-carry", "streetDetails": [StreetDetails] } } }