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