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

AdminControllerAddAllLineItems Method

AuctionWorx 3.5 API
Processes request to add a line item to an invoice

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

Syntax

C#
public ActionResult AddAllLineItems(
	string[] lineItemIds,
	int invoiceID,
	string returnUrl
)

Parameters

lineItemIds
Type: SystemString
Comma separated list of ID's of the line item(s) to be added
invoiceID
Type: SystemInt32
ID of the invoice to be updated
returnUrl
Type: SystemString
Return Url passed to invoice detail view

Return Value

Type: ActionResult
Redirect to invoice detail view
See Also

Reference

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