Configuration Service
Here you will find information about the settings of your web services such as authentication, etc.
See next invoice number - peekInvoiceSequence
To see the next invoice number to be used for automatic generation of invoice number, you can easily use the peekInvoiceSequence method with returns the next number as an integer.
Set next invoice number - setInvoiceSequence
To manually set the next invoice number that will be used for automatic generation of invoice number you can call the setInvoiceSequence method with desired invoice number.
Register event callback - registerEventCallback
To register callbacks.
Get event callback information - Get registered callback
To fetch information about a registered callback.
Unregister event Callback - unregisterEventCallback
To unregister callbacks. **
**