Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleClick here to view view the JSON sample for posting the /student endpoint:
Code Block
languagejson
{
	"studentUniqueId": "8660232105",
	"firstName": "Aiko",
	"middleName": "qJpT",
	"lastSurname": "Rose",
	"birthDate": "2007-04-18",
	"multipleBirthStatus": "False",
	"generationCodeSuffix": "",
	"dateEnteredUS": "2018-08-12",
	"visas": [{
		"visaDescriptor": "uri://dpi.wi.gov/VisaDescriptor#F1"
	}],
	"birthCity": "Madison",
	"birthCountryDescriptor": "uri://dpi.wi.gov/CountryDescriptor#US",
	"birthStateAbbreviationDescriptor": "uri://ed-fi.org/StateAbbreviationDescriptor#WI"
}

...