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

Mar 16, 2023

main
1.0.0
Compare

API structure has changed

10 structure changes including:
5 Additions
5 Modifications
Modified 5 Breaking
GET /api/v1/client/{client_uuid}/new-business-events
  • Query
  • filter[provider], filter[adviser], filter[date_range] query parameters Removed
  • filter[provider_uuid], filter[adviser_uuid], filter[date_from], filter[date_to] query parameters Added
GET /api/v1/new-business-event/{newBusinessEvent_uuid}
  • Response
  • 200 response Modified
    • existing_plan_type property Removed
    • existing_plan property Added
GET /api/v1/plans/{plan_uuid}/new-business-events
  • Query
  • filter[provider], filter[adviser], filter[date_range] query parameters Removed
  • filter[provider_uuid], filter[adviser_uuid], filter[date_from], filter[date_to] query parameters Added
POST /api/v1/new-business-event
  • Body
  • content type Modified
    • premium_frequency, is_vulnerable_client properties Modified
    • existing_plan_type property Removed
    • existing_plan_uuid property Added
  • Response
  • 201 response Modified
    • existing_plan_type property Removed
    • existing_plan property Added
PUT /api/v1/new-business-event/{newBusinessEvent_uuid}
  • Body
  • content type Modified
    • premium_frequency, is_vulnerable_client properties Modified
    • existing_plan_type property Removed
    • existing_plan_uuid property Added
  • Response
  • 200 response Modified
    • existing_plan_type property Removed
    • existing_plan property Added
Added 5
GET /api/v1/static/advice-types/{type}
GET /api/v1/static/conducted-by
GET /api/v1/static/contribution-types/{type}
GET /api/v1/static/frequencies/{type}
GET /api/v1/static/source-of-funds