This is actually possible by appending .json
to any URL path.
For example, if you want to know these for specific invoice, the URL path will be…
/sales-invoice-view?..
Try changing it in your web-browser to:
/sales-invoice-view.json?..
This is actually possible by appending .json
to any URL path.
For example, if you want to know these for specific invoice, the URL path will be…
/sales-invoice-view?..
Try changing it in your web-browser to:
/sales-invoice-view.json?..