# Create an adviser split **POST /api/v1/adviser-split** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **name** (string) The name of the adviser split - **firm_percentage** (float) The percentage held by the firm on a charge - **adviser_percentage** (float) The percentage held by the selling adviser on a charge - **type** (string) Valid types are 'plan' or 'adviser'. Whether or not this adviser split will be assigned directly to an adviser, or at a plan level to override the selling adviser's adviser split. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **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 adviser split - **firm_percentage** (integer) The percentage held by the firm on a charge - **adviser_percentage** (integer) The percentage held by the selling adviser on a charge - **type** (string) Whether this adviser split is for an adviser or a plan charge [Powered by Bump.sh](https://bump.sh)