Commerciële Transacties API
get
Retrieves commercial transactions for an object.
Authorizations
Query parameters
postalCodestringOptionalExample:
Zipcode
1251NJ
houseNumberintegerOptionalExample:
House number
22
houseLetterstringOptional
House letter
houseNumberExtstringOptional
House number extention
bagNummeraanduidingidstringOptional
Identification number according to the BAG.
pandIdstringOptionalExample:
Identification number of the building according to the BAG.
100001892532
overStukstringOptionalExample:
Over stuk
NL4 8577500053
Responses
200
CommercialTransactionsResponse
application/json
400
HTTP 400
application/json
401
HTTP 401
application/json
403
HTTP 403
application/json
404
HTTP 404
application/json
500
HTTP 500
application/json
get
GET /v1/commercial-transactions HTTP/1.1
Host: api.matrixian.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"statusCode": 200,
"headers": {
"Content-Type": "application/json"
},
"isBase64Encoded": false,
"body": {
"id": "string",
"params": {
"postalCode": "1251NJ",
"houseNumber": "22",
"pandId": "100001892532",
"overStuk": "NL4 8577500053"
},
"data": {
"items": [
{
"sourceFile": "kadaster/transactions-COMPANY-2012-01-980a78eef1718a19a92d466927fc4501aba01749096efc69573ada202a0efd768cdd35b24f8f7b84a844d7451d203f89720e2d4394310be1d68deb1593bd3a23.csv",
"overBewK": "NL",
"stukOntvDatum": "20221230",
"overStuk": "NL4 8577500053",
"nnpVerkoperCode": "BV",
"nnpKoperCode": "BV",
"objeMutSrtK": "606",
"indFamTrans": "N",
"objeObjekt": "RTD10AC00861G0000",
"kadGem": "RTD10",
"sectie": "AC",
"perceelnr": 861,
"indexlt": "G",
"indexnr": "0000",
"objeGrootte": "1125",
"objeKoopSom": "875000",
"objeIndMeerOG": "J",
"objeBurgGemNr": "599",
"objeBurgGemNaam": "ROTTERDAM",
"objeKultOngebK": "00",
"zakrZrK": "EP",
"toelichtingZakRecht": "Recht van erfpacht",
"objbObjBelK": " ",
"objeXCoord": "88136",
"objeYCoord": "437709",
"objeKultText": "PERCEEL GROND - GEBRUIK ONBEKEND",
"objaKultGebK": "00",
"objaPltsNaam": "ROTTERDAM",
"objaStraat": "STRICKLEDEWEG",
"objaHuisNr": "111",
"objaHuisLr": " ",
"objaToevoeging": null,
"objaPttK": "3044EL",
"pht": "3044EL-111",
"overId": "100001892532",
"bagId": null
}
]
},
"error": {},
"meta": {},
"status": "success"
}
}
Last updated