POST api/Plot
Request Information
URI Parameters
None.
Body Parameters
PlotMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PLOT_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| ADMIN_ID | string |
None. |
|
| PLOT_NAME | string |
None. |
|
| CROP_ID | string |
None. |
|
| CROP_TYPE_ID | string |
None. |
|
| SOIL_TYPE_ID | string |
None. |
|
| ERRIGATION_ID | string |
None. |
|
| SOWING_DATE | string |
None. |
|
| PLOT_AREA | string |
None. |
|
| PREVIOUS_YEAR_PROBLEM | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| REMARK | string |
None. |
|
| TASK | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| LANG_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PLOT_ID": "sample string 1",
"USER_ID": "sample string 2",
"ADMIN_ID": "sample string 3",
"PLOT_NAME": "sample string 4",
"CROP_ID": "sample string 5",
"CROP_TYPE_ID": "sample string 6",
"SOIL_TYPE_ID": "sample string 7",
"ERRIGATION_ID": "sample string 8",
"SOWING_DATE": "sample string 9",
"PLOT_AREA": "sample string 10",
"PREVIOUS_YEAR_PROBLEM": "sample string 11",
"LATITUDE": "sample string 12",
"LONGITUDE": "sample string 13",
"REMARK": "sample string 14",
"TASK": "sample string 15",
"EXTRA1": "sample string 16",
"EXTRA2": "sample string 17",
"EXTRA3": "sample string 18",
"LANG_ID": "sample string 19"
}
application/xml, text/xml
Sample:
<PlotMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models"> <ADMIN_ID>sample string 3</ADMIN_ID> <CROP_ID>sample string 5</CROP_ID> <CROP_TYPE_ID>sample string 6</CROP_TYPE_ID> <ERRIGATION_ID>sample string 8</ERRIGATION_ID> <EXTRA1>sample string 16</EXTRA1> <EXTRA2>sample string 17</EXTRA2> <EXTRA3>sample string 18</EXTRA3> <LANG_ID>sample string 19</LANG_ID> <LATITUDE>sample string 12</LATITUDE> <LONGITUDE>sample string 13</LONGITUDE> <PLOT_AREA>sample string 10</PLOT_AREA> <PLOT_ID>sample string 1</PLOT_ID> <PLOT_NAME>sample string 4</PLOT_NAME> <PREVIOUS_YEAR_PROBLEM>sample string 11</PREVIOUS_YEAR_PROBLEM> <REMARK>sample string 14</REMARK> <SOIL_TYPE_ID>sample string 7</SOIL_TYPE_ID> <SOWING_DATE>sample string 9</SOWING_DATE> <TASK>sample string 15</TASK> <USER_ID>sample string 2</USER_ID> </PlotMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |