POST api/GetAreaWiseRecommendations
Request Information
URI Parameters
None.
Body Parameters
SeedUsageGuidelines| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SeedID | integer |
None. |
|
| CropID | integer |
None. |
|
| CropStage | string |
None. |
|
| QtyPerArea | string |
None. |
|
| SeedDealerID | integer |
None. |
|
| DelaerName | string |
None. |
|
| District | integer |
None. |
|
| districtName | string |
Matching regular expression pattern: ^[a-zA-Z() -.\s]{2,}$ |
|
| CropName | string |
None. |
|
| Comments | string |
None. |
|
| culture | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SeedID": 2,
"CropID": 3,
"CropStage": "sample string 4",
"QtyPerArea": "sample string 5",
"SeedDealerID": 6,
"DelaerName": "sample string 7",
"District": 1,
"districtName": "sample string 8",
"CropName": "sample string 9",
"Comments": "sample string 10",
"culture": 11
}
application/xml, text/xml
Sample:
<SeedUsageGuidelines xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WDD_Models"> <Comments>sample string 10</Comments> <CropID>3</CropID> <CropName>sample string 9</CropName> <CropStage>sample string 4</CropStage> <DelaerName>sample string 7</DelaerName> <District>1</District> <ID>1</ID> <QtyPerArea>sample string 5</QtyPerArea> <SeedDealerID>6</SeedDealerID> <SeedID>2</SeedID> <culture>11</culture> <districtName>sample string 8</districtName> </SeedUsageGuidelines>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.