GET api/Location/GetLocation?LocationID={LocationID}&Name={Name}&Street={Street}&HomeNumber={HomeNumber}&Country={Country}&PostalCode={PostalCode}&City={City}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LocationID | string |
None. |
|
Name | string |
None. |
|
Street | string |
None. |
|
HomeNumber | string |
None. |
|
Country | string |
None. |
|
PostalCode | string |
None. |
|
City | string |
None. |
|
RequestType | sqRequestType |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
RecordDtModifiedFrom | date |
None. |
Body Parameters
None.
Response Information
Resource Description
LocationName | Description | Type | Additional information |
---|---|---|---|
LocationID | string |
None. |
|
Name | string |
None. |
|
Street | string |
None. |
|
HomeNumber | string |
None. |
|
Country | string |
None. |
|
PostalCode | string |
None. |
|
City | string |
None. |
|
Contact | string |
None. |
|
Distance | decimal number |
None. |
|
LocationEAN | string |
None. |
|
InsUpdDate | date |
None. |
|
Region | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<Location xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <LocationID>sample string 1</LocationID> <Name>sample string 2</Name> <Street>sample string 3</Street> <HomeNumber>sample string 4</HomeNumber> <Country>sample string 5</Country> <PostalCode>sample string 6</PostalCode> <City>sample string 7</City> <Contact>sample string 8</Contact> <Distance>1.1</Distance> <LocationEAN>sample string 9</LocationEAN> <InsUpdDate>2023-06-09T19:36:24.8291151+02:00</InsUpdDate> <Region>sample string 10</Region> </Location>