Click or drag to resize

ShipmentParcelServiceUpdateParcel2 Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public void UpdateParcel2(
	string apiKey,
	string shipmentNo,
	ParcelWithTrackingDto parcel
)

Parameters

apiKey
Type: SystemString
shipmentNo
Type: SystemString
parcel
Type: Bex.API.ServiceDTOsParcelWithTrackingDto
See Also