Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

22 days ago

main
v1.67.1
Compare
v1.67.1

API structure has changed

11 structure changes including:
1 Addition
10 Modifications
Modified 10 Breaking
GET /api/v1/plans/{plan_uuid}/reporting/valuations/{subAccount}
  • Body
  • application/json content type Added
POST /api/v1/client
  • Body
  • application/json content type Modified
    • external_reference property Modified
      • Property is no longer required
      • third_party, reference properties Modified
        • Properties are now required
          Breaking
POST /api/v1/plans
  • Body
  • application/json content type Modified
    • accounts property Modified
      • Type went from array to array[object]
      • object property Added
    • cases, linked_owners, visible_to_circles_uuids properties Modified
      • Type went from array to array[string(uuid)]
    • beneficiaries property Modified
      • Type went from array to array[object]
      • object property Added
    • external_reference property Modified
      • Property is no longer required
      • third_party, reference properties Modified
        • Properties are now required
          Breaking
POST /api/v1/plans/{plan_uuid}/cover
  • Body
  • application/json content type Modified
    • beneficiaries property Modified
      • Type went from array to array[object]
      • object property Added
POST /api/v1/plans/{plan_uuid}/premiums
  • Body
  • application/json content type Modified
    • transferred_from_plan_type, transferred_from_plan_sub_type properties Modified
      • Properties are no longer required
    • external_reference property Modified
      • Property is no longer required
      • third_party, reference properties Modified
        • Properties are now required
          Breaking
POST /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/sync-holdings
  • Body
  • application/json content type Modified
    • holdings property Modified
      • Type went from array to array[object]
      • SubAccountHolding property Added
POST /api/v1/postcode/search
  • Body
  • application/json content type Added
PUT /api/v1/plans/{plan_uuid}/claim/{uuid}
  • Body
  • application/json content type Modified
    • claim_end_date property Modified
      • Type went from string(date) to string(date) | null
    • claim_notes property Modified
      • Type went from string(date) to string | null
PUT /api/v1/plans/{plan_uuid}/ownership
  • Body
  • application/json content type Added
PUT /api/v1/plans/{plan_uuid}/premiums/{uuid}
  • Body
  • application/json content type Modified
    • transfer_type, source, payment_method, details properties Modified
      • Type went from string to string | null
    • date_advice_given, end_date properties Modified
      • Type went from string(date) to string(date) | null
    • amount property Modified
      • Type went from integer to integer | null
    • percentage property Modified
      • Type went from number(float) to number(float) | null
    • transferred_from_plan_uuid property Modified
      • Type went from string(uuid) to string(uuid) | null
    • transferred_from_plan_type, transferred_from_plan_sub_type properties Modified
      • Properties are no longer required
      • Type went from string to string | null
Added 1
GET /api/v1/addons/transact/advisers