GET api/Bajaj/GetYear
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "ID": 1, "Year": 2, "LastUpdatedDate": "2024-12-29T03:03:47.4250787+05:30", "IsActive": true }, { "ID": 1, "Year": 2, "LastUpdatedDate": "2024-12-29T03:03:47.4250787+05:30", "IsActive": true }, { "ID": 1, "Year": 2, "LastUpdatedDate": "2024-12-29T03:03:47.4250787+05:30", "IsActive": true } ]
text/html
Sample:
[{"ID":1,"Year":2,"LastUpdatedDate":"2024-12-29T03:03:47.4250787+05:30","IsActive":true},{"ID":1,"Year":2,"LastUpdatedDate":"2024-12-29T03:03:47.4250787+05:30","IsActive":true},{"ID":1,"Year":2,"LastUpdatedDate":"2024-12-29T03:03:47.4250787+05:30","IsActive":true}]
application/xml, text/xml
Sample:
<ArrayOfCRMYear xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models"> <CRMYear> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T03:03:47.4250787+05:30</LastUpdatedDate> <Year>2</Year> </CRMYear> <CRMYear> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T03:03:47.4250787+05:30</LastUpdatedDate> <Year>2</Year> </CRMYear> <CRMYear> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T03:03:47.4250787+05:30</LastUpdatedDate> <Year>2</Year> </CRMYear> </ArrayOfCRMYear>