Click or drag to resize

SalesReturnServiceEditReplacementItemDiscount Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public SalesDocumentDtoSalesDocumentLineDto EditReplacementItemDiscount(
	string apiKey,
	string rmaNumber,
	int orderLineId,
	decimal? discountPercent,
	decimal? discountAmount
)

Parameters

apiKey
Type: SystemString
rmaNumber
Type: SystemString
orderLineId
Type: SystemInt32
discountPercent
Type: SystemNullableDecimal
discountAmount
Type: SystemNullableDecimal

Return Value

Type: SalesDocumentDtoSalesDocumentLineDto
See Also