GET v2/lots/{ranchLotId}/soil-types.{ext}
WARNING: This call is deprecated. CropManage no longer uses the SoilTypeJSON model. Return the soil type associated with a given lot
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ranchLotId |
Lot ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
soil type data associated with the target lot
SoilTypeJSONName | Description | Type | Additional information |
---|---|---|---|
SoilSeries | string |
None. |
|
SoilTexture | string |
None. |
|
Clay | Collection of decimal number |
None. |
|
Sand | Collection of decimal number |
None. |
|
Silt | Collection of decimal number |
None. |
|
Organic | Collection of decimal number |
None. |
|
Density | Collection of decimal number |
None. |
|
SatTension | Collection of decimal number |
None. |
|
Mineralization | Collection of decimal number |
None. |
|
SoilWebCoKey | string |
None. |
|
Approved | boolean |
None. |
|
CreatedDT | date |
None. |
|
LastUpdateDT | date |
None. |
|
External_Name | string |
None. |
|
isDefault | boolean |
None. |
|
DefaultSoilTypeId | integer |
None. |
|
LinkToViewProperties | string |
None. |
|
Source | boolean |
None. |
|
Id | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "SoilSeries": "sample string 1", "SoilTexture": "sample string 2", "Clay": [ 1.0, 1.0 ], "Sand": [ 1.0, 1.0 ], "Silt": [ 1.0, 1.0 ], "Organic": [ 1.0, 1.0 ], "Density": [ 1.0, 1.0 ], "SatTension": [ 1.0, 1.0 ], "Mineralization": [ 1.0, 1.0 ], "SoilWebCoKey": "sample string 3", "Approved": true, "CreatedDT": "2025-02-12T05:42:37.8085647-08:00", "LastUpdateDT": "2025-02-12T05:42:37.8085647-08:00", "External_Name": "sample string 7", "isDefault": true, "DefaultSoilTypeId": 1, "LinkToViewProperties": "sample string 9", "Source": true, "Id": 10, "Name": "sample string 11" }
application/xml, text/xml
Sample:
<SoilTypeJSON xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>10</Id> <Name>sample string 11</Name> <SoilSeries>sample string 1</SoilSeries> <SoilTexture>sample string 2</SoilTexture> <Clay> <decimal>1</decimal> <decimal>1</decimal> </Clay> <Sand> <decimal>1</decimal> <decimal>1</decimal> </Sand> <Silt> <decimal>1</decimal> <decimal>1</decimal> </Silt> <Organic> <decimal>1</decimal> <decimal>1</decimal> </Organic> <Density> <decimal>1</decimal> <decimal>1</decimal> </Density> <SatTension> <decimal>1</decimal> <decimal>1</decimal> </SatTension> <Mineralization> <decimal>1</decimal> <decimal>1</decimal> </Mineralization> <SoilWebCoKey>sample string 3</SoilWebCoKey> <Approved>true</Approved> <CreatedDT>2025-02-12T05:42:37.8085647-08:00</CreatedDT> <LastUpdateDT>2025-02-12T05:42:37.8085647-08:00</LastUpdateDT> <External_Name>sample string 7</External_Name> <isDefault>true</isDefault> <DefaultSoilTypeId>1</DefaultSoilTypeId> <LinkToViewProperties>sample string 9</LinkToViewProperties> <Source>true</Source> </SoilTypeJSON>