CategoryCreate
| Field | Type | Required | Description |
|---|---|---|---|
code |
Code | yes | Human readable code of the entity max length 255 · min length 1 |
parentCategoryCode |
ParentCategoryCode | max length 255 · min length 1 | |
image |
LocalizationShort | Localization object, see Entity Localization for further information. | |
name |
LocalizationShort | yes | Localization object, see Entity Localization for further information. |
url |
LocalizationShort | Localization object, see Entity Localization for further information. | |
sequenceId |
integer |
yes | By default this creates an ascending order of categories meaning 0 is the first. |
description |
Localization | Localization object, see Entity Localization for further information. | |
externalUpdateDate |
ExternalUpdateDate | format: date-time |
|
status |
string |
one of: active, inactive |
Example
Section titled “Example”{ "code": "someCode", "parentCategoryCode": "ParentCategoryA", "image": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "name": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "url": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "sequenceId": 1, "description": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "externalUpdateDate": "2018-12-15T00:00:23.114Z", "status": "active"}
