Creates a new CareUnitCareManager
Success
Unauthorized
{- "careUnit_Key": 0,
- "careManager_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "factor": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}{- "data": {- "careUnit_Key": 0,
- "careManager_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "factor": 0.1,
- "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 CareUnitCareManager for the given careUnitKey
Success
Unauthorized
Updates a specific CareUnitCareManager.
Success
Unauthorized
{- "careUnit_Key": 0,
- "careManager_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "factor": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}{- "data": {- "careUnit_Key": 0,
- "careManager_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "factor": 0.1,
- "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 CareUnitCareManager at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {- "careUnit_Key": 0,
- "careManager_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "factor": 0.1,
- "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"
 }
}