POST Api/DailyClassAdministration/AddDailyPointTracking
Request Information
URI Parameters
None.
Body Parameters
DailyPointTrackingRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SpinDate | date |
None. |
|
| StudentId | decimal number |
None. |
|
| BehaveGoal1 | integer |
None. |
|
| BehaveGoal2 | integer |
None. |
|
| BehaveGoal3 | integer |
None. |
|
| BehaveGoal4 | integer |
None. |
|
| BehaveGoal5 | integer |
None. |
|
| BehaveGoal6 | integer |
None. |
|
| BehaveGoal7 | integer |
None. |
|
| BehaveGoal8 | integer |
None. |
|
| BehaveGoal9 | integer |
None. |
|
| BehaveGoal10 | integer |
None. |
|
| BehaveGoal11 | integer |
None. |
|
| TotalPoints | integer |
None. |
|
| TotalPossible | integer |
None. |
|
| YellowBehaveNoProblem | integer |
None. |
|
| BlueMinorBehave1 | integer |
None. |
|
| BlueMinorBehave2 | integer |
None. |
|
| BlueMinorBehave3 | integer |
None. |
|
| BlueMinorBehave5 | integer |
None. |
|
| BlueMinorBehave4 | integer |
None. |
|
| GreenSignifBehave1 | integer |
None. |
|
| GreenSignifBehave2 | integer |
None. |
|
| GreenSignifBehave3 | integer |
None. |
|
| GreenSignifBehave4 | integer |
None. |
|
| GreenSignifBehave5 | integer |
None. |
|
| RedCrisisBehave1 | integer |
None. |
|
| RedCrisisBehave2 | integer |
None. |
|
| RedCrisisBehave3 | integer |
None. |
|
| RedCrisisBehave4 | integer |
None. |
|
| RedCrisisBehave5 | integer |
None. |
|
| BehaveComments | string |
None. |
|
| CampusName | string |
None. |
|
| UserID | string |
None. |
|
| DeviceID | string |
None. |
|
| DeviceOS | string |
None. |
|
| Version | string |
None. |
|
| accessToken | string |
Required Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$ |
Request Formats
application/json, text/json
Sample:
{
"SpinDate": "2025-12-13T01:11:10.4262623-05:00",
"StudentId": 2.0,
"BehaveGoal1": 1,
"BehaveGoal2": 1,
"BehaveGoal3": 1,
"BehaveGoal4": 1,
"BehaveGoal5": 1,
"BehaveGoal6": 1,
"BehaveGoal7": 1,
"BehaveGoal8": 1,
"BehaveGoal9": 1,
"BehaveGoal10": 1,
"BehaveGoal11": 1,
"TotalPoints": 1,
"TotalPossible": 1,
"YellowBehaveNoProblem": 1,
"BlueMinorBehave1": 1,
"BlueMinorBehave2": 1,
"BlueMinorBehave3": 1,
"BlueMinorBehave5": 1,
"BlueMinorBehave4": 1,
"GreenSignifBehave1": 1,
"GreenSignifBehave2": 1,
"GreenSignifBehave3": 1,
"GreenSignifBehave4": 1,
"GreenSignifBehave5": 1,
"RedCrisisBehave1": 1,
"RedCrisisBehave2": 1,
"RedCrisisBehave3": 1,
"RedCrisisBehave4": 1,
"RedCrisisBehave5": 1,
"BehaveComments": "sample string 3",
"CampusName": "sample string 4",
"UserID": "sample string 5",
"DeviceID": "sample string 6",
"DeviceOS": "sample string 7",
"Version": "sample string 8",
"accessToken": "sample string 9"
}
text/html
Sample:
{"SpinDate":"2025-12-13T01:11:10.4262623-05:00","StudentId":2.0,"BehaveGoal1":1,"BehaveGoal2":1,"BehaveGoal3":1,"BehaveGoal4":1,"BehaveGoal5":1,"BehaveGoal6":1,"BehaveGoal7":1,"BehaveGoal8":1,"BehaveGoal9":1,"BehaveGoal10":1,"BehaveGoal11":1,"TotalPoints":1,"TotalPossible":1,"YellowBehaveNoProblem":1,"BlueMinorBehave1":1,"BlueMinorBehave2":1,"BlueMinorBehave3":1,"BlueMinorBehave5":1,"BlueMinorBehave4":1,"GreenSignifBehave1":1,"GreenSignifBehave2":1,"GreenSignifBehave3":1,"GreenSignifBehave4":1,"GreenSignifBehave5":1,"RedCrisisBehave1":1,"RedCrisisBehave2":1,"RedCrisisBehave3":1,"RedCrisisBehave4":1,"RedCrisisBehave5":1,"BehaveComments":"sample string 3","CampusName":"sample string 4","UserID":"sample string 5","DeviceID":"sample string 6","DeviceOS":"sample string 7","Version":"sample string 8","accessToken":"sample string 9"}
application/xml, text/xml
Sample:
<DailyPointTrackingRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 4</CampusName> <DeviceID>sample string 6</DeviceID> <DeviceOS>sample string 7</DeviceOS> <UserID>sample string 5</UserID> <Version>sample string 8</Version> <accessToken>sample string 9</accessToken> <BehaveComments>sample string 3</BehaveComments> <BehaveGoal1>1</BehaveGoal1> <BehaveGoal10>1</BehaveGoal10> <BehaveGoal11>1</BehaveGoal11> <BehaveGoal2>1</BehaveGoal2> <BehaveGoal3>1</BehaveGoal3> <BehaveGoal4>1</BehaveGoal4> <BehaveGoal5>1</BehaveGoal5> <BehaveGoal6>1</BehaveGoal6> <BehaveGoal7>1</BehaveGoal7> <BehaveGoal8>1</BehaveGoal8> <BehaveGoal9>1</BehaveGoal9> <BlueMinorBehave1>1</BlueMinorBehave1> <BlueMinorBehave2>1</BlueMinorBehave2> <BlueMinorBehave3>1</BlueMinorBehave3> <BlueMinorBehave4>1</BlueMinorBehave4> <BlueMinorBehave5>1</BlueMinorBehave5> <GreenSignifBehave1>1</GreenSignifBehave1> <GreenSignifBehave2>1</GreenSignifBehave2> <GreenSignifBehave3>1</GreenSignifBehave3> <GreenSignifBehave4>1</GreenSignifBehave4> <GreenSignifBehave5>1</GreenSignifBehave5> <RedCrisisBehave1>1</RedCrisisBehave1> <RedCrisisBehave2>1</RedCrisisBehave2> <RedCrisisBehave3>1</RedCrisisBehave3> <RedCrisisBehave4>1</RedCrisisBehave4> <RedCrisisBehave5>1</RedCrisisBehave5> <SpinDate>2025-12-13T01:11:10.4262623-05:00</SpinDate> <StudentId>2</StudentId> <TotalPoints>1</TotalPoints> <TotalPossible>1</TotalPossible> <YellowBehaveNoProblem>1</YellowBehaveNoProblem> </DailyPointTrackingRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | Collection of string |
None. |
|
| SuccessMessage | string |
None. |
|
| Id | integer |
None. |
|
| PrimaryId | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": [
"sample string 1",
"sample string 2"
],
"SuccessMessage": "sample string 2",
"Id": 3,
"PrimaryId": 4.0
}
text/html
Sample:
{"Success":true,"ErrorMessage":["sample string 1","sample string 2"],"SuccessMessage":"sample string 2","Id":3,"PrimaryId":4.0}
application/xml, text/xml
Sample:
<ReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
<ErrorMessage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ErrorMessage>
<Id>3</Id>
<PrimaryId>4</PrimaryId>
<Success>true</Success>
<SuccessMessage>sample string 2</SuccessMessage>
</ReturnResult>