POST api/SISIntegration/PowerSchool/Configuration

Request Information

URI Parameters

None.

Body Parameters

MPW.VB.Business.PowerSchool.PSConfiguration
NameDescriptionTypeAdditional information
Enabled

boolean

None.

ExportEnabled

boolean

None.

StudentNumber

string

None.

ServingNumber

string

None.

StudentFirstName

string

None.

StudentLastName

string

None.

Site

string

None.

Grade

string

None.

Teacher

string

None.

Birthdate

string

None.

SSN

string

None.

ParentName

string

None.

ParentEmail

string

None.

ParentPhoneNumber

string

None.

Allergies

string

None.

Address

string

None.

BaseUrl

string

None.

ClientId

string

None.

ClientSecret

string

None.

CallBack_Url

string

None.

FTPShowBalance

boolean

None.

FTPShowStatus

boolean

None.

FTPFileName

string

None.

ExportPathRoot

string

None.

ExportTime

string

None.

Language

string

None.

AutoTransferTime

date

None.

HasManualBeenRun

boolean

None.

HasManualBeenRunNotes

string

None.

HasManualExportBeenRun

boolean

None.

SiteMapping

Dictionary of Object [key] and Object [value]

None.

GradeMapping

Dictionary of Object [key] and Object [value]

None.

LanguageMapping

Dictionary of Object [key] and Object [value]

None.

TeacherMapping

Dictionary of Object [key] and Object [value]

None.

IsUsingStateProvinceId

boolean

None.

StudentNumberMapped

MPW.VB.Business.PowerSchool.PSConfiguration+StudentNumberMapping

None.

ServingNumberMapped

MPW.VB.Business.PowerSchool.PSConfiguration+StudentNumberMapping

None.

Request Formats

application/json, text/json

Sample:
{
  "Enabled": true,
  "ExportEnabled": true,
  "StudentNumber": "sample string 3",
  "ServingNumber": "sample string 4",
  "StudentFirstName": "sample string 5",
  "StudentLastName": "sample string 6",
  "Site": "sample string 7",
  "Grade": "sample string 8",
  "Teacher": "sample string 9",
  "Birthdate": "sample string 10",
  "SSN": "sample string 11",
  "ParentName": "sample string 12",
  "ParentEmail": "sample string 13",
  "ParentPhoneNumber": "sample string 14",
  "Allergies": "sample string 15",
  "Address": "sample string 16",
  "BaseUrl": "sample string 17",
  "ClientId": "sample string 18",
  "ClientSecret": "sample string 19",
  "CallBack_Url": "sample string 20",
  "FTPShowBalance": true,
  "FTPShowStatus": true,
  "FTPFileName": "sample string 23",
  "ExportPathRoot": "sample string 24",
  "ExportTime": "sample string 25",
  "Language": "sample string 26",
  "AutoTransferTime": "2026-01-18T01:35:21.9941812-05:00",
  "HasManualBeenRun": true,
  "HasManualBeenRunNotes": "sample string 29",
  "HasManualExportBeenRun": true,
  "SiteMapping": null,
  "GradeMapping": null,
  "LanguageMapping": null,
  "TeacherMapping": null,
  "IsUsingStateProvinceId": false,
  "StudentNumberMapped": 3,
  "ServingNumberMapped": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.