POST api/addresses/search
Request Information
URI Parameters
None.
Body Parameters
Search| Name | Description | Type | Additional information |
|---|---|---|---|
| text | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"text": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Address| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | string |
None. |
|
| StreetName | string |
None. |
|
| StreetNumber | string |
None. |
|
| address | string |
None. |
|
| StreetLittera | string |
None. |
|
| City | string |
None. |
|
| Zipcode | string |
None. |
|
| InformationExternal | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LocationId": "sample string 1",
"StreetName": "sample string 2",
"StreetNumber": "sample string 3",
"address": "sample string 4",
"StreetLittera": "sample string 5",
"City": "sample string 6",
"Zipcode": "sample string 7",
"InformationExternal": "sample string 8",
"Url": "sample string 9"
},
{
"LocationId": "sample string 1",
"StreetName": "sample string 2",
"StreetNumber": "sample string 3",
"address": "sample string 4",
"StreetLittera": "sample string 5",
"City": "sample string 6",
"Zipcode": "sample string 7",
"InformationExternal": "sample string 8",
"Url": "sample string 9"
}
]