Click or drag to resize

SalesReturnServiceSetReturnReason Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public SalesDocumentDtoSalesDocumentLineDto SetReturnReason(
	string apiKey,
	string rmaNumber,
	int returnLineId,
	string reasonCode
)

Parameters

apiKey
Type: SystemString
rmaNumber
Type: SystemString
returnLineId
Type: SystemInt32
reasonCode
Type: SystemString

Return Value

Type: SalesDocumentDtoSalesDocumentLineDto
See Also