POST Questions/Codebook/{questionKey}/{codebookKey}

Set a codebook for some specified question

Request Information

URI Parameters

NameDescriptionTypeAdditional information
questionKey

Key of a question

integer

Required

codebookKey

Key of a codebook to set

integer

Required

Body Parameters

None.

Response Information

Set a codebook for some specified question

SetQuestionCodebookResponse
NameDescriptionTypeAdditional information
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.