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