POST api/MayaWeb
Request Information
URI Parameters
None.
Body Parameters
MayaWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| MotherName | string |
None. |
|
| FatherName | string |
None. |
|
| string |
None. |
||
| Mobile | string |
None. |
|
| AadharNo | string |
None. |
|
| Dob | date |
None. |
|
| Gender | string |
None. |
|
| StudentTypeCode | integer |
None. |
|
| AdmissionCategoryCode | integer |
None. |
|
| ClassCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"MotherName": "sample string 4",
"FatherName": "sample string 5",
"Email": "sample string 6",
"Mobile": "sample string 7",
"AadharNo": "sample string 8",
"Dob": "2026-04-02T15:24:01.4575013+05:30",
"Gender": "sample string 10",
"StudentTypeCode": 11,
"AdmissionCategoryCode": 12,
"ClassCode": 13
}
application/xml, text/xml
Sample:
<MayaWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models"> <AadharNo>sample string 8</AadharNo> <AdmissionCategoryCode>12</AdmissionCategoryCode> <ClassCode>13</ClassCode> <Dob>2026-04-02T15:24:01.4575013+05:30</Dob> <Email>sample string 6</Email> <FatherName>sample string 5</FatherName> <FirstName>sample string 1</FirstName> <Gender>sample string 10</Gender> <LastName>sample string 3</LastName> <MiddleName>sample string 2</MiddleName> <Mobile>sample string 7</Mobile> <MotherName>sample string 4</MotherName> <StudentTypeCode>11</StudentTypeCode> </MayaWeb>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>