POST Batches/{InspectionKey}/new

Create a new Batch for an Inspection.
The Batch holds respondent data to be submitted for analysis.
Store respondent data in the Batch with one or more POSTs to batches/respondents, then start the analysis with a POST to batches/analyze.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
InspectionKey

The Inspection key.

integer

Required

Body Parameters

None.

Response Information

Create a new Batch for an Inspection.
The Batch holds respondent data to be submitted for analysis.
Store respondent data in the Batch with one or more POSTs to batches/respondents, then start the analysis with a POST to batches/analyze.

CreateBatchResponse
NameDescriptionTypeAdditional information
InspectionKey

The key of the Inspection.

integer

Required

BatchKey

The key of the Batch.

integer

Required

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.