Report POI
User is able to report poi when having a ride.
#
Create reported poi- Url:
https://velo-europe.de/api/{lang}/reported-poi
- Method:
POST
Authentication required
- Content-Type:
application/json
#
Request body- name -
string
-required
- street -
string
-required
- city -
string
-required
- country -
string
-required
- 2 chars - email -
string
-required
- tag -
integer
-required
- tag id - lat -
float
-optional
- lng -
float
-optional
- images -
array
-optional
- array of base64 encoded strings
#
Response body#
Example request#
List reported user reported pois- Url:
https://velo-europe.de/api/{lang}/reported-poi
- Method:
GET
Authentication required
- Content-Type:
application/json
#
Reported poi object- id -
integer
-required
- name -
string
-required
- status -
string
-required
- location -
object
-required
- lat -
float
-optional
- lng -
float
-optional
- lat -
- email -
string
-optional
- phone -
string
-optional
- address -
object
-required
- street -
string
-optional
- city -
string
-optional
- zip_code -
string
-optional
- country -
string
-optional
- street -
#
Example response- data - array with
Reported poi objects
- success -
boolean