Creates a dependent and associates it to a member.
curl --request POST \
--url https://sandbox.withclasp.com/dependents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
}
}'
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn_last_four": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"enrolled_plans": [
"<string>"
]
}
API Key authentication with required prefix "Bearer"
The response is of type object
.
curl --request POST \
--url https://sandbox.withclasp.com/dependents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
}
}'
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn_last_four": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"enrolled_plans": [
"<string>"
]
}
Creates a dependent and associates it to a member.
curl --request POST \
--url https://sandbox.withclasp.com/dependents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
}
}'
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn_last_four": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"enrolled_plans": [
"<string>"
]
}
API Key authentication with required prefix "Bearer"
The response is of type object
.
curl --request POST \
--url https://sandbox.withclasp.com/dependents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
}
}'
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn_last_four": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"has_disability": true,
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"enrolled_plans": [
"<string>"
]
}