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