API structure has changed
  5 structure changes including:
    
    5 Modifications
        Modified
        5
          Breaking
      
      DELETE /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Path
- 
  uuid path parameter Modified
    - 
          Type went from integertostringBreaking
 
- 
          Type went from 
GET /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Path
- 
  uuid path parameter Modified
    - 
          Type went from integertostringBreaking
 
- 
          Type went from 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - status property Added
 
 
- 
  application/json content type Modified
    
POST /api/v1/firm/{firm_uuid}/settings
              - Body
- 
  application/json content type Modified
    - allow_completion_of_cases_with_incomplete_tasks property Added
 
POST /api/v1/plans/{plan_uuid}/transaction
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - status property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Path
- 
  uuid path parameter Modified
    - 
          Type went from integertostringBreaking
 
- 
          Type went from 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - status property Added
 
 
- 
  application/json content type Modified
    
