 | 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
)
<WebMethodAttribute>
Public Function CreateOrUpdateCustomer (
apiKey As String,
customer As CustomerDto,
businessRelationType As Integer,
customerKeyType As Integer
) As CustomerDto
public:
[WebMethodAttribute]
CustomerDto^ CreateOrUpdateCustomer(
String^ apiKey,
CustomerDto^ customer,
int businessRelationType,
int customerKeyType
)
[<WebMethodAttribute>]
member CreateOrUpdateCustomer :
apiKey : string *
customer : CustomerDto *
businessRelationType : int *
customerKeyType : int -> CustomerDto
Parameters
- apiKey
- Type: SystemString
- customer
- Type: Bex.API.ServiceDTOsCustomerDto
- businessRelationType
- Type: SystemInt32
- customerKeyType
- Type: SystemInt32
Return Value
Type:
CustomerDto
See Also