GET api/Master/MASLocationCropMapping?LastUpdatedDate={LastUpdatedDate}
No documentation available.
Request Information
Parameters
Name | Description | Additional 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, "LocationID": 2.0, "CropID": 3.0, "LastUpdatedDate": "2024-12-29T02:25:17.873532+05:30", "IsActive": true }, { "ID": 1.0, "LocationID": 2.0, "CropID": 3.0, "LastUpdatedDate": "2024-12-29T02:25:17.873532+05:30", "IsActive": true }, { "ID": 1.0, "LocationID": 2.0, "CropID": 3.0, "LastUpdatedDate": "2024-12-29T02:25:17.873532+05:30", "IsActive": true } ]
text/html
Sample:
[{"ID":1.0,"LocationID":2.0,"CropID":3.0,"LastUpdatedDate":"2024-12-29T02:25:17.873532+05:30","IsActive":true},{"ID":1.0,"LocationID":2.0,"CropID":3.0,"LastUpdatedDate":"2024-12-29T02:25:17.873532+05:30","IsActive":true},{"ID":1.0,"LocationID":2.0,"CropID":3.0,"LastUpdatedDate":"2024-12-29T02:25:17.873532+05:30","IsActive":true}]
application/xml, text/xml
Sample:
<ArrayOfDOMLocationCropmapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models"> <DOMLocationCropmapping> <CropID>3</CropID> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T02:25:17.873532+05:30</LastUpdatedDate> <LocationID>2</LocationID> </DOMLocationCropmapping> <DOMLocationCropmapping> <CropID>3</CropID> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T02:25:17.873532+05:30</LastUpdatedDate> <LocationID>2</LocationID> </DOMLocationCropmapping> <DOMLocationCropmapping> <CropID>3</CropID> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-29T02:25:17.873532+05:30</LastUpdatedDate> <LocationID>2</LocationID> </DOMLocationCropmapping> </ArrayOfDOMLocationCropmapping>