POST Questions/Codebook/{questionKey}/{codebookKey}
Set a codebook for some specified question
Request Information
URI Parameters
| Name | Description | Type | Additional 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
| Name | Description | Type | Additional 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. |