Skip to main content

feedback api (1.0.0)

Download OpenAPI specification:Download

License: MIT

Api to eventually do BI on the data from responses from Geocoding.

feedback

creates a new record of a chosen result from Geocoding

Request Body schema: application/json
request_id
required
string
chosen_result_id
required
number <int64>
user_id
required
string

Responses

Request samples

Content type
application/json
{
  • "request_id": "string",
  • "chosen_result_id": 0,
  • "user_id": "string"
}

Response samples

Content type
application/json
{
  • "message": "string"
}