Creates a new CareManager
Success
Unauthorized
{- "careManager_Key": 0,
- "accepting_Cases": true,
- "access_Co_Worker": 0,
- "access_I_Report_To": 0,
- "access_Report_To_Me": 0,
- "access_Same_Care_Unit": 0,
- "careManager_Type": "string",
- "carePlanAllFg": true,
- "careTypeAllFg": true,
- "case_Threshold": 0,
- "case_Weight_Threshold": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "user_ID": "string"
}
{- "data": {
- "careManager_Key": 0,
- "accepting_Cases": true,
- "access_Co_Worker": 0,
- "access_I_Report_To": 0,
- "access_Report_To_Me": 0,
- "access_Same_Care_Unit": 0,
- "careManager_Type": "string",
- "carePlanAllFg": true,
- "careTypeAllFg": true,
- "case_Threshold": 0,
- "case_Weight_Threshold": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "user_ID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CareManager
Success
Unauthorized
Updates a specific CareManager.
Success
Unauthorized
{- "careManager_Key": 0,
- "accepting_Cases": true,
- "access_Co_Worker": 0,
- "access_I_Report_To": 0,
- "access_Report_To_Me": 0,
- "access_Same_Care_Unit": 0,
- "careManager_Type": "string",
- "carePlanAllFg": true,
- "careTypeAllFg": true,
- "case_Threshold": 0,
- "case_Weight_Threshold": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "user_ID": "string"
}
{- "data": {
- "careManager_Key": 0,
- "accepting_Cases": true,
- "access_Co_Worker": 0,
- "access_I_Report_To": 0,
- "access_Report_To_Me": 0,
- "access_Same_Care_Unit": 0,
- "careManager_Type": "string",
- "carePlanAllFg": true,
- "careTypeAllFg": true,
- "case_Threshold": 0,
- "case_Weight_Threshold": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "user_ID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple CareManager at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "careManager_Key": 0,
- "accepting_Cases": true,
- "access_Co_Worker": 0,
- "access_I_Report_To": 0,
- "access_Report_To_Me": 0,
- "access_Same_Care_Unit": 0,
- "careManager_Type": "string",
- "carePlanAllFg": true,
- "careTypeAllFg": true,
- "case_Threshold": 0,
- "case_Weight_Threshold": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "user_ID": "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"
}
}