July 1, 2023

API version 1.459.0

Breaking changes:

  • Civil Litigation library now supports "type" to distinguish civil litigation and adversary proceedings cases.

    • added new flag civilLawsuitType in ComplaintDetailsModel model

  • Bankruptcy library

    • field "Petitioner" has been universally changed to "Debtor"

    • values have also been updated for filters

June 13, 2023

API version 1.429.0

Breaking changes:

  • New required parameter reportName in /api/1/cns-reports/hits/{reportId}/cases/export

  • Removed GET/PATCH /api/1/firms/{firmId}/firm-billing-office endpoint

  • Removed GET/POST /api/1/billing/cycles/{officeId} endpoint

  • Re POST /api/1/offices

    • Added new parts to model:

      • billingInfo

      • activationDateUtc

      • billingCycle

      • isPricingPlanOffice

      • paysForAllAdHocCharges

  • Re GET api/1/firms

    • no longer returns:

      • firmBillingOfficeId

      • isFirmBillingOfficePayAdHocChanges

      • firmBillingOfficeName

Other changes:

  • PUT /api/1/offices/{officeId}

    • removed firmId (you are not able to change office location - to another firm - so the parameter is not needed)

  • PUT /api/1/firms/{firmId}

    • removed firmBillingOfficeId from input model

    • removed isFirmBillingOfficePayAdHocChanges from input model

  • POST /api/1/firms

    • removed isFirmBillingOfficePayAdHocChanges from input model

  • GET /api/1/offices/{firmId}

    • returns new fields:

      • activationDateUtc

      • billingCycle

      • paysForAllAdHocCharges

      • billingInfo

  • POST api/1/firms

    • no longer requires the following attributes:

      • firmBillingOfficeId

      • isFirmBillingOfficePayAdHocChanges

      • firmBillingOfficeName