Processes request to update an invoice comment
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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
the optional url to redirect to upon success - ApplyToAllInvoices
- Type: SystemNullableBoolean
in Events Edition, if true applies this comment to all invoices in the same event
Return Value
Type: ActionResultRedirect to invoice detail view
See Also