Creates a new ReinsContractTrans
Success
Unauthorized
{- "reinsContractTrans_Key": 0,
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "member_Seq": "st",
- "reinsContract_Key": 0,
- "submitted_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Claim_Number": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Status": "string",
- "transaction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractTrans_Key": 0,
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "member_Seq": "st",
- "reinsContract_Key": 0,
- "submitted_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Claim_Number": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Status": "string",
- "transaction_Type": "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 ReinsContractTrans for the given reinsContractKey
Success
Unauthorized
Lists all ReinsContractTransactions in a Summary for the given reinsContractKey
Success
Unauthorized
List all Claims attached to this Reinsurance Transaction along with some associated claim information and amount summaries.
Success
Unauthorized
List all Reimbursements attached to this Reinsurance Transaction along with some associated funding information and amount summaries.
Success
Unauthorized
Updates a specific ReinsContractTrans.
Success
Unauthorized
{- "reinsContractTrans_Key": 0,
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "member_Seq": "st",
- "reinsContract_Key": 0,
- "submitted_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Claim_Number": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Status": "string",
- "transaction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractTrans_Key": 0,
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "member_Seq": "st",
- "reinsContract_Key": 0,
- "submitted_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Claim_Number": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Status": "string",
- "transaction_Type": "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 ReinsContractTrans at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reinsContractTrans_Key": 0,
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "member_Seq": "st",
- "reinsContract_Key": 0,
- "submitted_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Claim_Number": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Status": "string",
- "transaction_Type": "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"
}
}
Based on information existing in the ReinsTrans records and the attached ReinsTransClaim records, calculate the header information and return result.
Success
Unauthorized
For all claims attached to this Reinsurance Transaction, reset the various applied amounts (Reimbursed, Not Covered, etc.).
Accepted for processing
Unauthorized
This option will reset all deductible applied amounts for claims on this transaction. Specific or Lasered Deductible amount is then applied to claims in service date order until deductible is met.
Accepted for processing
Unauthorized
Using this option will reset all aggregate deductible applied amounts for claims on this transaction. Aggregate Deductible amount is then applied to claims in service date order until Aggregate Specific Deductible is met.
Accepted for processing
Unauthorized
Using this option will reset all reimbursement applied amounts for claims on this transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used.
Accepted for processing
Unauthorized