Creates a new ReinsAccum
Success
Unauthorized
{- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st",
- "claim_Number": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "billed_Price": 0.1,
- "co_Ins_Amt": 0.1,
- "co_Pay_Amt": 0.1,
- "deductible_Amt": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "not_Covered_Amt": 0.1,
- "paid_Amt": 0.1,
- "plan_Price": 0.1,
- "reinsCriteria_Type": "string",
- "running_Total": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st",
- "claim_Number": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "billed_Price": 0.1,
- "co_Ins_Amt": 0.1,
- "co_Pay_Amt": 0.1,
- "deductible_Amt": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "not_Covered_Amt": 0.1,
- "paid_Amt": 0.1,
- "plan_Price": 0.1,
- "reinsCriteria_Type": "string",
- "running_Total": 0.1,
- "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 ReinsAccum for the given reinsContractKey
Success
Unauthorized
Updates a specific ReinsAccum.
Success
Unauthorized
{- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st",
- "claim_Number": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "billed_Price": 0.1,
- "co_Ins_Amt": 0.1,
- "co_Pay_Amt": 0.1,
- "deductible_Amt": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "not_Covered_Amt": 0.1,
- "paid_Amt": 0.1,
- "plan_Price": 0.1,
- "reinsCriteria_Type": "string",
- "running_Total": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st",
- "claim_Number": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "billed_Price": 0.1,
- "co_Ins_Amt": 0.1,
- "co_Pay_Amt": 0.1,
- "deductible_Amt": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "not_Covered_Amt": 0.1,
- "paid_Amt": 0.1,
- "plan_Price": 0.1,
- "reinsCriteria_Type": "string",
- "running_Total": 0.1,
- "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 ReinsAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st",
- "claim_Number": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "billed_Price": 0.1,
- "co_Ins_Amt": 0.1,
- "co_Pay_Amt": 0.1,
- "deductible_Amt": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "not_Covered_Amt": 0.1,
- "paid_Amt": 0.1,
- "plan_Price": 0.1,
- "reinsCriteria_Type": "string",
- "running_Total": 0.1,
- "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"
}
}