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