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

AdminControllerUpdateInvoiceBuyersPremium Method

AuctionWorx 3.5 API
Processes request to update an invoice comment

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

Syntax

C#
public ActionResult UpdateInvoiceBuyersPremium(
	int InvoiceID,
	string BuyersPremiumPercent,
	string returnUrl
)

Parameters

InvoiceID
Type: SystemInt32
ID of the invoice to be updated
BuyersPremiumPercent
Type: SystemString
New comments value
returnUrl
Type: SystemString
Url to redirect to (default invoice detail view if missing)

Return Value

Type: ActionResult
Redirect to invoice detail view
See Also

Reference

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