Creates a new Tier
Success
Unauthorized
{- "tier1": "st",
- "dependent": true,
- "description": "string",
- "hipaA_Code": "string",
- "insured": true,
- "max_Members": 0,
- "multimember_Tier": true,
- "spouse": true,
- "spouse_Only": "s"
}
{- "data": {
- "tier1": "st",
- "dependent": true,
- "description": "string",
- "hipaA_Code": "string",
- "insured": true,
- "max_Members": 0,
- "multimember_Tier": true,
- "spouse": true,
- "spouse_Only": "s"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all Tier
Success
Unauthorized
Updates a specific Tier.
Success
Unauthorized
{- "tier1": "st",
- "dependent": true,
- "description": "string",
- "hipaA_Code": "string",
- "insured": true,
- "max_Members": 0,
- "multimember_Tier": true,
- "spouse": true,
- "spouse_Only": "s"
}
{- "data": {
- "tier1": "st",
- "dependent": true,
- "description": "string",
- "hipaA_Code": "string",
- "insured": true,
- "max_Members": 0,
- "multimember_Tier": true,
- "spouse": true,
- "spouse_Only": "s"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple Tier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "tier1": "st",
- "dependent": true,
- "description": "string",
- "hipaA_Code": "string",
- "insured": true,
- "max_Members": 0,
- "multimember_Tier": true,
- "spouse": true,
- "spouse_Only": "s"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}