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":"13605ce9-bcae-4d1d-8955-1d025a50afce"}'
Request examples
{
"name": "Electricity",
"life_stage_section_uuid": "13605ce9-bcae-4d1d-8955-1d025a50afce"
}
Response examples (200)
[
{
"uuid": "60e5b407-71b1-44ac-85a1-afd3811f58b2",
"name": "Electricity",
"section": "Housekeeping Expenses",
"created_at": "2026-07-20T09:57:23+01:00",
"updated_at": "2026-07-20T09:57:23+01:00"
}
]