GET api/masters/Admissionsyear/addyearbyid?id={id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"AddID": 1,
"AddYear": 2,
"AddName": "sample string 3",
"AddStartDate": "2026-03-31T16:44:17.711517+05:30",
"AddEndDate": "2026-03-31T16:44:17.711517+05:30",
"IsAddActive": true,
"AddType": "sample string 7",
"IsPublishedForLateral": true,
"LateralExamDate": "2026-03-31T16:44:17.711517+05:30",
"AdmissionOfficerID": 1,
"UserID": "sample string 9",
"TransDate": "2026-03-31T16:44:17.711517+05:30"
}
application/xml, text/xml
Sample:
<utblMstAdmission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.Model"> <AddEndDate>2026-03-31T16:44:17.711517+05:30</AddEndDate> <AddID>1</AddID> <AddName>sample string 3</AddName> <AddStartDate>2026-03-31T16:44:17.711517+05:30</AddStartDate> <AddType>sample string 7</AddType> <AddYear>2</AddYear> <AdmissionOfficerID>1</AdmissionOfficerID> <IsAddActive>true</IsAddActive> <IsPublishedForLateral>true</IsPublishedForLateral> <LateralExamDate>2026-03-31T16:44:17.711517+05:30</LateralExamDate> <TransDate>2026-03-31T16:44:17.711517+05:30</TransDate> <UserID>sample string 9</UserID> </utblMstAdmission>