Creates a new CareCaseAction
Success
Unauthorized
{- "careCaseAction_Key": 0,
- "action_Definition": "string",
- "action_Status": "string",
- "action_Type": "string",
- "caseDetail_Key": 0,
- "case_Key": 0,
- "eMail_Body": "string",
- "eMail_Recipient": "string",
- "eMail_Subject": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "event_ID": 0,
- "reportQueue_Key": 0,
- "reportSeries_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "careCaseAction_Key": 0,
- "action_Definition": "string",
- "action_Status": "string",
- "action_Type": "string",
- "caseDetail_Key": 0,
- "case_Key": 0,
- "eMail_Body": "string",
- "eMail_Recipient": "string",
- "eMail_Subject": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "event_ID": 0,
- "reportQueue_Key": 0,
- "reportSeries_Key": 0,
- "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 CareCaseAction for the given caseKey
Success
Unauthorized
Updates a specific CareCaseAction.
Success
Unauthorized
{- "careCaseAction_Key": 0,
- "action_Definition": "string",
- "action_Status": "string",
- "action_Type": "string",
- "caseDetail_Key": 0,
- "case_Key": 0,
- "eMail_Body": "string",
- "eMail_Recipient": "string",
- "eMail_Subject": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "event_ID": 0,
- "reportQueue_Key": 0,
- "reportSeries_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "careCaseAction_Key": 0,
- "action_Definition": "string",
- "action_Status": "string",
- "action_Type": "string",
- "caseDetail_Key": 0,
- "case_Key": 0,
- "eMail_Body": "string",
- "eMail_Recipient": "string",
- "eMail_Subject": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "event_ID": 0,
- "reportQueue_Key": 0,
- "reportSeries_Key": 0,
- "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 CareCaseAction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "careCaseAction_Key": 0,
- "action_Definition": "string",
- "action_Status": "string",
- "action_Type": "string",
- "caseDetail_Key": 0,
- "case_Key": 0,
- "eMail_Body": "string",
- "eMail_Recipient": "string",
- "eMail_Subject": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "event_ID": 0,
- "reportQueue_Key": 0,
- "reportSeries_Key": 0,
- "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"
}
}