Request
Body Params application/json
{
"includes": [
"string"
],
"item_category": {
"name": "string",
"description": "string",
"thumbnail_image_id": "string",
"parent_id": 0
}
}
Request Code Samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/item_categories' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"includes": [
"string"
],
"item_category": {
"name": "string",
"description": "string",
"thumbnail_image_id": "string",
"parent_id": 0
}
}'
Responses
Create item category with parent category
This response does not have a body.
Modified at 2026-04-15 14:20:24