deleteInvoiceGrouping()
void deleteInvoiceGrouping(string invoiceGroupingId)
This method deletes the invoice grouping so it can not be used anymore.
Parameters
- invoiceGroupingId
- Format: string
Results
This method returns does not return any output.
There are no messages defined by this method.
Faults
NoSuchItemExceptionThis fault is returned when an invoice grouping for the invoice grouping ID does not exist or has been deleted.
Java client syntax
java -cp build/smilewsv2-client.jar [options]
com.inomial.smile.client.v2.examples.DeleteInvoiceGrouping
invoiceGroupingId
- invoiceGroupingId
- Purpose: Specifies the ID of the invoice grouping to delete.
Note: For more information about the Java client and the options it
accepts, see Java client syntax.