API structure has changed
  9 structure changes including:
    
    2 Additions
    7 Modifications
        Modified
        7
      
      GET /api/v1/plans/{plan_uuid}/transaction
              - Query
- filter[sub_type] query parameter Added
GET /api/v1/plans/{plan_uuid}/transaction-schedule/{transactionSchedule_uuid}
              - Response
- 
  200 response Modified
    - sub_type property Added
 
GET /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Response
- 
  200 response Modified
    - sub_type property Added
 
POST /api/v1/plans/{plan_uuid}/transaction
              - Body
- 
   content type Modified
    - sub_type property Added
 
- Response
- 
  201 response Modified
    - sub_type property Added
 
POST /api/v1/plans/{plan_uuid}/transaction-schedule
              - Body
- 
   content type Modified
    - sub_type property Added
 
- Response
- 
  201 response Modified
    - sub_type property Added
 
PUT /api/v1/plans/{plan_uuid}/transaction-schedule/{transactionSchedule_uuid}
              - Body
- 
   content type Modified
    - sub_type property Added
 
- Response
- 
  200 response Modified
    - sub_type property Added
 
PUT /api/v1/plans/{plan_uuid}/transaction/{uuid}
              - Body
- 
   content type Modified
    - sub_type property Added
 
- Response
- 
  200 response Modified
    - sub_type property Added
 
        Added
        2
      
      GET /api/v1/static/transaction-sub-types/{transactionType}
          GET /api/v1/static/transaction-types
          