Testing Guide, Payload Schemas & Validation Reference
A documentation-focused release: how to test your integration, a full field reference for the case payload, every server-side validation check in one place, and the legacy endpoint sunset date. Also includes one small Policy Limit intake-validation fix (see below).
- Docs — Testing guide published:
is_test end-to-end testing is now documented in the API reference, spelling out exactly what a test case does and doesn't trigger. Invoicing of is_test cases is now blocked in code — test cases will never generate a real invoice. - Docs — Case payload schemas published: new
PartnerCasePolicyLimit / PartnerCasePolicyExistence component schemas document every field of the case JSON with conditional-requirement annotations, and are visible in the Data Dictionary. You no longer need to use the deprecated 3-step endpoints' pages as a field reference. - Docs — Validation reference completed: server-side checks beyond the conditional requirements matrix — the date-of-loss window, two-letter state format, nested required members, and carrier escalation rules — are now documented on each endpoint's description, alongside a fully documented error contract (the
400 validation envelope, 401/403 auth failures, and rate limits). - Docs — Legacy endpoint sunset date published: the deprecated 3-step endpoints sunset on November 11, 2026. This isn't new behavior — every response from those endpoints has carried the RFC 8594
Sunset header with this date since their deprecation; it's now also published here. - Fixed — International commercial parity:
international_commercial_policy_limits is now treated as commercial at intake: defendant_business_name is required, and commercial_driver_information is accepted, matching the other three commercial Policy Limit products. - Compatibility: the documentation changes above are documentation only — no request/response contract changes for live cases. The international commercial parity fix is a validation tightening: no partner has submitted this product in the past 12 months, and every historical submission of it already included a business name (verified against production 2026-07-14).