Creates a new CostContainZelisClaimDetailReprice
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "amountDue": 0.1,
- "appliedService": "string",
- "editCode": "string",
- "editDescription": "string",
- "randC": 0.1,
- "savings": 0.1,
- "zelisFees": 0.1
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "amountDue": 0.1,
- "appliedService": "string",
- "editCode": "string",
- "editDescription": "string",
- "randC": 0.1,
- "savings": 0.1,
- "zelisFees": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CostContainZelisClaimDetailReprice for the given batchNumber and batchClaim
Success
Unauthorized
Gets CostContainZelisClaimDetailReprice
Success
Unauthorized
Updates a specific CostContainZelisClaimDetailReprice.
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "amountDue": 0.1,
- "appliedService": "string",
- "editCode": "string",
- "editDescription": "string",
- "randC": 0.1,
- "savings": 0.1,
- "zelisFees": 0.1
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "claim_Seq": "st",
- "adjustment_Seq": "str",
- "amountDue": 0.1,
- "appliedService": "string",
- "editCode": "string",
- "editDescription": "string",
- "randC": 0.1,
- "savings": 0.1,
- "zelisFees": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Deletes an CostContainZelisClaimDetailReprice
Success
Unauthorized
Create or Update multiple CostContainZelisClaimDetailReprice 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",
- "amountDue": 0.1,
- "appliedService": "string",
- "editCode": "string",
- "editDescription": "string",
- "randC": 0.1,
- "savings": 0.1,
- "zelisFees": 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"
}
}