Skip to main content
POST
/
plan_configurations
/
{public_id}
/
contribution_strategy
cURL
curl --request POST \
  --url https://sandbox.withclasp.com/plan_configurations/{public_id}/contribution_strategy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "strategy_type": "benefit_split",
  "employer_contribution": {
    "member": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_spouse": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_child": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_children": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_family": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    }
  }
}
'
{
  "strategy_type": "benefit_split",
  "employer_contribution": {
    "member": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_spouse": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_child": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_children": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    },
    "member_family": {
      "contribution": "<string>",
      "monthly_min_threshold": "<string>",
      "monthly_max_threshold": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Path Parameters

public_id
string
required

Body

application/json
strategy_type
enum<string>
required
Available options:
benefit_split
employer_contribution
object
required

Response

200 - application/json
strategy_type
enum<string>
required
Available options:
benefit_split
employer_contribution
object
required