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