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

29 days ago

main
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
DELETE /api/v1/plans/{plan_uuid}/transaction/{uuid}
  • Path
  • uuid path parameter Modified
    • Type went from integer to string
      Breaking
GET /api/v1/plans/{plan_uuid}/transaction/{uuid}
  • Path
  • uuid path parameter Modified
    • Type went from integer to string
      Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /api/v1/firm/{firm_uuid}/settings
  • Body
  • application/json content type Modified
    • allow_completion_of_cases_with_incomplete_tasks property Added
POST /api/v1/plans/{plan_uuid}/transaction
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Added
PUT /api/v1/plans/{plan_uuid}/transaction/{uuid}
  • Path
  • uuid path parameter Modified
    • Type went from integer to string
      Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added