Generate Invoice Number
GET/invoices/generate-invoice-number
Get the next invoice number for the given location
Request
Version stringrequired
API Version
Available options
v3altId stringrequired
Location Id
altType stringrequired
Available options
locationSuccessful response
- application/json
- Schema
- Example (auto)
Schema
invoiceNumbernumber
Invoice Number
{
"invoiceNumber": "19"
}