API structure has changed
  3 structure changes including:
    
    3 Modifications
        Modified
        3
      
      GET /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - notes property Added
 
 
- 
  application/json content type Modified
    
POST /api/v1/plans/{plan_uuid}/transaction
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - notes property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - notes property Added
 
 
- 
  application/json content type Modified
    
