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