# Create a Section for a Life Stage for a Firm **POST /api/v1/expenditure-structure/section** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **name** (string) The name of the Expenditure Life Stage Section. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) uuid of the Expenditure Life Stage Section - **name** (string) The name of the Expenditure Life Stage Section. This is the name that will be displayed to the client. - **position** (string) The expected position of the Expenditure Life Stage Section in any listing of the Expenditure Life Stage Section. The first Expenditure Life Stage Section should have a position of 1, the second 2, etc. - **fields** (object) The fields associated with the Expenditure Life Stage Section. - **created_at** (string) timestamp of when the Expenditure was created - **updated_at** (string) timestamp of when the Expenditure was updated [Powered by Bump.sh](https://bump.sh)