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