PUT api/bulkingest/{reportid}?dataFile={dataFile}&userid={userid}

Initiates a bulk ingest process for a specified report using a provided data file and user ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportid

The ID of the report to be processed.

integer

Required

dataFile

The name or path of the data file to be ingested.

string

Required

userid

The ID of the user initiating the ingest process.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK indicating the ingest process was initiated successfully. On failure: Exceptions are thrown and should be handled by the global exception handler.

None.