GET api/Master/MASNayaPanchayat?LocaleID={LocaleID}&LastUpdatedDate={LastUpdatedDate}
No documentation available.
Request Information
Parameters
Name | Description | Additional 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, "BlockID": 2, "NayaPanchayat": "sample string 3", "LastUpdatedDate": "2024-12-29T02:25:10.4436392+05:30", "IsActive": true }, { "ID": 1, "BlockID": 2, "NayaPanchayat": "sample string 3", "LastUpdatedDate": "2024-12-29T02:25:10.4436392+05:30", "IsActive": true }, { "ID": 1, "BlockID": 2, "NayaPanchayat": "sample string 3", "LastUpdatedDate": "2024-12-29T02:25:10.4436392+05:30", "IsActive": true } ]
text/html
Sample:
[{"ID":1,"BlockID":2,"NayaPanchayat":"sample string 3","LastUpdatedDate":"2024-12-29T02:25:10.4436392+05:30","IsActive":true},{"ID":1,"BlockID":2,"NayaPanchayat":"sample string 3","LastUpdatedDate":"2024-12-29T02:25:10.4436392+05:30","IsActive":true},{"ID":1,"BlockID":2,"NayaPanchayat":"sample string 3","LastUpdatedDate":"2024-12-29T02:25:10.4436392+05:30","IsActive":true}]
application/xml, text/xml
Sample:
<ArrayOfDOMMASNayaPanchayat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models"> <DOMMASNayaPanchayat> <BlockID>2</BlockID> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T02:25:10.4436392+05:30</LastUpdatedDate> <NayaPanchayat>sample string 3</NayaPanchayat> </DOMMASNayaPanchayat> <DOMMASNayaPanchayat> <BlockID>2</BlockID> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T02:25:10.4436392+05:30</LastUpdatedDate> <NayaPanchayat>sample string 3</NayaPanchayat> </DOMMASNayaPanchayat> <DOMMASNayaPanchayat> <BlockID>2</BlockID> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T02:25:10.4436392+05:30</LastUpdatedDate> <NayaPanchayat>sample string 3</NayaPanchayat> </DOMMASNayaPanchayat> </ArrayOfDOMMASNayaPanchayat>