key-formats
Operations addressed under /key-formats — 11 operations.
product-tree-get-key-format-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<KeyFormatDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Description | string | no |
MaxLength | int | no |
IsActive | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeproduct-tree-get-key-format-list › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
product-tree-create-key-format
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_7 | 400 | KEY_FORMAT_CODE_DUPLICATED |
product-tree-create-key-format › Request Body
codeisActivemaxLengthproduct-tree-create-key-format › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-get-key-format-id-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns Guid, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON string holding a UUID. This is a complete answer read from the declaration, not a gap.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_1 | 400 | KEY_FORMAT_NOT_FOUND_BY_CODE |
path Parameters
codeproduct-tree-get-key-format-id-by-code › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-generate-key
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns string, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON string. This is a complete answer read from the declaration, not a gap.
path Parameters
codeproduct-tree-generate-key › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-reset-key-format-counter-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_1 | 400 | KEY_FORMAT_NOT_FOUND_BY_CODE |
path Parameters
codeproduct-tree-reset-key-format-counter-by-code › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-get-key-format-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as KeyFormatDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Description | string | no |
MaxLength | int | no |
IsActive | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_16 | 400 | KEY_FORMAT_NOT_FOUND_BY_ID |
path Parameters
idproduct-tree-get-key-format-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-update-key-format
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_16 | 400 | KEY_FORMAT_NOT_FOUND_BY_ID |
path Parameters
idproduct-tree-update-key-format › Request Body
isActivemaxLengthproduct-tree-update-key-format › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-get-key-format-item-id-by-key-format-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as KeyFormatItemSummaryListDto.
| Field | Declared type | Nullable |
|---|---|---|
ItemList | IEnumerable<KeyFormatItemSummaryDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_16 | 400 | KEY_FORMAT_NOT_FOUND_BY_ID |
path Parameters
idproduct-tree-get-key-format-item-id-by-key-format-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-get-key-format-item-by-key-format-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as KeyFormatItemListDto.
| Field | Declared type | Nullable |
|---|---|---|
ItemList | IEnumerable<KeyFormatItemDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_16 | 400 | KEY_FORMAT_NOT_FOUND_BY_ID |
path Parameters
idproduct-tree-get-key-format-item-by-key-format-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-create-key-format-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CreateKeyFormatItemListDto.
| Field | Declared type | Nullable |
|---|---|---|
ItemList | IEnumerable<CreateKeyFormatItemDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_16 | 400 | KEY_FORMAT_NOT_FOUND_BY_ID |
path Parameters
idproduct-tree-create-key-format-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-tree-delete-key-format-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KYGNR_16 | 400 | KEY_FORMAT_NOT_FOUND_BY_ID |
ERR_KYGNR_3 | 400 | KEY_FORMAT_NOT_EXIST_ITEMS |
path Parameters
iditemIdproduct-tree-delete-key-format-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.