Hello,
When I make a post request on https://api.sandbox.stuart.com/v2/jobs/validate
I get this answer :
status code : 500
{error: UNKNOWN, message: No geojson available for grenoble}
I could not find the meaning of this error in your api documentation…
Can somebody help please ?
Here is my request :
“job”: {
“pickups”: [
{
“address”: “3 place victor hugo, 38000 Grenoble”,
}
],
“dropoffs”: [
{
“package_type”: “small”,
“package_description”: “Nourriture emballée”,
“address”: “9 rue thiers, 38000 Grenoble”,
}
]
}