GET api/general/add/getaddValid?Date={Date}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Date
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:41:33.3697183+05:30",
    "AddEndDate": "2026-03-31T16:41:33.3697183+05:30",
    "IsAddActive": true,
    "AddType": "sample string 7",
    "IsPublishedForLateral": true,
    "LateralExamDate": "2026-03-31T16:41:33.3697183+05:30",
    "AdmissionOfficerID": 1,
    "AdmissionOfficerName": "sample string 9"
  },
  {
    "AddID": 1,
    "AddYear": 2,
    "AddName": "sample string 3",
    "AddStartDate": "2026-03-31T16:41:33.3697183+05:30",
    "AddEndDate": "2026-03-31T16:41:33.3697183+05:30",
    "IsAddActive": true,
    "AddType": "sample string 7",
    "IsPublishedForLateral": true,
    "LateralExamDate": "2026-03-31T16:41:33.3697183+05:30",
    "AdmissionOfficerID": 1,
    "AdmissionOfficerName": "sample string 9"
  },
  {
    "AddID": 1,
    "AddYear": 2,
    "AddName": "sample string 3",
    "AddStartDate": "2026-03-31T16:41:33.3697183+05:30",
    "AddEndDate": "2026-03-31T16:41:33.3697183+05:30",
    "IsAddActive": true,
    "AddType": "sample string 7",
    "IsPublishedForLateral": true,
    "LateralExamDate": "2026-03-31T16:41:33.3697183+05:30",
    "AdmissionOfficerID": 1,
    "AdmissionOfficerName": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAddYearList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
  <AddYearList>
    <AddEndDate>2026-03-31T16:41:33.3697183+05:30</AddEndDate>
    <AddID>1</AddID>
    <AddName>sample string 3</AddName>
    <AddStartDate>2026-03-31T16:41:33.3697183+05:30</AddStartDate>
    <AddType>sample string 7</AddType>
    <AddYear>2</AddYear>
    <AdmissionOfficerID>1</AdmissionOfficerID>
    <AdmissionOfficerName>sample string 9</AdmissionOfficerName>
    <IsAddActive>true</IsAddActive>
    <IsPublishedForLateral>true</IsPublishedForLateral>
    <LateralExamDate>2026-03-31T16:41:33.3697183+05:30</LateralExamDate>
  </AddYearList>
  <AddYearList>
    <AddEndDate>2026-03-31T16:41:33.3697183+05:30</AddEndDate>
    <AddID>1</AddID>
    <AddName>sample string 3</AddName>
    <AddStartDate>2026-03-31T16:41:33.3697183+05:30</AddStartDate>
    <AddType>sample string 7</AddType>
    <AddYear>2</AddYear>
    <AdmissionOfficerID>1</AdmissionOfficerID>
    <AdmissionOfficerName>sample string 9</AdmissionOfficerName>
    <IsAddActive>true</IsAddActive>
    <IsPublishedForLateral>true</IsPublishedForLateral>
    <LateralExamDate>2026-03-31T16:41:33.3697183+05:30</LateralExamDate>
  </AddYearList>
  <AddYearList>
    <AddEndDate>2026-03-31T16:41:33.3697183+05:30</AddEndDate>
    <AddID>1</AddID>
    <AddName>sample string 3</AddName>
    <AddStartDate>2026-03-31T16:41:33.3697183+05:30</AddStartDate>
    <AddType>sample string 7</AddType>
    <AddYear>2</AddYear>
    <AdmissionOfficerID>1</AdmissionOfficerID>
    <AdmissionOfficerName>sample string 9</AdmissionOfficerName>
    <IsAddActive>true</IsAddActive>
    <IsPublishedForLateral>true</IsPublishedForLateral>
    <LateralExamDate>2026-03-31T16:41:33.3697183+05:30</LateralExamDate>
  </AddYearList>
</ArrayOfAddYearList>