Creates a new CapitationAdjustment
Success
Unauthorized
{- "capitationAdjustment_Key": 0,
- "account_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Date": "2019-08-24T14:15:22Z",
- "age": 0,
- "capitationPlanRate_Key": 0,
- "capitationTransaction_Key": 0,
- "capitation_Adjustment_Reason": "string",
- "capitation_Adjustment_Type": "string",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "payor_ID": "string",
- "plan_ID": "string",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "capitationAdjustment_Key": 0,
- "account_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Date": "2019-08-24T14:15:22Z",
- "age": 0,
- "capitationPlanRate_Key": 0,
- "capitationTransaction_Key": 0,
- "capitation_Adjustment_Reason": "string",
- "capitation_Adjustment_Type": "string",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "payor_ID": "string",
- "plan_ID": "string",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "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 CapitationAdjustment for the given capitationTransactionKey. If capitationTransactionKey is not provided, a list of Unassigned Capitation Adjustments will be returned.
Success
Unauthorized
Updates a specific CapitationAdjustment.
Success
Unauthorized
{- "capitationAdjustment_Key": 0,
- "account_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Date": "2019-08-24T14:15:22Z",
- "age": 0,
- "capitationPlanRate_Key": 0,
- "capitationTransaction_Key": 0,
- "capitation_Adjustment_Reason": "string",
- "capitation_Adjustment_Type": "string",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "payor_ID": "string",
- "plan_ID": "string",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "capitationAdjustment_Key": 0,
- "account_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Date": "2019-08-24T14:15:22Z",
- "age": 0,
- "capitationPlanRate_Key": 0,
- "capitationTransaction_Key": 0,
- "capitation_Adjustment_Reason": "string",
- "capitation_Adjustment_Type": "string",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "payor_ID": "string",
- "plan_ID": "string",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "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 CapitationAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "capitationAdjustment_Key": 0,
- "account_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Date": "2019-08-24T14:15:22Z",
- "age": 0,
- "capitationPlanRate_Key": 0,
- "capitationTransaction_Key": 0,
- "capitation_Adjustment_Reason": "string",
- "capitation_Adjustment_Type": "string",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "payor_ID": "string",
- "plan_ID": "string",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "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"
}
}