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

30 days ago

main
1.0.0
Compare

API structure has changed

4 structure changes including:
1 Breaking change
3 Modifications
1 Removal
Modified 3 Breaking
GET /api/v1/new-business-event/{newBusinessEvent_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • plan, clients properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/v1/new-business-event
  • Response
  • 201 response Modified
    • application/json content type Modified
      • plan, clients properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /api/v1/new-business-event/{newBusinessEvent_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • plan, clients properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
Removed 1 Breaking
GET /api/v1/new-business-event
  • Removing a resource is always breaking unless it was deprecated before
    Breaking