 | ShipmentParcelServiceGetShippingLabel1AsBase64 Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public string GetShippingLabel1AsBase64(
string apiKey,
string shipmentNo,
string parcelExternalId
)
<WebMethodAttribute>
Public Function GetShippingLabel1AsBase64 (
apiKey As String,
shipmentNo As String,
parcelExternalId As String
) As String
public:
[WebMethodAttribute]
String^ GetShippingLabel1AsBase64(
String^ apiKey,
String^ shipmentNo,
String^ parcelExternalId
)
[<WebMethodAttribute>]
member GetShippingLabel1AsBase64 :
apiKey : string *
shipmentNo : string *
parcelExternalId : string -> string
Parameters
- apiKey
- Type: SystemString
- shipmentNo
- Type: SystemString
- parcelExternalId
- Type: SystemString
Return Value
Type:
String
See Also