POST api/ViewYouthDashboard

Request Information

URI Parameters

None.

Body Parameters

ViewYouthDashboardModel
NameDescriptionTypeAdditional information
SCHOOL_ID

integer

None.

ATTENDANCE_STATUS

string

None.

MOOD_STATUS

string

None.

INCIDENT_TYPE

string

None.

INCIDENT_SEVERITY

string

None.

PROBATIONARY_COMPLIANCE_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SCHOOL_ID": 1,
  "ATTENDANCE_STATUS": "sample string 2",
  "MOOD_STATUS": "sample string 3",
  "INCIDENT_TYPE": "sample string 4",
  "INCIDENT_SEVERITY": "sample string 5",
  "PROBATIONARY_COMPLIANCE_STATUS": "sample string 6"
}

application/xml, text/xml

Sample:
<ViewYouthDashboardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.dashboard">
  <ATTENDANCE_STATUS>sample string 2</ATTENDANCE_STATUS>
  <INCIDENT_SEVERITY>sample string 5</INCIDENT_SEVERITY>
  <INCIDENT_TYPE>sample string 4</INCIDENT_TYPE>
  <MOOD_STATUS>sample string 3</MOOD_STATUS>
  <PROBATIONARY_COMPLIANCE_STATUS>sample string 6</PROBATIONARY_COMPLIANCE_STATUS>
  <SCHOOL_ID>1</SCHOOL_ID>
</ViewYouthDashboardModel>

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/" />