POST
/api/v1/expenditure-structure/section
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expenditure-structure/section' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"Current Lifestyle"}'
Request examples
{
"name": "Current Lifestyle"
}
Response examples (200)
{
"name": "House Keeping",
"uuid": "be37c8cd-d751-4592-bbe9-88d1b8db0e6a",
"fields": {
"name": "Electricity",
"uuid": "5023b7ad-997f-480c-8fc4-5590047684e7",
"section": "Housekeeping Expenses",
"created_at": "2025-08-07T13:41:37+01:00",
"updated_at": "2025-08-07T13:41:37+01:00"
},
"position": "1",
"created_at": "2023-06-16T15:25:06+01:00",
"updated_at": "2023-06-16T15:25:06+01:00"
}