POST api/masters/Admissionsyear/AdmissionYearManage

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AddID": 1,
  "AddYear": 2,
  "AddName": "sample string 3",
  "AddStartDate": "2026-03-31T16:44:18.1490251+05:30",
  "AddEndDate": "2026-03-31T16:44:18.1490251+05:30",
  "IsAddActive": true,
  "AddType": "sample string 7",
  "IsPublishedForLateral": true,
  "LateralExamDate": "2026-03-31T16:44:18.1490251+05:30",
  "AdmissionOfficerID": 1,
  "UserID": "sample string 9",
  "TransDate": "2026-03-31T16:44:18.1490251+05:30",
  "IPAddress": "sample string 11"
}

application/xml, text/xml

Sample:
<MstAdmissionAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.Model">
  <AddEndDate>2026-03-31T16:44:18.1490251+05:30</AddEndDate>
  <AddID>1</AddID>
  <AddName>sample string 3</AddName>
  <AddStartDate>2026-03-31T16:44:18.1490251+05:30</AddStartDate>
  <AddType>sample string 7</AddType>
  <AddYear>2</AddYear>
  <AdmissionOfficerID>1</AdmissionOfficerID>
  <IPAddress>sample string 11</IPAddress>
  <IsAddActive>true</IsAddActive>
  <IsPublishedForLateral>true</IsPublishedForLateral>
  <LateralExamDate>2026-03-31T16:44:18.1490251+05:30</LateralExamDate>
  <TransDate>2026-03-31T16:44:18.1490251+05:30</TransDate>
  <UserID>sample string 9</UserID>
</MstAdmissionAddModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body 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>