This operation creates a GeographicAddressValidation entity.
The GeographicAddressValidation to be created
Bad Request
Unauthorized
Forbidden
Unprocessable entity due to the business validation problems
Internal Server Error
{- "provideAlternative": true,
- "submittedGeographicAddress": {
- "@type": "FieldedAddress",
- "country": "AU",
- "city": "Sydney",
- "postcode": "60027",
- "postcodeExtension": "string",
- "streetName": "string",
- "streetType": "VIA",
- "streetSuffix": "string",
- "streetNr": "12",
- "streetNrSuffix": "string",
- "streetNrLast": "string",
- "streetNrLastSuffix": "string",
- "locality": "e7539c5fe66f9e4ce5b08ab7",
- "stateOrProvince": "ANKONA",
- "latitude": null,
- "longitude": null
}
}
address id will be used in quote
address keyName will be used in order
{- "validationResult": "partial",
- "alternateGeographicAddress": [
- {
- "id": "5a25e0ad0c23371f1cd5f7fb",
- "@type": "FieldedAddress",
- "country": "US",
- "city": "test",
- "locality": "e7539c5fe66f9e4ce5b08ab7",
- "name": "LDN01",
- "keyName": "ldn01",
- "tags": [ ]
}
], - "provideAlternative": true,
- "submittedGeographicAddress": {
- "@type": "FieldedAddress",
- "country": "AU",
- "city": "Sydney",
- "postcode": "60027",
- "postcodeExtension": "string",
- "streetName": "string",
- "streetType": "VIA",
- "streetSuffix": "string",
- "streetNr": "12",
- "streetNrSuffix": "string",
- "streetNrLast": "string",
- "streetNrLastSuffix": "string",
- "locality": "e7539c5fe66f9e4ce5b08ab7",
- "stateOrProvince": "ANKONA"
}
}
This operation retrieves a GeographicAddress entity.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "id": "5a25e13b0c23371f1cd5f7ff",
- "@type": "FieldedAddress",
- "associatedGeographicAddress": {
- "country": "HK",
- "city": "g",
- "locality": "e7539c5fe66f9e4ce5b08ab7",
- "name": "HKG04",
- "keyName": "hkg04"
}
}