Creates a new CapitationPlanRate
Success
Unauthorized
{- "capitationPlanRate_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "capitation_Category": "string",
- "capitation_Type": "string",
- "child": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "plan_ID": "string",
- "rate": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "capitationPlanRate_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "capitation_Category": "string",
- "capitation_Type": "string",
- "child": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "plan_ID": "string",
- "rate": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan.
Success
Unauthorized
Updates a specific CapitationPlanRate.
Success
Unauthorized
{- "capitationPlanRate_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "capitation_Category": "string",
- "capitation_Type": "string",
- "child": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "plan_ID": "string",
- "rate": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "capitationPlanRate_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "capitation_Category": "string",
- "capitation_Type": "string",
- "child": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "plan_ID": "string",
- "rate": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple CapitationPlanRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "capitationPlanRate_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "capitation_Category": "string",
- "capitation_Type": "string",
- "child": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "plan_ID": "string",
- "rate": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}