Creates a new CostContainZelisClaimReprice
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "amountDue": 0.1,
- "appliedService": "string",
- "customEOPLanguage": "string",
- "dueDateFrom": "2019-08-24T14:15:22Z",
- "dueDateTo": "2019-08-24T14:15:22Z",
- "eopLanguageCode": "string",
- "savings": 0.1,
- "transactionID": "string",
- "zelisClaimID": 0,
- "zelisFees": 0.1
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "amountDue": 0.1,
- "appliedService": "string",
- "customEOPLanguage": "string",
- "dueDateFrom": "2019-08-24T14:15:22Z",
- "dueDateTo": "2019-08-24T14:15:22Z",
- "eopLanguageCode": "string",
- "savings": 0.1,
- "transactionID": "string",
- "zelisClaimID": 0,
- "zelisFees": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CostContainZelisClaimReprice
Success
Unauthorized
Updates a specific CostContainZelisClaimReprice.
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "amountDue": 0.1,
- "appliedService": "string",
- "customEOPLanguage": "string",
- "dueDateFrom": "2019-08-24T14:15:22Z",
- "dueDateTo": "2019-08-24T14:15:22Z",
- "eopLanguageCode": "string",
- "savings": 0.1,
- "transactionID": "string",
- "zelisClaimID": 0,
- "zelisFees": 0.1
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "amountDue": 0.1,
- "appliedService": "string",
- "customEOPLanguage": "string",
- "dueDateFrom": "2019-08-24T14:15:22Z",
- "dueDateTo": "2019-08-24T14:15:22Z",
- "eopLanguageCode": "string",
- "savings": 0.1,
- "transactionID": "string",
- "zelisClaimID": 0,
- "zelisFees": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple CostContainZelisClaimReprice 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,
- "amountDue": 0.1,
- "appliedService": "string",
- "customEOPLanguage": "string",
- "dueDateFrom": "2019-08-24T14:15:22Z",
- "dueDateTo": "2019-08-24T14:15:22Z",
- "eopLanguageCode": "string",
- "savings": 0.1,
- "transactionID": "string",
- "zelisClaimID": 0,
- "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"
}
}