Create exemption
POST/openapi/v1/exemptions
Create a new exemption. Server generates a synthetic exm_<16chars> ID. Required: identification.exemptionType, acknowledgement.reason, and at least one of owners.worker / owners.applicant. The server stamps acknowledgedBy (the API actor) and acknowledgedAt (now); these are immutable thereafter. displayName, referenceNumber, and status are synthesised when omitted. Owners are immutable after create.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error