GET api/PesticideBdf/GetAdversities?pesticideId={pesticideId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pesticideId | integer |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SampleListItemExtended| Name | Description | Type | Additional information |
|---|---|---|---|
| ShortText | string |
None. |
|
| ValueInt | integer |
None. |
|
| Description | string |
None. |
|
| ImageUrl | string |
None. |
|
| Disabled | boolean |
None. |
|
| Selected | boolean |
None. |
|
| Text | string |
None. |
|
| Value | string |
None. |
|
| GroupName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ShortText": "sample string 1",
"ValueInt": 2,
"Description": "sample string 3",
"ImageUrl": "sample string 4",
"Disabled": true,
"Selected": true,
"Text": "sample string 7",
"Value": "sample string 8",
"GroupName": "sample string 9"
},
{
"ShortText": "sample string 1",
"ValueInt": 2,
"Description": "sample string 3",
"ImageUrl": "sample string 4",
"Disabled": true,
"Selected": true,
"Text": "sample string 7",
"Value": "sample string 8",
"GroupName": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfSampleListItemExtended xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Plugin.ApiServices.DTO">
<SampleListItemExtended>
<Disabled>true</Disabled>
<GroupName>sample string 9</GroupName>
<Selected>true</Selected>
<Text>sample string 7</Text>
<Value>sample string 8</Value>
<Description>sample string 3</Description>
<ImageUrl>sample string 4</ImageUrl>
<ShortText>sample string 1</ShortText>
<ValueInt>2</ValueInt>
</SampleListItemExtended>
<SampleListItemExtended>
<Disabled>true</Disabled>
<GroupName>sample string 9</GroupName>
<Selected>true</Selected>
<Text>sample string 7</Text>
<Value>sample string 8</Value>
<Description>sample string 3</Description>
<ImageUrl>sample string 4</ImageUrl>
<ShortText>sample string 1</ShortText>
<ValueInt>2</ValueInt>
</SampleListItemExtended>
</ArrayOfSampleListItemExtended>