POST api/Student/ProcessStudent
Request Information
URI Parameters
None.
Body Parameters
StudentRegM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| UserId | integer |
Required |
|
| GId | integer |
Required |
|
| Passport | string |
None. |
|
| ContactId | integer |
Required |
|
| FirstName | string |
Required |
|
| MiddleName | string |
None. |
|
| LastName | string |
Required |
|
| SexId | integer |
Required |
|
| DOB | date |
Required |
|
| GContactId | integer |
Required |
|
| GUserId | integer |
Required |
|
| GPhoneNo | string |
Required |
|
| GTitle | string |
None. |
|
| GFirstname | string |
Required |
|
| GMiddlename | string |
None. |
|
| GLastName | string |
Required |
|
| GEmail | string |
Required |
|
| FullAddress | string |
Required |
|
| AdmissionNo | string |
Required |
|
| Admissiondate | date |
Required |
|
| ClassId | integer |
Required |
|
| OptionId | integer |
Required |
|
| ArmId | integer |
Required |
|
| processop | string |
Required |
|
| username | string |
Required |
|
| accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": 2,
"GId": 3,
"Passport": "sample string 4",
"ContactId": 5,
"FirstName": "sample string 6",
"MiddleName": "sample string 7",
"LastName": "sample string 8",
"SexId": 9,
"DOB": "2026-01-10T12:46:45.1126942-08:00",
"GContactId": 11,
"GUserId": 12,
"GPhoneNo": "sample string 13",
"GTitle": "sample string 14",
"GFirstname": "sample string 15",
"GMiddlename": "sample string 16",
"GLastName": "sample string 17",
"GEmail": "sample string 18",
"FullAddress": "sample string 19",
"AdmissionNo": "sample string 20",
"Admissiondate": "2026-01-10T12:46:45.1126942-08:00",
"ClassId": 22,
"OptionId": 23,
"ArmId": 24,
"processop": "sample string 25",
"username": "sample string 26",
"accesskey": "sample string 27"
}
text/html
Sample:
{"Id":1,"UserId":2,"GId":3,"Passport":"sample string 4","ContactId":5,"FirstName":"sample string 6","MiddleName":"sample string 7","LastName":"sample string 8","SexId":9,"DOB":"2026-01-10T12:46:45.1126942-08:00","GContactId":11,"GUserId":12,"GPhoneNo":"sample string 13","GTitle":"sample string 14","GFirstname":"sample string 15","GMiddlename":"sample string 16","GLastName":"sample string 17","GEmail":"sample string 18","FullAddress":"sample string 19","AdmissionNo":"sample string 20","Admissiondate":"2026-01-10T12:46:45.1126942-08:00","ClassId":22,"OptionId":23,"ArmId":24,"processop":"sample string 25","username":"sample string 26","accesskey":"sample string 27"}
application/xml, text/xml
Sample:
<StudentRegM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <AdmissionNo>sample string 20</AdmissionNo> <Admissiondate>2026-01-10T12:46:45.1126942-08:00</Admissiondate> <ArmId>24</ArmId> <ClassId>22</ClassId> <ContactId>5</ContactId> <DOB>2026-01-10T12:46:45.1126942-08:00</DOB> <FirstName>sample string 6</FirstName> <FullAddress>sample string 19</FullAddress> <GContactId>11</GContactId> <GEmail>sample string 18</GEmail> <GFirstname>sample string 15</GFirstname> <GId>3</GId> <GLastName>sample string 17</GLastName> <GMiddlename>sample string 16</GMiddlename> <GPhoneNo>sample string 13</GPhoneNo> <GTitle>sample string 14</GTitle> <GUserId>12</GUserId> <Id>1</Id> <LastName>sample string 8</LastName> <MiddleName>sample string 7</MiddleName> <OptionId>23</OptionId> <Passport>sample string 4</Passport> <SexId>9</SexId> <UserId>2</UserId> <accesskey>sample string 27</accesskey> <processop>sample string 25</processop> <username>sample string 26</username> </StudentRegM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.