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

AccountControllerUpdateInvoiceComments 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 UpdateInvoiceComments(
	int InvoiceID,
	string Comments,
	string returnUrl,
	bool? ApplyToAllInvoices
)

Parameters

InvoiceID
Type: SystemInt32
ID of the invoice to be updated
Comments
Type: SystemString
New comments value
returnUrl
Type: SystemString
Url to redirect to (default invoice detail view if missing)
ApplyToAllInvoices
Type: SystemNullableBoolean
in Events Edition, if true applies this comment to all invoices in the same event

Return Value

Type: ActionResult
Redirect to invoice detail view
See Also

Reference

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