v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Microdata

Replace existing data file

Replace an existing microdata data file with a new version. The system will automatically detect variable changes (added, removed, updated).

post/data/replace_datafile/{sid}/{file_id}

Path parameters

sidstring required

Project ID or IDNO

file_idstring required

Data file ID to replace

Response

Data file replaced successfully

statusstring
messagestring
resultobject

Example response

{
  "status": "success",
  "message": "3 variable(s) removed, 10 variable(s) updated, 2 new variable(s) added"
}