You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > ToggleBpAppliesLineItem Method

AccountControllerToggleBpAppliesLineItem Method

AuctionWorx 3.5 API
Processes request to toggle whether buyer's premium applies to a line item

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

Syntax

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

Parameters

lineItemID
Type: SystemInt32
ID of the line item to be updated
invoiceID
Type: SystemInt32
ID of the invoice to return to
returnUrl
Type: SystemString
Return Url passed to invoice detail view

Return Value

Type: ActionResult
Redirect to invoice detail
See Also

Reference

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