 | 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
)
<WebMethodAttribute>
Public Sub UpdateParcel2 (
apiKey As String,
shipmentNo As String,
parcel As ParcelWithTrackingDto
)
public:
[WebMethodAttribute]
void UpdateParcel2(
String^ apiKey,
String^ shipmentNo,
ParcelWithTrackingDto^ parcel
)
[<WebMethodAttribute>]
member UpdateParcel2 :
apiKey : string *
shipmentNo : string *
parcel : ParcelWithTrackingDto -> unit
Parameters
- apiKey
- Type: SystemString
- shipmentNo
- Type: SystemString
- parcel
- Type: Bex.API.ServiceDTOsParcelWithTrackingDto
See Also