Validate Addresses Geocode
Validate Addresses Geocode
application/json
Request Body required
id to validate
string
Responses
- 200
- 400
- 401
OK
application/json
Schema
Example (from schema)
Schema
destination object
address string
geocode object
city string
latitude number
longitude number
province string
origin object
address string
geocode object
city string
latitude number
longitude number
province string
{
"destination": {
"address": "string",
"geocode": {
"city": "string",
"latitude": 0,
"longitude": 0,
"province": "string"
}
},
"origin": {
"address": "string",
"geocode": {
"city": "string",
"latitude": 0,
"longitude": 0,
"province": "string"
}
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Loading...