# Create an Expenditure **POST /api/v1/client/{client_uuid}/expenditure/{lifeStage_uuid}/custom** This endpoint creates an individual custom expenditure for a client. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **client_uuid** (string) The uuid of the client. - **lifeStage_uuid** (string) The uuid of the parent Life Stage. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) uuid of the Life Stage Field. - **name** (string) The name of the Life Stage Field. - **section** (string) The parent Life Stage Section of Field. Example: "Housekeeping Expenses" - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. [Powered by Bump.sh](https://bump.sh)