POST Codebooks/{CodebookKey}/codes
Add codes to a codebook
This operation adds the given codes to the specified codebook.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CodebookKey | integer |
Required |
Body Parameters
AddCodesRequestName | Description | Type | Additional 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.
Name | Description | Type | Additional information |
---|---|---|---|
codebookKey |
The key of the Codebook. |
integer |
Required |
codebook |
The Codes in the Codebook, in the order they appear in the Codebook. |
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. |