POST api/TrackermapAPI
Builds the list of proxies to use.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProxyDropDown| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| ID | integer |
None. |
|
| ProxyUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"ID": 2,
"ProxyUrl": "sample string 3"
},
{
"Name": "sample string 1",
"ID": 2,
"ProxyUrl": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfProxyDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackerMapLive.Business.Models">
<ProxyDropDown>
<ID>2</ID>
<Name>sample string 1</Name>
<ProxyUrl>sample string 3</ProxyUrl>
</ProxyDropDown>
<ProxyDropDown>
<ID>2</ID>
<Name>sample string 1</Name>
<ProxyUrl>sample string 3</ProxyUrl>
</ProxyDropDown>
</ArrayOfProxyDropDown>