GET api/Address/GetAddressList?term={term}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
term | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAddressReturnName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Text | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "sample string 1", "Text": "sample string 2" }, { "Id": "sample string 1", "Text": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfGetAddressReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <GetAddressReturn> <Id>sample string 1</Id> <Text>sample string 2</Text> </GetAddressReturn> <GetAddressReturn> <Id>sample string 1</Id> <Text>sample string 2</Text> </GetAddressReturn> </ArrayOfGetAddressReturn>