 | StockServiceGetLocations Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public LocationDto[] GetLocations(
string apiKey
)
<WebMethodAttribute>
Public Function GetLocations (
apiKey As String
) As LocationDto()
public:
[WebMethodAttribute]
array<LocationDto^>^ GetLocations(
String^ apiKey
)
[<WebMethodAttribute>]
member GetLocations :
apiKey : string -> LocationDto[]
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
LocationDto
See Also