{"user":{"title":"User Routes","routes":{"fetchUserInvoices":{"path":"/fetch-user-invoices","name":"Fetching user invoices","method":"GET"}}},"invoices":{"title":"Invoices Routes","routes":{"verifiedInvoices":{"path":"/fetch-verified-invoice","fullPath":"/v1/invoice/fetch-verified-invoice","name":"Fetching verified invoices","method":"POST"},"manualInvoice":{"path":"/manual-invoice","fullPath":"/v1/invoice/manual-invoice","name":"Add manual-invoice","method":"POST"},"manualInvoiceEdit":{"path":"/manual-invoice","fullPath":"/v1/invoice/manual-invoice","name":"Edit manual-invoice","method":"PUT"},"editInvoice":{"path":"/modify-invoice","fullPath":"/v1/invoice/modify-invoice","name":"Modify invoice","method":"POST"},"exportInvoice":{"path":"/export-invoices","fullPath":"/v1/invoice/export-invoices","name":"Export invoice","method":"POST"},"searchInvoice":{"path":"/search-invoices","fullPath":"/v1/invoice/search-invoices","name":"Search invoice","method":"POST"},"findInvoiceByIIC":{"path":"/invoices-by-iic","fullPath":"/v1/invoice/invoices-by-iic","name":"Find invoice by IIC(NSLF) number","method":"POST"},"fetchInvoiceByID":{"path":"/:invoiceId","fullPath":"/v1/invoice/:invoiceId","name":"Fetch invoice by id(docID)","method":"POST"},"deleteInvoiceByID":{"path":"/delete-invoice/:invoiceId","fullPath":"/v1/invoice/delete-invoice/:invoiceId","name":"Delete invoice by id(docID)","method":"POST"},"restoreInvoiceByID":{"path":"/restore/:invoiceId","fullPath":"/v1/invoice/restore/:invoiceId","name":"restore invoice by id(docID)","method":"PUT"}}},"test":{"title":"Test Memo Api","path":"/v1/test"}}