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