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