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

26 days ago

main
v1.11.0
Compare
v1.11.0

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /api/v2/shareholder
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • registered_address_full property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address property Added
GET /api/v2/shareholder/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • registered_address_full property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address property Added
POST /api/v2/shareholder
  • Body
  • application/json content type Modified
    • registered_address property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • address property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • registered_address_full property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address property Added
PUT /api/v2/shareholder/{uuid}
  • Body
  • application/json content type Modified
    • registered_address_full property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • address property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • registered_address_full property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address property Added