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

Changelog

Last update:
Compare
3 structure changes including:
3 Modifications
Modified 3
GET /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • start_date, end_date properties Added
POST /api/v1/client/{client_uuid}/income
  • Body
  • application/json content type Modified
    • start_date, end_date properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • start_date, end_date properties Added
PUT /api/v1/client/{client_uuid}/income/{uuid}
  • Body
  • application/json content type Modified
    • start_date, end_date properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • start_date, end_date properties Added
1 structure change including:
1 Addition
Added 1
POST /api/v1/addons/be-iq/create-risk-profile/{client_uuid}
2 structure changes including:
2 Modifications
Modified 2
GET /api/v1/cases
  • Query
  • filter[plan_uuid] query parameter Added
GET /api/v1/client/{client_uuid}/cases
  • Query
  • filter[plan_uuid] query parameter Added
4 structure changes including:
4 Modifications
Modified 4
GET /api/v1/custom-field
  • Response
  • 200 response Modified
    • application/json content type Modified
      • position property Added
GET /api/v1/custom-field/{customField_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • position property Added
POST /api/v1/custom-field
  • Response
  • 200 response Modified
    • application/json content type Modified
      • position property Added
PUT /api/v1/custom-field/{customField_uuid}
  • Body
  • application/json content type Modified
    • position property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • position property Added
1 structure change including:
1 Modification
Modified 1 Breaking
GET /api/v1/metrics/aum
  • Query
  • date query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • filter[agency_in_your_name] query parameter Added
5 structure changes including:
1 Addition
4 Modifications
Modified 4
GET /api/v1/client/{client_uuid}/illustrations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account_opening_allowed property Added
GET /api/v1/illustration/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account_opening_allowed property Added
GET /api/v1/plans/{plan_uuid}/illustrations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account_opening_allowed property Added
POST /api/v1/illustration
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account_opening_allowed property Added
Added 1
GET /api/v1/static/state-of-health
6 structure changes including:
6 Modifications
Modified 6
GET /api/v1/form/{form_uuid}/submission
  • Response
  • 200 response Added
GET /api/v1/form/{form_uuid}/submission-authored-by/{author_uuid}
  • Response
  • 200 response Added
GET /api/v1/form/{form_uuid}/submission/{uuid}
  • Response
  • 200 response Added
GET /public-form/form/{form_uuid}
  • Response
  • 200 response Added
POST /api/v1/form/{form_uuid}/submission
  • Response
  • 200 response Added
POST /public-form/form/{form_uuid}/submission
  • Response
  • 200 response Added