Skip to main content
Documentation

Domain

Warranties capabilities

8 capabilities, all acting on a warranty. A reference to one from another domain is spelled warranty_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
warranties.listPOST /api/v1/warranties/listSearch the warranty registry by customer, expiry or coverageread-only
warranties.expiry_summaryPOST /api/v1/warranties/expiry_summaryCount every warranty by whether it is active, expiring or expiredread-only
warranties.certificatePOST /api/v1/warranties/certificateRead what one warranty certificate actually promisesread-only
warranties.claimsPOST /api/v1/warranties/claimsList the comeback claims raised against the shop's warranty workread-only
warranties.claim_insightsPOST /api/v1/warranties/claim_insightsBreak the shop's warranty claims down by cause and outcomeread-only
warranties.issuePOST /api/v1/warranties/issueIssue a warranty on a finished job or a paid invoicewrites
warranties.claimPOST /api/v1/warranties/claimGet one warranty claim with its panels and what it costread-only
warranties.followup_queuePOST /api/v1/warranties/followup_queueList every warranty still waiting on its validation inspectionread-only

← Every domain