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