# Create a withdrawal [DEPRECATED: Use transaction routes] **POST /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/withdrawals** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **plan_uuid** (string) - **subAccount_uuid** (string) ### Body: application/json (object) - **type** (string) The type of withdrawal. Available options: recurring and adhoc - **frequency** (string) The frequency of the withdrawal. Available options: daily, weekly, fortnightly, four_weekly, monthly, bimonthly, quarterly, biannually, annually, adhoc and one_off - **started_at** (string(date)) The start date of a recurring withdrawal. Required if the withdrawal type is "recurring". - **ended_at** (string(date)) The end date of a recurring withdrawal. Required if the withdrawal type is "recurring". - **withdrawn_at** (string(date)) The date the withdrawal was made. Required if the withdrawal type is "adhoc". - **value** (integer) The value of the withdrawal. - **notes** (string) Notes about the withdrawal. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **withdrawn_at** (string) - **value** (object) [Powered by Bump.sh](https://bump.sh)