Click or drag to resize

CustomerServiceCreateOrUpdateCustomer Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public CustomerDto CreateOrUpdateCustomer(
	string apiKey,
	CustomerDto customer,
	int businessRelationType,
	int customerKeyType
)

Parameters

apiKey
Type: SystemString
customer
Type: Bex.API.ServiceDTOsCustomerDto
businessRelationType
Type: SystemInt32
customerKeyType
Type: SystemInt32

Return Value

Type: CustomerDto
See Also