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
2 structure changes including:
1 Addition
1 Modification
Modified 1 Breaking
GET /api/v1/account
  • Query
  • filter[assigned_adviser_uuids], filter[assigned_administrator_uuids], filter[assigned_paraplanner_uuids] query parameters Modified
    • Type went from boolean to string
      Breaking
Added 1
GET /api/v1/addons/seccl/{addon}/search-assets
7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /api/v1/account/{account_uuid}/address/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • uuid, move_in_date, accounts properties Added
GET /api/v1/account/{account_uuid}/contact-detail
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • accounts property Added
GET /api/v1/account/{account_uuid}/contact-detail/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • accounts property Added
POST /api/v1/account/{account_uuid}/address
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • uuid, move_in_date, accounts properties Added
POST /api/v1/account/{account_uuid}/contact-detail
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • accounts property Added
PUT /api/v1/account/{account_uuid}/address/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • uuid, move_in_date, accounts properties Added
PUT /api/v1/account/{account_uuid}/contact-detail/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • accounts property Added
2 structure changes including:
2 Modifications
Modified 2
POST /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings
  • Body
  • application/json content type Modified
    • currency property Added
PUT /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings/{uuid}
  • Body
  • application/json content type Modified
    • currency property Added
1 structure change including:
1 Addition
Added 1
GET /api/v1/networks/{network_uuid}/charges
5 structure changes including:
5 Additions
Added 5
DELETE /api/v1/document-pack/document-pack/{id}
GET /api/v1/document-pack/document-pack
GET /api/v1/document-pack/document-pack/{id}
POST /api/v1/document-pack/document-pack
PUT /api/v1/document-pack/document-pack/{id}