 | CustomerServiceConfirmCustomerChange Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void ConfirmCustomerChange(
string apiKey,
int entryId
)
<WebMethodAttribute>
Public Sub ConfirmCustomerChange (
apiKey As String,
entryId As Integer
)
public:
[WebMethodAttribute]
void ConfirmCustomerChange(
String^ apiKey,
int entryId
)
[<WebMethodAttribute>]
member ConfirmCustomerChange :
apiKey : string *
entryId : int -> unit
Parameters
- apiKey
- Type: SystemString
- entryId
- Type: SystemInt32
See Also