POST api/School/UpdateSchoolOrdersLED

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

None.

value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "SubDate": "2025-11-08T05:25:36.9694998-06:00",
  "SubTerm": 1,
  "VolMax": 2,
  "GradePlan": 1,
  "SMTP": "sample string 3",
  "EndDate": "2025-11-08T05:25:36.9694998-06:00",
  "UseDivision": true,
  "ComsFullOption": "sample string 5",
  "NominateLeadership": true,
  "DGControl": true,
  "IntegrationPartner": "sample string 6",
  "IntegrationSchoolName": "sample string 7",
  "IntegrationId": "sample string 8",
  "IntegrationPW": "sample string 9",
  "IntegrationUserName": "sample string 10",
  "SchoolId": 1
}

application/xml, text/xml

Sample:
<SchoolLicenseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <ComsFullOption>sample string 5</ComsFullOption>
  <DGControl>true</DGControl>
  <EndDate>2025-11-08T05:25:36.9694998-06:00</EndDate>
  <GradePlan>1</GradePlan>
  <IntegrationId>sample string 8</IntegrationId>
  <IntegrationPW>sample string 9</IntegrationPW>
  <IntegrationPartner>sample string 6</IntegrationPartner>
  <IntegrationSchoolName>sample string 7</IntegrationSchoolName>
  <IntegrationUserName>sample string 10</IntegrationUserName>
  <NominateLeadership>true</NominateLeadership>
  <SMTP>sample string 3</SMTP>
  <SchoolId>1</SchoolId>
  <Status>1</Status>
  <SubDate>2025-11-08T05:25:36.9694998-06:00</SubDate>
  <SubTerm>1</SubTerm>
  <UseDivision>true</UseDivision>
  <VolMax>2</VolMax>
</SchoolLicenseDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SchoolLicenseDTO'.