POST PlanCare2Api/WorkplansV2/Evaluation
Create a new workplanV2 evaluation.
Requires 'Start' permission for function WorkplanOverview {E5355268-B1D3-4447-B43B-B5DE20B8ADD8}
Request Information
URI Parameters
None.
Body Parameters
The workplan evaluation to save
CreateWorkplanEvaluation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The id for the workplan evaluation. |
integer |
None |
| WorkplanId |
The workplan identifier. |
integer |
None |
| StartDate |
The startdate of the evaluation. |
date |
None |
| EndDate |
The enddate of the evaluation. |
date |
None |
| EvaluationTypeId |
The type id of the evaluation. |
integer |
None |
| Content |
The evaluation text in RTF format. |
string |
None |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"WorkplanId": 2,
"StartDate": "2026-05-26T22:07:19.8031098+02:00",
"EndDate": "2026-05-26T22:07:19.8031098+02:00",
"EvaluationTypeId": 5,
"Content": "sample string 6"
}
application/xml, text/xml
Sample:
<CreateWorkplanEvaluation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan"> <Content>sample string 6</Content> <EndDate>2026-05-26T22:07:19.8031098+02:00</EndDate> <EvaluationTypeId>5</EvaluationTypeId> <Id>1</Id> <StartDate>2026-05-26T22:07:19.8031098+02:00</StartDate> <WorkplanId>2</WorkplanId> </CreateWorkplanEvaluation>
Response Information
Resource Description
Returns the HttpResponseMessage which contains the saved workplan evaluation instance
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |