POST api/v1/student/aut/create
Request Information
URI Parameters
None.
Body Parameters
Authorization| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolCode | integer |
None. |
|
| StudentNumber | integer |
None. |
|
| StudentId | integer |
None. |
|
| SQ | integer |
None. |
|
| TY | string |
None. |
|
| CO | string |
None. |
|
| DT | date |
None. |
|
| ST | string |
None. |
|
| CD | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolCode": 1,
"StudentNumber": 2,
"StudentId": 3,
"SQ": 4,
"TY": "sample string 5",
"CO": "sample string 6",
"DT": "2026-02-03T18:29:30.2928191-08:00",
"ST": "sample string 7",
"CD": "sample string 8"
}
application/xml, text/xml
Sample:
<Authorization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.Data"> <CD>sample string 8</CD> <CO>sample string 6</CO> <DT>2026-02-03T18:29:30.2928191-08:00</DT> <SQ>4</SQ> <ST>sample string 7</ST> <SchoolCode>1</SchoolCode> <StudentId>3</StudentId> <StudentNumber>2</StudentNumber> <TY>sample string 5</TY> </Authorization>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.