 | OrderServiceGetShopOptions Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public List<ShopDto> GetShopOptions(
string apiKey
)
<WebMethodAttribute>
Public Function GetShopOptions (
apiKey As String
) As List(Of ShopDto)
public:
[WebMethodAttribute]
List<ShopDto^>^ GetShopOptions(
String^ apiKey
)
[<WebMethodAttribute>]
member GetShopOptions :
apiKey : string -> List<ShopDto>
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
ListShopDto
See Also