GET api/Master/MASYear?LastUpdatedDate={LastUpdatedDate}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LastUpdatedDate
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ID": 1.0,
    "Year": 2.0,
    "LastUpdatedDate": "2024-10-05T04:56:51.4592902+05:30",
    "IsActive": true
  },
  {
    "ID": 1.0,
    "Year": 2.0,
    "LastUpdatedDate": "2024-10-05T04:56:51.4592902+05:30",
    "IsActive": true
  },
  {
    "ID": 1.0,
    "Year": 2.0,
    "LastUpdatedDate": "2024-10-05T04:56:51.4592902+05:30",
    "IsActive": true
  }
]

text/html

Sample:
[{"ID":1.0,"Year":2.0,"LastUpdatedDate":"2024-10-05T04:56:51.4592902+05:30","IsActive":true},{"ID":1.0,"Year":2.0,"LastUpdatedDate":"2024-10-05T04:56:51.4592902+05:30","IsActive":true},{"ID":1.0,"Year":2.0,"LastUpdatedDate":"2024-10-05T04:56:51.4592902+05:30","IsActive":true}]

application/xml, text/xml

Sample:
<ArrayOfDomYear xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <DomYear>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-05T04:56:51.4592902+05:30</LastUpdatedDate>
    <Year>2</Year>
  </DomYear>
  <DomYear>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-05T04:56:51.4592902+05:30</LastUpdatedDate>
    <Year>2</Year>
  </DomYear>
  <DomYear>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-05T04:56:51.4592902+05:30</LastUpdatedDate>
    <Year>2</Year>
  </DomYear>
</ArrayOfDomYear>