Creates a new ClaimAuditDetail
Success
Unauthorized
{- "claimAuditDetail_Key": 0,
- "appeal": true,
- "appeal_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn": true,
- "appeal_Overturn_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn_Reason": "string",
- "appeal_Reason": "string",
- "appeal_Result": "string",
- "audit_Discrepancy": 0.1,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimAudit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "claimAuditDetail_Key": 0,
- "appeal": true,
- "appeal_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn": true,
- "appeal_Overturn_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn_Reason": "string",
- "appeal_Reason": "string",
- "appeal_Result": "string",
- "audit_Discrepancy": 0.1,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimAudit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "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 ClaimAuditDetail for the given claimAuditKey
Success
Unauthorized
Updates a specific ClaimAuditDetail.
Success
Unauthorized
{- "claimAuditDetail_Key": 0,
- "appeal": true,
- "appeal_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn": true,
- "appeal_Overturn_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn_Reason": "string",
- "appeal_Reason": "string",
- "appeal_Result": "string",
- "audit_Discrepancy": 0.1,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimAudit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "claimAuditDetail_Key": 0,
- "appeal": true,
- "appeal_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn": true,
- "appeal_Overturn_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn_Reason": "string",
- "appeal_Reason": "string",
- "appeal_Result": "string",
- "audit_Discrepancy": 0.1,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimAudit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "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 ClaimAuditDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "claimAuditDetail_Key": 0,
- "appeal": true,
- "appeal_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn": true,
- "appeal_Overturn_Date": "2019-08-24T14:15:22Z",
- "appeal_Overturn_Reason": "string",
- "appeal_Reason": "string",
- "appeal_Result": "string",
- "audit_Discrepancy": 0.1,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimAudit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "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"
}
}