Click or drag to resize

CustomerServiceGetCustomerByNo Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public CustomerDto GetCustomerByNo(
	string apiKey,
	string customerNo
)

Parameters

apiKey
Type: SystemString
customerNo
Type: SystemString

Return Value

Type: CustomerDto
See Also