Create a Field for a Life Stage Section for a Firm Run in API Explorer
Ask AI
POST
/api/v1/expenditure-structure/field
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expenditure-structure/field' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"Electricity","life_stage_section_uuid":"10d66c86-e54c-4531-9a84-eb7f05542cf7"}'
Request examples
{
"name": "Electricity",
"life_stage_section_uuid": "10d66c86-e54c-4531-9a84-eb7f05542cf7"
}
Response examples (200)
{
"name": "Electricity",
"uuid": "39d9f89c-3f86-4130-bf08-1f975ebfdecc",
"section": "Housekeeping Expenses",
"created_at": "2026-04-09T17:35:04+01:00",
"updated_at": "2026-04-09T17:35:04+01:00"
}