Creates a new ReinsContractTransClaimDetail
Success
Unauthorized
{- "reinsContractTransClaimDetail_Key": 0,
- "benefit_Code": "string",
- "claim_Number": 0,
- "deductible_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "paid_Amt": 0.1,
- "reinsContractTrans_Key": 0,
- "reins_Level_From": 0.1,
- "reins_Level_Thru": 0.1,
- "reins_Paid": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractTransClaimDetail_Key": 0,
- "benefit_Code": "string",
- "claim_Number": 0,
- "deductible_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "paid_Amt": 0.1,
- "reinsContractTrans_Key": 0,
- "reins_Level_From": 0.1,
- "reins_Level_Thru": 0.1,
- "reins_Paid": 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 ReinsContractTransClaimDetail for the given reinsContractTransKey and claimNumber
Success
Unauthorized
Gets ReinsContractTransClaimDetail
Success
Unauthorized
Updates a specific ReinsContractTransClaimDetail.
Success
Unauthorized
{- "reinsContractTransClaimDetail_Key": 0,
- "benefit_Code": "string",
- "claim_Number": 0,
- "deductible_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "paid_Amt": 0.1,
- "reinsContractTrans_Key": 0,
- "reins_Level_From": 0.1,
- "reins_Level_Thru": 0.1,
- "reins_Paid": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractTransClaimDetail_Key": 0,
- "benefit_Code": "string",
- "claim_Number": 0,
- "deductible_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "paid_Amt": 0.1,
- "reinsContractTrans_Key": 0,
- "reins_Level_From": 0.1,
- "reins_Level_Thru": 0.1,
- "reins_Paid": 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"
}
}
Deletes an ReinsContractTransClaimDetail
Success
Unauthorized
Create or Update multiple ReinsContractTransClaimDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reinsContractTransClaimDetail_Key": 0,
- "benefit_Code": "string",
- "claim_Number": 0,
- "deductible_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "paid_Amt": 0.1,
- "reinsContractTrans_Key": 0,
- "reins_Level_From": 0.1,
- "reins_Level_Thru": 0.1,
- "reins_Paid": 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"
}
}