POST Codebooks/{CodebookKey}/codes

Add codes to a codebook
This operation adds the given codes to the specified codebook.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CodebookKey

integer

Required

Body Parameters

AddCodesRequest
NameDescriptionTypeAdditional information
newCodes

Collection of NewCodeOrNet

Required

overwrite

boolean

Required

Response Information

Add codes to a codebook
This operation adds the given codes to the specified codebook.

GetCodebookResponse
NameDescriptionTypeAdditional information
codebookKey

The key of the Codebook.

integer

Required

codebook

The Codes in the Codebook, in the order they appear in the Codebook.
Codebooks are tree structured and may be of any depth, although a depth of more than 6 is rare.
Only the leaf nodes may be applied to a response. These leaf nodes are Codes.
Nets have child codes or nets. Nets may not be used to code a response. They serve to provide structure to the Codebook.
Nets typically represent groups of related codes.

Collection of CodeOrNet

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.