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":"0a33b03c-3c49-4d92-a3d6-39258d31e462"}'
Request examples
{
"name": "Electricity",
"life_stage_section_uuid": "0a33b03c-3c49-4d92-a3d6-39258d31e462"
}
Response examples (200)
{
"uuid": "8bb60b85-d9f5-4083-b428-e85f4d3482e3",
"name": "Electricity",
"section": "Housekeeping Expenses",
"created_at": "2026-06-29T13:21:55+01:00",
"updated_at": "2026-06-29T13:21:55+01:00"
}