v1
latestOpenAPI 3.0.32026-07-17215349.0 KBDataFrames
Set a source data frame
Inserts data into the engine by setting a source data frame for a specific service and table
post/source-dataframe
Request body
Example request
{
"data": {
"service": "CBS",
"table": "levensverwachting",
"data": [
{
"jaar": 2025,
"verwachting_65": "20.5"
}
]
}
}Response
Nothing needs to be returned.