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":"f1996958-cfe4-4894-8316-7a612b68aee0"}'
Request examples
{
"name": "Electricity",
"life_stage_section_uuid": "f1996958-cfe4-4894-8316-7a612b68aee0"
}
Response examples (200)
{
"uuid": "a5d5b069-1abd-4c2b-bca0-8939eccc44b5",
"name": "Electricity",
"section": "Housekeeping Expenses",
"created_at": "2026-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+01:00"
}