Creates a new CareCaseAuth
Success
Unauthorized
{- "careCaseAuth_Key": 0,
- "approved": "string",
- "authorization_Number": "string",
- "careSite_ID": 0,
- "case_Key": 0,
- "comment": "string",
- "disclaimer_Given": true,
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "medical_Concordance_Level": "string",
- "notConcordant": "string",
- "notification": "string",
- "provider_Info": "string",
- "referred_By": "string",
- "requested": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "careCaseAuth_Key": 0,
- "approved": "string",
- "authorization_Number": "string",
- "careSite_ID": 0,
- "case_Key": 0,
- "comment": "string",
- "disclaimer_Given": true,
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "medical_Concordance_Level": "string",
- "notConcordant": "string",
- "notification": "string",
- "provider_Info": "string",
- "referred_By": "string",
- "requested": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "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 CareCaseAuth for the given caseKey
Success
Unauthorized
Updates a specific CareCaseAuth.
Success
Unauthorized
{- "careCaseAuth_Key": 0,
- "approved": "string",
- "authorization_Number": "string",
- "careSite_ID": 0,
- "case_Key": 0,
- "comment": "string",
- "disclaimer_Given": true,
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "medical_Concordance_Level": "string",
- "notConcordant": "string",
- "notification": "string",
- "provider_Info": "string",
- "referred_By": "string",
- "requested": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "careCaseAuth_Key": 0,
- "approved": "string",
- "authorization_Number": "string",
- "careSite_ID": 0,
- "case_Key": 0,
- "comment": "string",
- "disclaimer_Given": true,
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "medical_Concordance_Level": "string",
- "notConcordant": "string",
- "notification": "string",
- "provider_Info": "string",
- "referred_By": "string",
- "requested": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "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 CareCaseAuth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "careCaseAuth_Key": 0,
- "approved": "string",
- "authorization_Number": "string",
- "careSite_ID": 0,
- "case_Key": 0,
- "comment": "string",
- "disclaimer_Given": true,
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "medical_Concordance_Level": "string",
- "notConcordant": "string",
- "notification": "string",
- "provider_Info": "string",
- "referred_By": "string",
- "requested": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "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"
}
}