# Create or Update an Expenditure **POST /api/v1/client/{client_uuid}/expenditure/{lifeStage_uuid}/{lifeStageField_uuid}** This endpoint creates an individual 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. - **lifeStageField_uuid** (string) The uuid of the parent Life Stage Field. ### Body: application/json (object) - **amount** (integer) The amount of the expenditure in pennies. - **life_stage_section_uuid** (string(uuid)) The life stage section UUID. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the Expenditure - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) The name of the Expenditure. - **section** (string) The Life Stage Section of the Expenditure. - **amount** (object) The amount of the Expenditure. - **position** (string) The position/order of the Expenditure in any listing. - **life_stage_uuid** (string) UUID of the Life Stage - **life_stage_section_uuid** (string) UUID of the parent Life Stage Section - **life_stage_field_uuid** (string) UUID of the parent Life Stage Field [Powered by Bump.sh](https://bump.sh)