 | SalesReturnServiceSetReturnType Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public SalesDocumentDtoSalesDocumentLineDto SetReturnType(
string apiKey,
string rmaNumber,
int returnLineId,
short returnType
)
<WebMethodAttribute>
Public Function SetReturnType (
apiKey As String,
rmaNumber As String,
returnLineId As Integer,
returnType As Short
) As SalesDocumentDtoSalesDocumentLineDto
public:
[WebMethodAttribute]
SalesDocumentDtoSalesDocumentLineDto^ SetReturnType(
String^ apiKey,
String^ rmaNumber,
int returnLineId,
short returnType
)
[<WebMethodAttribute>]
member SetReturnType :
apiKey : string *
rmaNumber : string *
returnLineId : int *
returnType : int16 -> SalesDocumentDtoSalesDocumentLineDto
Parameters
- apiKey
- Type: SystemString
- rmaNumber
- Type: SystemString
- returnLineId
- Type: SystemInt32
- returnType
- Type: SystemInt16
Return Value
Type:
SalesDocumentDtoSalesDocumentLineDto
See Also