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