Create Category

Creates a new category on catalog.

Request body example:

{
  "parentId": "00000000-0000-0000-0000-000000000000",
  "name": "Categoria Teste",
  "code": "1234-teste",
  "description": "Uma categoria de teste",
  "url": "categoria-teste",
  "clientId": "neodocs",
  "hexColor": "#ffffff",
  "imageUrl": "https://dev-lori.neomode.com.br/assets/img/logo_s.png",
  "iconUrl": "https://dev-lori.neomode.com.br/assets/img/logo_s.png",
  "order": 12
}

Fields description:

FieldTypeDescription
idGuidCategory ID
parentIdGuidParent category ID
nameStringCategory name
codeStringCategory code
descriptionStringThe category description
urlStringCategory address
hexColorHexadecimalCategory color defined
imageUrlStringCategory image address
iconUrlStringCategory icon address
orderIntThe order where the category appears on catalog
createDateDateCategory creation date.
lastUpdateDateCategory last update.
childenArray ObjectThe categories which that are children of the one created
clientIdStringThe client ID.
Language
Authorization
Basic
base64
:
URL