POST Api/LessionPlan/AddOrUpdateGBDetails

Request Information

URI Parameters

None.

Body Parameters

GBDetailsModel
NameDescriptionTypeAdditional information
GB_ID

decimal number

None.

GB_Student_ID

decimal number

None.

GB_PEP_NUMBER

decimal number

None.

GB_SubjectID

string

None.

GB_Assignment_ID

decimal number

None.

GB_Date

date

None.

GB_MarkingPeriod

integer

None.

GB_Assignment

string

None.

GB_PossiblePoints

decimal number

None.

GB_ScoreEarned

decimal number

None.

GB_MissedAssignment

integer

None.

GB_AssignmentExcused

integer

None.

GB_AssignmentComments

string

None.

GB_Weight_ID

decimal number

None.

GB_WorkReceived_Link

string

None.

GB_Percent

decimal number

None.

GB_Grade

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:
{
  "GB_ID": 1.0,
  "GB_Student_ID": 2.0,
  "GB_PEP_NUMBER": 3.0,
  "GB_SubjectID": "sample string 4",
  "GB_Assignment_ID": 5.0,
  "GB_Date": "2025-05-31T23:09:56.6913431-04:00",
  "GB_MarkingPeriod": 7,
  "GB_Assignment": "sample string 8",
  "GB_PossiblePoints": 9.1,
  "GB_ScoreEarned": 10.1,
  "GB_MissedAssignment": 11,
  "GB_AssignmentExcused": 12,
  "GB_AssignmentComments": "sample string 13",
  "GB_Weight_ID": 14.0,
  "GB_WorkReceived_Link": "sample string 15",
  "GB_Percent": 16.0,
  "GB_Grade": "sample string 17",
  "CampusName": "sample string 18",
  "UserID": "sample string 19",
  "DeviceID": "sample string 20",
  "DeviceOS": "sample string 21",
  "Version": "sample string 22",
  "accessToken": "sample string 23"
}

text/html

Sample:
{"GB_ID":1.0,"GB_Student_ID":2.0,"GB_PEP_NUMBER":3.0,"GB_SubjectID":"sample string 4","GB_Assignment_ID":5.0,"GB_Date":"2025-05-31T23:09:56.6913431-04:00","GB_MarkingPeriod":7,"GB_Assignment":"sample string 8","GB_PossiblePoints":9.1,"GB_ScoreEarned":10.1,"GB_MissedAssignment":11,"GB_AssignmentExcused":12,"GB_AssignmentComments":"sample string 13","GB_Weight_ID":14.0,"GB_WorkReceived_Link":"sample string 15","GB_Percent":16.0,"GB_Grade":"sample string 17","CampusName":"sample string 18","UserID":"sample string 19","DeviceID":"sample string 20","DeviceOS":"sample string 21","Version":"sample string 22","accessToken":"sample string 23"}

application/xml, text/xml

Sample:
<GBDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 18</CampusName>
  <DeviceID>sample string 20</DeviceID>
  <DeviceOS>sample string 21</DeviceOS>
  <UserID>sample string 19</UserID>
  <Version>sample string 22</Version>
  <accessToken>sample string 23</accessToken>
  <GB_Assignment>sample string 8</GB_Assignment>
  <GB_AssignmentComments>sample string 13</GB_AssignmentComments>
  <GB_AssignmentExcused>12</GB_AssignmentExcused>
  <GB_Assignment_ID>5</GB_Assignment_ID>
  <GB_Date>2025-05-31T23:09:56.6913431-04:00</GB_Date>
  <GB_Grade>sample string 17</GB_Grade>
  <GB_ID>1</GB_ID>
  <GB_MarkingPeriod>7</GB_MarkingPeriod>
  <GB_MissedAssignment>11</GB_MissedAssignment>
  <GB_PEP_NUMBER>3</GB_PEP_NUMBER>
  <GB_Percent>16</GB_Percent>
  <GB_PossiblePoints>9.1</GB_PossiblePoints>
  <GB_ScoreEarned>10.1</GB_ScoreEarned>
  <GB_Student_ID>2</GB_Student_ID>
  <GB_SubjectID>sample string 4</GB_SubjectID>
  <GB_Weight_ID>14</GB_Weight_ID>
  <GB_WorkReceived_Link>sample string 15</GB_WorkReceived_Link>
</GBDetailsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

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