Locations
Locations_create
typeTypeA9eEnum
OSM
- OSMONLINE
- ONLINE
Value in
"OSM" | "ONLINE"
osm_id?integer | null
Format
int64
Range
0 <= value <= 9223372036854776000
osm_type?LocationOsmTypeEnum | BlankEnum | NullEnum
website_url?string | null
Format
uri
Response Body
curl -X POST "https://loading/api/v1/locations" \
-H "Content-Type: application/json" \
-d '{
"type": "OSM"
}'
{
"type": "OSM",
"osm_id": 9223372036854776000,
"osm_type": "NODE",
"website_url": "http://example.com"
}