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