Click or drag to resize

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
)

Parameters

apiKey
Type: SystemString
customerNumbers
Type: SystemString

Return Value

Type: CustomerDto
See Also