Update a Field for a Life Stage Section for a Firm Run in API Explorer
Ask AI
PUT
/api/v1/expenditure-structure/field/{lifeStageField_uuid}
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/expenditure-structure/field/dcf0-484e-a0c5-08590fe89a84-f6aa1670' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"Electricity","life_stage_section_uuid":"aab294d6-8592-4945-8af2-3a572b2e32c7"}'
Request examples
{
"name": "Electricity",
"life_stage_section_uuid": "aab294d6-8592-4945-8af2-3a572b2e32c7"
}
Response examples (200)
{
"uuid": "e0a9eb8c-3554-4fb4-b3a9-38a8b528612d",
"name": "Electricity",
"section": "Housekeeping Expenses",
"created_at": "2026-06-29T09:35:39+01:00",
"updated_at": "2026-06-29T09:35:39+01:00"
}