GET api/Master/MasLocationMapping?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,
    "StateID": 2,
    "DistrictID": 3,
    "SchemeID": 4,
    "SeasonID": 5,
    "Tahsil_BlockID": 6,
    "NayaPanchayatID": 7,
    "GramPanchayatID": 8,
    "WeatherStation_AWS": "sample string 9",
    "ReferenceAreaUnit": "sample string 10",
    "ReferenceAreaUnitValue": "sample string 11",
    "LastUpdatedDate": "2024-10-05T04:52:52.0642197+05:30",
    "IsActive": true,
    "Village": "sample string 12"
  },
  {
    "ID": 1,
    "StateID": 2,
    "DistrictID": 3,
    "SchemeID": 4,
    "SeasonID": 5,
    "Tahsil_BlockID": 6,
    "NayaPanchayatID": 7,
    "GramPanchayatID": 8,
    "WeatherStation_AWS": "sample string 9",
    "ReferenceAreaUnit": "sample string 10",
    "ReferenceAreaUnitValue": "sample string 11",
    "LastUpdatedDate": "2024-10-05T04:52:52.0642197+05:30",
    "IsActive": true,
    "Village": "sample string 12"
  },
  {
    "ID": 1,
    "StateID": 2,
    "DistrictID": 3,
    "SchemeID": 4,
    "SeasonID": 5,
    "Tahsil_BlockID": 6,
    "NayaPanchayatID": 7,
    "GramPanchayatID": 8,
    "WeatherStation_AWS": "sample string 9",
    "ReferenceAreaUnit": "sample string 10",
    "ReferenceAreaUnitValue": "sample string 11",
    "LastUpdatedDate": "2024-10-05T04:52:52.0642197+05:30",
    "IsActive": true,
    "Village": "sample string 12"
  }
]

text/html

Sample:
[{"ID":1,"StateID":2,"DistrictID":3,"SchemeID":4,"SeasonID":5,"Tahsil_BlockID":6,"NayaPanchayatID":7,"GramPanchayatID":8,"WeatherStation_AWS":"sample string 9","ReferenceAreaUnit":"sample string 10","ReferenceAreaUnitValue":"sample string 11","LastUpdatedDate":"2024-10-05T04:52:52.0642197+05:30","IsActive":true,"Village":"sample string 12"},{"ID":1,"StateID":2,"DistrictID":3,"SchemeID":4,"SeasonID":5,"Tahsil_BlockID":6,"NayaPanchayatID":7,"GramPanchayatID":8,"WeatherStation_AWS":"sample string 9","ReferenceAreaUnit":"sample string 10","ReferenceAreaUnitValue":"sample string 11","LastUpdatedDate":"2024-10-05T04:52:52.0642197+05:30","IsActive":true,"Village":"sample string 12"},{"ID":1,"StateID":2,"DistrictID":3,"SchemeID":4,"SeasonID":5,"Tahsil_BlockID":6,"NayaPanchayatID":7,"GramPanchayatID":8,"WeatherStation_AWS":"sample string 9","ReferenceAreaUnit":"sample string 10","ReferenceAreaUnitValue":"sample string 11","LastUpdatedDate":"2024-10-05T04:52:52.0642197+05:30","IsActive":true,"Village":"sample string 12"}]

application/xml, text/xml

Sample:
<ArrayOfDOMtblMobileLocationMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <DOMtblMobileLocationMapping>
    <DistrictID>3</DistrictID>
    <GramPanchayatID>8</GramPanchayatID>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-05T04:52:52.0642197+05:30</LastUpdatedDate>
    <NayaPanchayatID>7</NayaPanchayatID>
    <ReferenceAreaUnit>sample string 10</ReferenceAreaUnit>
    <ReferenceAreaUnitValue>sample string 11</ReferenceAreaUnitValue>
    <SchemeID>4</SchemeID>
    <SeasonID>5</SeasonID>
    <StateID>2</StateID>
    <Tahsil_BlockID>6</Tahsil_BlockID>
    <Village>sample string 12</Village>
    <WeatherStation_AWS>sample string 9</WeatherStation_AWS>
  </DOMtblMobileLocationMapping>
  <DOMtblMobileLocationMapping>
    <DistrictID>3</DistrictID>
    <GramPanchayatID>8</GramPanchayatID>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-05T04:52:52.0642197+05:30</LastUpdatedDate>
    <NayaPanchayatID>7</NayaPanchayatID>
    <ReferenceAreaUnit>sample string 10</ReferenceAreaUnit>
    <ReferenceAreaUnitValue>sample string 11</ReferenceAreaUnitValue>
    <SchemeID>4</SchemeID>
    <SeasonID>5</SeasonID>
    <StateID>2</StateID>
    <Tahsil_BlockID>6</Tahsil_BlockID>
    <Village>sample string 12</Village>
    <WeatherStation_AWS>sample string 9</WeatherStation_AWS>
  </DOMtblMobileLocationMapping>
  <DOMtblMobileLocationMapping>
    <DistrictID>3</DistrictID>
    <GramPanchayatID>8</GramPanchayatID>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <LastUpdatedDate>2024-10-05T04:52:52.0642197+05:30</LastUpdatedDate>
    <NayaPanchayatID>7</NayaPanchayatID>
    <ReferenceAreaUnit>sample string 10</ReferenceAreaUnit>
    <ReferenceAreaUnitValue>sample string 11</ReferenceAreaUnitValue>
    <SchemeID>4</SchemeID>
    <SeasonID>5</SeasonID>
    <StateID>2</StateID>
    <Tahsil_BlockID>6</Tahsil_BlockID>
    <Village>sample string 12</Village>
    <WeatherStation_AWS>sample string 9</WeatherStation_AWS>
  </DOMtblMobileLocationMapping>
</ArrayOfDOMtblMobileLocationMapping>