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