GET api/soil/soiltype_item/{soiltypeid}
Individual Soil Type Text filtered from the supplied corresponding Soil Type
Request Information
Authorization is required
Response Codes
- OK (200)
- BadRequest (400)
- Unauthorized (401)
- NotFound (404)
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| soiltypeid |
The Soil Type ID to filter on |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the Soil Type Text
soiltypeitem| Name | Description | Type | Additional information |
|---|---|---|---|
| SoilTypeName |
The Text value for Soil Type |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SoilTypeName": "sample string 1"
}
application/xml, text/xml
Sample:
<soiltypeitem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RB209_WebApi.Models.Soil"> <SoilTypeName>sample string 1</SoilTypeName> </soiltypeitem>