Skip to Content

CategoryResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the category.[default to null]
nameStringName of the category.[default to null]
is_activeBooleanWhether the category is active.[default to null]
vendor_type_idLongAssociated vendor type ID, if any.[optional] [default to null]
colorStringColor associated with the category.[default to null]
in_orderIntegerOrder index for sorting categories.[default to null]
iconStringSVG icon for the category.[default to null]
photoStringCategory photo URL (renamed from image_url to match Flutter app expectations).[optional] [default to null]
category_idLongParent category ID for subcategories.[optional] [default to null]
image_urlStringOptional image URL for the category.[optional] [default to null]
servicesListOptional list of services associated with this category.[optional] [default to null]
subcategoriesListOptional list of subcategories.[default to null]
vendor_typeStringOptional vendor type name.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]