GET v2/lots/{lotId}.json
Returns planting area details
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lotId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RanchLotEditName | Description | Type | Additional information |
---|---|---|---|
Model |
lot model |
RanchLotEditViewModel |
None. |
Coordinates |
coordinates in string format |
string |
None. |
SoilWebProperties |
SoilWeb properties |
SoilWebProperties |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "Model": { "RanchLotViewModel": { "SoilLayers": [ { "Id": 1, "RanchLotId": 2, "Depth": 3, "Sand": 1.0, "Silt": 1.0, "Organic": 1.0, "Density": 1.0, "Tension": 1.0, "Mineralization": 1.0 }, { "Id": 1, "RanchLotId": 2, "Depth": 3, "Sand": 1.0, "Silt": 1.0, "Organic": 1.0, "Density": 1.0, "Tension": 1.0, "Mineralization": 1.0 } ], "Name": "sample string 1", "Acres": 2.0, "Coordinates": "sample string 3", "ObstructionDepth": 1.0 }, "SoilLayers": null }, "Coordinates": "sample string 1", "SoilWebProperties": { "Record": { "Id": 1, "CoKey": "sample string 2", "Name": "sample string 3", "Series": "sample string 4", "Texture": "sample string 5" }, "Layers": [ { "Id": 1, "CoKey": "sample string 2", "Depth": 3, "Sand": 1.0, "Silt": 1.0, "Organic": 1.0, "Density": 1.0, "Tension": 1.0, "Mineralization": 1.0 }, { "Id": 1, "CoKey": "sample string 2", "Depth": 3, "Sand": 1.0, "Silt": 1.0, "Organic": 1.0, "Density": 1.0, "Tension": 1.0, "Mineralization": 1.0 } ], "Error": 1 } }