{ "list_pages": { "inspection": { "url": "/sales/inspections", "type": "inspection", "api": "/api/inspections" }, "estimate": { "url": "/sales/estimates", "type": "estimate", "api": "/api/estimates" }, "job_card": { "url": "/sales/job-cards", "type": "job_card", "api": "/api/job-cards" }, "invoice": { "url": "/sales/invoice", "type": "invoice", "api": "/api/invoices" }, "payment_received": { "url": "/sales/payment-received", "type": "payment_received", "api": "/api/payment-recieved" }, "expense": { "url": "/purchase/expense", "type": "expense", "api": "/api/expenses" }, "purchase_order": { "url": "/purchase/purchase-order", "type": "purchase_order", "api": "/api/purchase-orders" }, "bill": { "url": "/purchase/bill", "type": "bill", "api": "/api/bills" }, "payment_made": { "url": "/purchase/payments-made", "type": "payment_made", "api": "/api/payment-mades" }, "credit_note": { "url": "/sales/credit-notes", "type": "credit_note", "api": "/api/credit-notes" } } }