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":"3585dde4-e928-49db-a306-2b70a17b6de8"}'
Request examples
{
"name": "Electricity",
"life_stage_section_uuid": "3585dde4-e928-49db-a306-2b70a17b6de8"
}
Response examples (200)
{
"uuid": "9338ae0d-e539-436e-b7e0-1ad998a32786",
"name": "Electricity",
"section": "Housekeeping Expenses",
"created_at": "2026-04-29T16:54:30+01:00",
"updated_at": "2026-04-29T16:54:30+01:00"
}