# Create a charge split schema **POST /api/v1/charge-split-schema** ## 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) Introducer split name - **min_percentage** (float) Minimum percentage of overall charge introducer can be entitled to - **max_percentage** (float) Maximum percentage of overall charge introducer can be entitled to - **default_percentage** (float) Default percentage of overall charge introducer can be entitled to. Must be between minimum and maximum - **percentage_paid_by_firm** (float) Percentage of the introducer's cut of the expected amount to be paid by the firm - **percentage_paid_by_adviser** (float) Percentage of the introducer's cut of the expected amount to be paid by the selling adviser - **can_change_transfer_fci** (boolean) Whether the value for FCI contributions can be changed. Will only apply to advisers - **default_transfer_fci** (boolean) Default value to whether the introducer will be recognised for FCI contributions. Will only apply to advisers - **can_change_initial** (boolean) Whether the value for initial charges can be changed - **default_initial** (boolean) Default value to whether this charge split schema will be applied to initial charges - **can_change_ongoing** (boolean) Whether the value for ongoing charges can be changed - **default_ongoing** (boolean) Default value to whether this charge split schema will be applied to ongoing charges - **valid_for_advisers** (boolean) Whether this charge split schema can be applied for adviser accounts - **valid_for_clients** (boolean) Whether this charge split schema can be applied for client accounts - **valid_for_introducers** (boolean) Whether this charge split schema can be applied for introducer accounts - **visible_to_advisers** (boolean) Whether this charge split schema is visible to advisers to use ## 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) Introducer split name - **min_percentage** (integer) Minimum percentage of overall charge introducer can be entitled to - **max_percentage** (integer) Maximum percentage of overall charge introducer can be entitled to - **default_percentage** (integer) Default percentage of overall charge introducer can be entitled to. Must be between minimum and maximum - **percentage_paid_by_firm** (integer) Percentage of the introducer's cut of the expected amount to be paid by the firm - **percentage_paid_by_adviser** (integer) Percentage of the introducer's cut of the expected amount to be paid by the selling adviser - **can_change_transfer_fci** (boolean) Whether the value for FCI contributions can be changed. Will only apply to advisers - **default_transfer_fci** (boolean) Default value to whether the introducer will be recognised for FCI contributions. Will only apply to advisers - **can_change_initial** (boolean) Whether the value for initial charges can be changed - **default_initial** (boolean) Default value to whether this charge split schema will be applied to initial charges - **can_change_ongoing** (boolean) Whether the value for ongoing charges can be changed - **default_ongoing** (boolean) Default value to whether this charge split schema will be applied to ongoing charges - **valid_for_advisers** (boolean) Whether this charge split schema can be applied for adviser accounts - **valid_for_clients** (boolean) Whether this charge split schema can be applied for client accounts - **valid_for_introducers** (boolean) Whether this charge split schema can be applied for introducer accounts - **visible_to_advisers** (boolean) Whether this charge split schema is visible to advisers to use [Powered by Bump.sh](https://bump.sh)