Create a Section for a Life Stage for a Firm
Headers
-
Content-Type string
-
Accept string
Path parameters
-
The uuid of the life stage section.
POST
/api/v1/expenditure-structure/section
curl \
--request POST https://api.plannrcrm.com/api/v1/expenditure-structure/section \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data '{"name":"Current Lifestyle"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"name": "Current Lifestyle"
}
Response examples (200)
{
"name": "House Keeping",
"uuid": "be37c8cd-d751-4592-bbe9-88d1b8db0e6a",
"fields": {
"name": "Electricity",
"uuid": "dcaf3382-5448-4e00-b759-4e54f38c0ce0",
"section": "Housekeeping Expenses",
"created_at": "2025-02-20T10:13:00+00:00",
"updated_at": "2025-02-20T10:13:00+00:00"
},
"position": "1",
"created_at": "2023-06-16T15:25:06+01:00",
"updated_at": "2023-06-16T15:25:06+01:00"
}