GET api/general/add/getaddValidmenu?Date={Date}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:32.5415944+05:30",
"AddEndDate": "2026-03-31T16:41:32.5415944+05:30",
"IsAddActive": true,
"AddType": "sample string 7"
},
{
"AddID": 1,
"AddYear": 2,
"AddName": "sample string 3",
"AddStartDate": "2026-03-31T16:41:32.5415944+05:30",
"AddEndDate": "2026-03-31T16:41:32.5415944+05:30",
"IsAddActive": true,
"AddType": "sample string 7"
},
{
"AddID": 1,
"AddYear": 2,
"AddName": "sample string 3",
"AddStartDate": "2026-03-31T16:41:32.5415944+05:30",
"AddEndDate": "2026-03-31T16:41:32.5415944+05:30",
"IsAddActive": true,
"AddType": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfAddYearmenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<AddYearmenu>
<AddEndDate>2026-03-31T16:41:32.5415944+05:30</AddEndDate>
<AddID>1</AddID>
<AddName>sample string 3</AddName>
<AddStartDate>2026-03-31T16:41:32.5415944+05:30</AddStartDate>
<AddType>sample string 7</AddType>
<AddYear>2</AddYear>
<IsAddActive>true</IsAddActive>
</AddYearmenu>
<AddYearmenu>
<AddEndDate>2026-03-31T16:41:32.5415944+05:30</AddEndDate>
<AddID>1</AddID>
<AddName>sample string 3</AddName>
<AddStartDate>2026-03-31T16:41:32.5415944+05:30</AddStartDate>
<AddType>sample string 7</AddType>
<AddYear>2</AddYear>
<IsAddActive>true</IsAddActive>
</AddYearmenu>
<AddYearmenu>
<AddEndDate>2026-03-31T16:41:32.5415944+05:30</AddEndDate>
<AddID>1</AddID>
<AddName>sample string 3</AddName>
<AddStartDate>2026-03-31T16:41:32.5415944+05:30</AddStartDate>
<AddType>sample string 7</AddType>
<AddYear>2</AddYear>
<IsAddActive>true</IsAddActive>
</AddYearmenu>
</ArrayOfAddYearmenu>