GET api/Master/MasLocalizedCalamaties?LocaleID={LocaleID}&LastUpdatedDate={LastUpdatedDate}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LocaleID
No documentation available.

Define this parameter in the request URI.

LastUpdatedDate
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Values": "sample string 2",
    "Year": 3,
    "LastUpdatedDate": "2024-10-04T20:41:53.3813658+05:30",
    "IsActive": true
  },
  {
    "ID": 1,
    "Values": "sample string 2",
    "Year": 3,
    "LastUpdatedDate": "2024-10-04T20:41:53.3813658+05:30",
    "IsActive": true
  },
  {
    "ID": 1,
    "Values": "sample string 2",
    "Year": 3,
    "LastUpdatedDate": "2024-10-04T20:41:53.3813658+05:30",
    "IsActive": true
  }
]

text/html

Sample:
[{"ID":1,"Values":"sample string 2","Year":3,"LastUpdatedDate":"2024-10-04T20:41:53.3813658+05:30","IsActive":true},{"ID":1,"Values":"sample string 2","Year":3,"LastUpdatedDate":"2024-10-04T20:41:53.3813658+05:30","IsActive":true},{"ID":1,"Values":"sample string 2","Year":3,"LastUpdatedDate":"2024-10-04T20:41:53.3813658+05:30","IsActive":true}]

application/xml, text/xml

Sample:
<ArrayOfDomMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <DomMaster>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-04T20:41:53.3813658+05:30</LastUpdatedDate>
    <Values>sample string 2</Values>
    <Year>3</Year>
  </DomMaster>
  <DomMaster>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-04T20:41:53.3813658+05:30</LastUpdatedDate>
    <Values>sample string 2</Values>
    <Year>3</Year>
  </DomMaster>
  <DomMaster>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-04T20:41:53.3813658+05:30</LastUpdatedDate>
    <Values>sample string 2</Values>
    <Year>3</Year>
  </DomMaster>
</ArrayOfDomMaster>