invoiceNextNumber
query
Get next invoice number
Returns the next sequential number that will be assigned when creating an invoice in the specified document set.
query {
invoiceNextNumber(companyId: Int!, documentSetId: Int!): InvoiceNumberRead!
}Returns: InvoiceNumberRead!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentSetId | Int! |