Creates a new ReinsContractTransClaim
Success
Unauthorized
{- "reinsContractTrans_Key": 0,
- "claim_Number": 0,
- "aggSpecDed_Reimbursed": 0.1,
- "claimTransaction_Not_Covered": 0.1,
- "claimTransaction_Reimbursed": 0.1,
- "claimTransaction_Status": "string",
- "claim_Paid_Amount_On_Trans": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "specDed_Reimbursed": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "domestic_Claim": true,
- "criteria_Key": 0,
- "domestic_Reduction_Pct": 0.1
}
{- "data": {
- "reinsContractTrans_Key": 0,
- "claim_Number": 0,
- "aggSpecDed_Reimbursed": 0.1,
- "claimTransaction_Not_Covered": 0.1,
- "claimTransaction_Reimbursed": 0.1,
- "claimTransaction_Status": "string",
- "claim_Paid_Amount_On_Trans": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "specDed_Reimbursed": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "domestic_Claim": true,
- "criteria_Key": 0,
- "domestic_Reduction_Pct": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ReinsContractTransClaim for the given reinsContractTransKey
Success
Unauthorized
Gets ReinsContractTransClaim
Success
Unauthorized
Updates a specific ReinsContractTransClaim.
Success
Unauthorized
{- "reinsContractTrans_Key": 0,
- "claim_Number": 0,
- "aggSpecDed_Reimbursed": 0.1,
- "claimTransaction_Not_Covered": 0.1,
- "claimTransaction_Reimbursed": 0.1,
- "claimTransaction_Status": "string",
- "claim_Paid_Amount_On_Trans": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "specDed_Reimbursed": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "domestic_Claim": true,
- "criteria_Key": 0,
- "domestic_Reduction_Pct": 0.1
}
{- "data": {
- "reinsContractTrans_Key": 0,
- "claim_Number": 0,
- "aggSpecDed_Reimbursed": 0.1,
- "claimTransaction_Not_Covered": 0.1,
- "claimTransaction_Reimbursed": 0.1,
- "claimTransaction_Status": "string",
- "claim_Paid_Amount_On_Trans": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "specDed_Reimbursed": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "domestic_Claim": true,
- "criteria_Key": 0,
- "domestic_Reduction_Pct": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ReinsContractTransClaim 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,
- "claim_Number": 0,
- "aggSpecDed_Reimbursed": 0.1,
- "claimTransaction_Not_Covered": 0.1,
- "claimTransaction_Reimbursed": 0.1,
- "claimTransaction_Status": "string",
- "claim_Paid_Amount_On_Trans": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "specDed_Reimbursed": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "domestic_Claim": true,
- "criteria_Key": 0,
- "domestic_Reduction_Pct": 0.1
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}