POST AddRecommendations

Request Information

URI Parameters

None.

Body Parameters

CarePlanModel
NameDescriptionTypeAdditional information
ID

integer

None.

CASE_ID

integer

None.

ENTITY_ID

string

None.

THERAPY_SESN_ID

integer

None.

STUDENT_ID

integer

None.

RECO_ST_DT

date

None.

RECO_END_DT

date

None.

SHORT_DESC

string

None.

RECO_MSG

string

None.

IS_ACTIVE_FLG

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CASE_ID": 2,
  "ENTITY_ID": "sample string 3",
  "THERAPY_SESN_ID": 4,
  "STUDENT_ID": 5,
  "RECO_ST_DT": "2026-01-09T13:56:26.9265361+00:00",
  "RECO_END_DT": "2026-01-09T13:56:26.9265361+00:00",
  "SHORT_DESC": "sample string 6",
  "RECO_MSG": "sample string 7",
  "IS_ACTIVE_FLG": 64
}

application/xml, text/xml

Sample:
<CarePlanModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.StudentCareTeam">
  <CASE_ID>2</CASE_ID>
  <ENTITY_ID>sample string 3</ENTITY_ID>
  <ID>1</ID>
  <IS_ACTIVE_FLG>64</IS_ACTIVE_FLG>
  <RECO_END_DT>2026-01-09T13:56:26.9265361+00:00</RECO_END_DT>
  <RECO_MSG>sample string 7</RECO_MSG>
  <RECO_ST_DT>2026-01-09T13:56:26.9265361+00:00</RECO_ST_DT>
  <SHORT_DESC>sample string 6</SHORT_DESC>
  <STUDENT_ID>5</STUDENT_ID>
  <THERAPY_SESN_ID>4</THERAPY_SESN_ID>
</CarePlanModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />