Creates a new ClaimBatchDetailBenefit
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "benefit_Code": "string",
- "override": true,
- "override_User": "string"
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "benefit_Code": "string",
- "override": true,
- "override_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ClaimBatchDetailBenefit for the given batchNumber and batchClaim and claimSeq and adjustmentSeq
Success
Unauthorized
Gets ClaimBatchDetailBenefit
Success
Unauthorized
Updates a specific ClaimBatchDetailBenefit.
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "benefit_Code": "string",
- "override": true,
- "override_User": "string"
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "benefit_Code": "string",
- "override": true,
- "override_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ClaimBatchDetailBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "benefit_Code": "string",
- "override": true,
- "override_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"
}
}