Calls the Zelis Redcard interop service to retrieve an EOB for the given request.
Success
Unauthorized
{- "claimNumber": "string",
- "memberId": "string",
- "returnBytes": true,
- "useProd": true
}
{- "data": {
- "pdfUrl": "string",
- "pdfBytes": "string",
- "isPdfBytes": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}