GET api/CropCatMaster/{id}?USER_ID={USER_ID}&LANG_ID={LANG_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| USER_ID | string |
Required |
|
| LANG_ID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CropMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Row | string |
None. |
|
| CROP_ID | string |
None. |
|
| CROP_NAME | string |
None. |
|
| CROP_IMAGE | string |
None. |
|
| CROP_APP_STATUS | string |
None. |
|
| CROP_PLOT_COUNT | string |
None. |
|
| ADD_USER_PLOT_STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Row": "sample string 1",
"CROP_ID": "sample string 2",
"CROP_NAME": "sample string 3",
"CROP_IMAGE": "sample string 4",
"CROP_APP_STATUS": "sample string 5",
"CROP_PLOT_COUNT": "sample string 6",
"ADD_USER_PLOT_STATUS": "sample string 7"
},
{
"Row": "sample string 1",
"CROP_ID": "sample string 2",
"CROP_NAME": "sample string 3",
"CROP_IMAGE": "sample string 4",
"CROP_APP_STATUS": "sample string 5",
"CROP_PLOT_COUNT": "sample string 6",
"ADD_USER_PLOT_STATUS": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfCropMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiCropguru.Models">
<CropMaster>
<ADD_USER_PLOT_STATUS>sample string 7</ADD_USER_PLOT_STATUS>
<CROP_APP_STATUS>sample string 5</CROP_APP_STATUS>
<CROP_ID>sample string 2</CROP_ID>
<CROP_IMAGE>sample string 4</CROP_IMAGE>
<CROP_NAME>sample string 3</CROP_NAME>
<CROP_PLOT_COUNT>sample string 6</CROP_PLOT_COUNT>
<Row>sample string 1</Row>
</CropMaster>
<CropMaster>
<ADD_USER_PLOT_STATUS>sample string 7</ADD_USER_PLOT_STATUS>
<CROP_APP_STATUS>sample string 5</CROP_APP_STATUS>
<CROP_ID>sample string 2</CROP_ID>
<CROP_IMAGE>sample string 4</CROP_IMAGE>
<CROP_NAME>sample string 3</CROP_NAME>
<CROP_PLOT_COUNT>sample string 6</CROP_PLOT_COUNT>
<Row>sample string 1</Row>
</CropMaster>
</ArrayOfCropMaster>