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