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

Feb 18, 2022

main
1.0.0
Compare

API structure has changed

6 structure changes including:
4 Additions
2 Modifications
Modified 2
POST /api/v1/firm/{firm}/cases
  • Body
  • content type Modified
    • status_uuid property Added
  • Response
  • 200 response Modified
    • status property Added
PUT /api/v1/firm/{firm}/cases/{id}
  • Body
  • content type Modified
    • status_uuid property Added
  • Response
  • 200 response Modified
    • status property Added
Added 4
DELETE /api/v1/firm/{firm}/cases-status/{id}
GET /api/v1/firm/{firm}/cases-status
POST /api/v1/firm/{firm}/cases-status
PUT /api/v1/firm/{firm}/cases-status/{id}