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