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