You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > RemoveLineItem Method

AdminControllerRemoveLineItem Method

AuctionWorx 3.5 API
Processes request to remove a line item from the specified invoice

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult RemoveLineItem(
	int lineItemID,
	int invoiceID,
	string returnUrl
)

Parameters

lineItemID
Type: SystemInt32
ID of the requested line item to be removed
invoiceID
Type: SystemInt32
ID of the requested invoice to be adjusted
returnUrl
Type: SystemString
the optional url to redirect to upon success

Return Value

Type: ActionResult
Redirect to /Admin/InvoiceDetail/[id]
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.