NewCategory

Use to create/update a category.

Structure
{   
     unsigned int parent; 
     string name; 
     string description; 
};
Fields
  • parent   ID of the parent, if any.

  • name   Name of the category.

  • description   Description of the category.