POST api/Operation/moditorzoneinfo
Request Information
URI Parameters
None.
Body Parameters
ZoneInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| farmname | string |
None. |
|
| farmaddress | string |
None. |
|
| lat | string |
None. |
|
| farmower | string |
None. |
|
| farmowertel | string |
None. |
|
| farmportal | string |
None. |
|
| farmportaltel | string |
None. |
|
| farmportaladdress | string |
None. |
|
| farmdesc | string |
None. |
|
| farmloginlogo | string |
None. |
|
| farmid | integer |
None. |
|
| farmxy | string |
None. |
|
| optype | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"farmname": "sample string 1",
"farmaddress": "sample string 2",
"lat": "sample string 3",
"farmower": "sample string 4",
"farmowertel": "sample string 5",
"farmportal": "sample string 6",
"farmportaltel": "sample string 7",
"farmportaladdress": "sample string 8",
"farmdesc": "sample string 9",
"farmloginlogo": "sample string 10",
"farmid": 11,
"farmxy": "sample string 12",
"optype": 13
}
application/xml, text/xml
Sample:
<ZoneInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.Operation"> <farmaddress>sample string 2</farmaddress> <farmdesc>sample string 9</farmdesc> <farmid>11</farmid> <farmloginlogo>sample string 10</farmloginlogo> <farmname>sample string 1</farmname> <farmower>sample string 4</farmower> <farmowertel>sample string 5</farmowertel> <farmportal>sample string 6</farmportal> <farmportaladdress>sample string 8</farmportaladdress> <farmportaltel>sample string 7</farmportaltel> <farmxy>sample string 12</farmxy> <lat>sample string 3</lat> <optype>13</optype> </ZoneInfo>
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. |