POST
/
v2
/
dvf
/
id
/
_many
curl --request POST \
  --url https://api.f6o.co/v2/dvf/id/_many \
  --header 'Content-Type: application/json' \
  --header 'x-api-key : <api-key>' \
  --data '{
  "id": [
    "<string>"
  ]
}'
{
  "apiVersion": "<string>",
  "context": "<string>",
  "data": [
    {
      "transaction": {
        "flxId": "<string>",
        "meta": {
          "mutationId": "<string>",
          "mutationDate": "2023-11-07T05:31:56Z",
          "anomalies": [
            "ANOMALY_UNKNOWN"
          ],
          "hasAnomaly": true
        },
        "group": "LOCAL_GROUP_UNKNOWN",
        "totalLandSurface": 123,
        "totalPropertySurface": 123,
        "totalRoomCount": 123,
        "mainProperty": {
          "type": "PROPERTY_TYPE_UNKNOWN",
          "surface": 123,
          "mainRoomsCount": 123,
          "localType": "LOCAL_TYPE_UNKNOWN"
        },
        "parcels": [
          {
            "id": "<string>",
            "location": {
              "address": {
                "number": "<string>",
                "streetName": "<string>"
              },
              "postalCode": "<string>",
              "inseeCode": "<string>",
              "irisCode": "<string>",
              "department": "<string>",
              "city": "<string>",
              "locationCoordinate": {
                "location": [
                  123
                ],
                "h3Indices": {
                  "h3Index1": "<string>",
                  "h3Index2": "<string>",
                  "h3Index3": "<string>",
                  "h3Index4": "<string>",
                  "h3Index5": "<string>",
                  "h3Index6": "<string>",
                  "h3Index7": "<string>",
                  "h3Index8": "<string>",
                  "h3Index9": "<string>",
                  "h3Index10": "<string>",
                  "h3Index11": "<string>",
                  "h3Index12": "<string>"
                }
              },
              "cityCoordinate": {
                "location": [
                  123
                ],
                "h3Indices": {
                  "h3Index1": "<string>",
                  "h3Index2": "<string>",
                  "h3Index3": "<string>",
                  "h3Index4": "<string>",
                  "h3Index5": "<string>",
                  "h3Index6": "<string>",
                  "h3Index7": "<string>",
                  "h3Index8": "<string>",
                  "h3Index9": "<string>",
                  "h3Index10": "<string>",
                  "h3Index11": "<string>",
                  "h3Index12": "<string>"
                }
              }
            },
            "landDetail": {
              "totalSurface": 123,
              "nature": [
                {
                  "surface": 123,
                  "type": "NATURE_OF_LAND_UNKNOWN",
                  "specialType": "<string>"
                }
              ]
            },
            "propertyDetail": [
              {
                "type": "PROPERTY_TYPE_UNKNOWN",
                "surface": 123,
                "mainRoomsCount": 123,
                "localType": "LOCAL_TYPE_UNKNOWN"
              }
            ],
            "lots": [
              {
                "number": 123,
                "surface": 123
              }
            ],
            "lotCount": 123
          }
        ],
        "properties": [
          {
            "type": "PROPERTY_TYPE_UNKNOWN",
            "surface": 123,
            "mainRoomsCount": 123,
            "localType": "LOCAL_TYPE_UNKNOWN"
          }
        ],
        "location": [
          {
            "address": {
              "number": "<string>",
              "streetName": "<string>"
            },
            "postalCode": "<string>",
            "inseeCode": "<string>",
            "irisCode": "<string>",
            "department": "<string>",
            "city": "<string>",
            "locationCoordinate": {
              "location": [
                123
              ],
              "h3Indices": {
                "h3Index1": "<string>",
                "h3Index2": "<string>",
                "h3Index3": "<string>",
                "h3Index4": "<string>",
                "h3Index5": "<string>",
                "h3Index6": "<string>",
                "h3Index7": "<string>",
                "h3Index8": "<string>",
                "h3Index9": "<string>",
                "h3Index10": "<string>",
                "h3Index11": "<string>",
                "h3Index12": "<string>"
              }
            },
            "cityCoordinate": {
              "location": [
                123
              ],
              "h3Indices": {
                "h3Index1": "<string>",
                "h3Index2": "<string>",
                "h3Index3": "<string>",
                "h3Index4": "<string>",
                "h3Index5": "<string>",
                "h3Index6": "<string>",
                "h3Index7": "<string>",
                "h3Index8": "<string>",
                "h3Index9": "<string>",
                "h3Index10": "<string>",
                "h3Index11": "<string>",
                "h3Index12": "<string>"
              }
            }
          }
        ],
        "type": "MUTATION_NATURE_UNKNOWN",
        "price": {
          "value": 123,
          "valuePerArea": 123,
          "valuePerAreaCarrez": 123,
          "source": {
            "website": "<string>",
            "url": "<string>",
            "flxId": "<string>"
          }
        },
        "inflatedPrice": {
          "value": 123,
          "valuePerArea": 123,
          "valuePerAreaCarrez": 123,
          "source": {
            "website": "<string>",
            "url": "<string>",
            "flxId": "<string>"
          }
        },
        "mainAdress": {
          "number": "<string>",
          "streetName": "<string>"
        }
      },
      "found": true
    }
  ],
  "internalDelay": 123
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Body

application/json
id
string[]

Response

200
application/json
A successful response.
apiVersion
string
context
string
data
object[]
internalDelay
integer

Was this page helpful?