Get the next document numbers for an entity
Returns the next sequence number for various document types - invoices, quotes, credit notes, and others. For example, if the last issued invoice is INV-00042
, the next invoice number is 43.
To set the next document numbers, use PATCH /entities/{entity_id}/settings
.
For more information, see Document number customization.
Path parameters
entity_id
Unique ID of the entity
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
Response
Successful Response
credit_note
Next credit note number
delivery_note
Next delivery note number
invoice
Next invoice number
purchase_order
Next purchase order number
quote
Next quote number