Click or drag to resize

SalesReturnServiceEditReturnItemAmountIncludingVAT Method

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

Parameters

apiKey
Type: SystemString
rmaNumber
Type: SystemString
returnLineId
Type: SystemInt32
amountIncludingVAT
Type: SystemDecimal

Return Value

Type: SalesDocumentDtoSalesDocumentLineDto
See Also