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
21 structure changes including:
1 Breaking change
20 Additions
1 Removal
Removed 1 Breaking
POST /api/v1/tinymce/auth
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 20
PUT /api/v1/payment-method
POST /api/v1/subscription
POST /api/v1/payment-method
POST /api/v1/me/sms/setup
POST /api/v1/me/otp/settings
POST /api/v1/me/otp/reset
POST /api/v1/me/otp/new-recovery-codes
POST /api/v1/me/otp/confirm
POST /api/v1/impersonated-login/{account_uuid}
POST /api/v1/firm/{firm_id}/billing
GET /api/v1/subscription/plans
GET /api/v1/subscription
GET /api/v1/payment-method
GET /api/v1/me/otp/show
GET /api/v1/me/otp/recovery-codes
GET /api/v1/invoice/{invoiceId}/download
GET /api/v1/invoice/{invoiceId}
GET /api/v1/invoice
DELETE /api/v1/subscription
DELETE /api/v1/payment-method
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