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

-

WorkplanId

The workplan identifier.

integer

-

StartDate

The startdate of the evaluation.

date

-

EndDate

The enddate of the evaluation.

date

-

EvaluationTypeId

The type id of the evaluation.

integer

-

Content

The evaluation text in RTF format.

string

-

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "WorkplanId": 2,
  "StartDate": "2026-05-26T21:10:53.0767625+02:00",
  "EndDate": "2026-05-26T21:10:53.0767625+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-26T21:10:53.0767625+02:00</EndDate>
  <EvaluationTypeId>5</EvaluationTypeId>
  <Id>1</Id>
  <StartDate>2026-05-26T21:10:53.0767625+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

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-