POST api/payanastudents/create
Request Information
URI Parameters
None.
Body Parameters
PayanaStudentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentName | string |
None. |
|
| DateOfBirth | date |
None. |
|
| GenderID | integer |
None. |
|
| ContactNumber | string |
None. |
|
| AlternateNumber | string |
None. |
|
| string |
None. |
||
| RAddress | string |
None. |
|
| CAddress | string |
None. |
|
| Place | string |
None. |
|
| Taluka | string |
None. |
|
| DistrictID | integer |
None. |
|
| PinCode | string |
None. |
|
| AreaTypeID | integer |
None. |
|
| CasteCategoryID | integer |
None. |
|
| HouseTypeID | integer |
None. |
|
| FatherName | string |
None. |
|
| MotherName | string |
None. |
|
| FatherOccupationID | integer |
None. |
|
| MotherOccupationID | integer |
None. |
|
| FamilyMembers | integer |
None. |
|
| FamilyIncome | decimal number |
None. |
|
| ParentBank | decimal number |
None. |
|
| CourseID | integer |
None. |
|
| CollegeName | string |
None. |
|
| CollegeTypeID | integer |
None. |
|
| CollegeCNumber | string |
None. |
|
| CourseSA | string |
None. |
|
| CourseStream | string |
None. |
|
| AnnualFees | decimal number |
None. |
|
| TotalExpenses | decimal number |
None. |
|
| StudentAchivements | string |
None. |
|
| securedPercentage | string |
None. |
|
| accountholdername | string |
None. |
|
| bankaccountno | string |
None. |
|
| ifsccode | string |
None. |
|
| bankname | string |
None. |
|
| branchname | string |
None. |
|
| OtherDistrict | string |
None. |
|
| IsAgreed | boolean |
None. |
|
| latestmarkscard | HttpPostedFileBase |
None. |
|
| studentpassbookFP | HttpPostedFileBase |
None. |
|
| StudentPhoto | HttpPostedFileBase |
None. |
|
| dwellingunit | HttpPostedFileBase |
None. |
|
| adharcard | HttpPostedFileBase |
None. |
|
| StudentID | integer |
None. |
|
| MarksCardPath | string |
None. |
|
| BankPassbookPath | string |
None. |
|
| StudentPhotoPath | string |
None. |
|
| HousePhotoPath | string |
None. |
|
| AadharPath | string |
None. |
|
| HouseVisitLink | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentName": "sample string 1",
"DateOfBirth": "2026-06-01T17:42:23.3219509+05:30",
"GenderID": 2,
"ContactNumber": "sample string 3",
"AlternateNumber": "sample string 4",
"Email": "sample string 5",
"RAddress": "sample string 6",
"CAddress": "sample string 7",
"Place": "sample string 8",
"Taluka": "sample string 9",
"DistrictID": 10,
"PinCode": "sample string 11",
"AreaTypeID": 12,
"CasteCategoryID": 13,
"HouseTypeID": 14,
"FatherName": "sample string 15",
"MotherName": "sample string 16",
"FatherOccupationID": 1,
"MotherOccupationID": 1,
"FamilyMembers": 17,
"FamilyIncome": 18.0,
"ParentBank": 19.0,
"CourseID": 20,
"CollegeName": "sample string 21",
"CollegeTypeID": 22,
"CollegeCNumber": "sample string 23",
"CourseSA": "sample string 24",
"CourseStream": "sample string 25",
"AnnualFees": 26.0,
"TotalExpenses": 27.0,
"StudentAchivements": "sample string 28",
"securedPercentage": "sample string 29",
"accountholdername": "sample string 30",
"bankaccountno": "sample string 31",
"ifsccode": "sample string 32",
"bankname": "sample string 33",
"branchname": "sample string 34",
"OtherDistrict": "sample string 35",
"IsAgreed": true,
"latestmarkscard": null,
"studentpassbookFP": null,
"StudentPhoto": null,
"dwellingunit": null,
"adharcard": null,
"StudentID": 1,
"MarksCardPath": "sample string 37",
"BankPassbookPath": "sample string 38",
"StudentPhotoPath": "sample string 39",
"HousePhotoPath": "sample string 40",
"AadharPath": "sample string 41",
"HouseVisitLink": "sample string 42"
}
text/html
Sample:
{"StudentName":"sample string 1","DateOfBirth":"2026-06-01T17:42:23.3219509+05:30","GenderID":2,"ContactNumber":"sample string 3","AlternateNumber":"sample string 4","Email":"sample string 5","RAddress":"sample string 6","CAddress":"sample string 7","Place":"sample string 8","Taluka":"sample string 9","DistrictID":10,"PinCode":"sample string 11","AreaTypeID":12,"CasteCategoryID":13,"HouseTypeID":14,"FatherName":"sample string 15","MotherName":"sample string 16","FatherOccupationID":1,"MotherOccupationID":1,"FamilyMembers":17,"FamilyIncome":18.0,"ParentBank":19.0,"CourseID":20,"CollegeName":"sample string 21","CollegeTypeID":22,"CollegeCNumber":"sample string 23","CourseSA":"sample string 24","CourseStream":"sample string 25","AnnualFees":26.0,"TotalExpenses":27.0,"StudentAchivements":"sample string 28","securedPercentage":"sample string 29","accountholdername":"sample string 30","bankaccountno":"sample string 31","ifsccode":"sample string 32","bankname":"sample string 33","branchname":"sample string 34","OtherDistrict":"sample string 35","IsAgreed":true,"latestmarkscard":null,"studentpassbookFP":null,"StudentPhoto":null,"dwellingunit":null,"adharcard":null,"StudentID":1,"MarksCardPath":"sample string 37","BankPassbookPath":"sample string 38","StudentPhotoPath":"sample string 39","HousePhotoPath":"sample string 40","AadharPath":"sample string 41","HouseVisitLink":"sample string 42"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.