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

Dec 17, 2024

main
1.0.0
Compare

API structure has changed

17 structure changes including:
11 Additions
6 Modifications
Modified 6
PUT /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Added
PUT /api/v1/client/{client_uuid}/dependant/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • accounts property Added
POST /api/v1/client/{client_uuid}/income
  • Response
  • 201 response Modified
    • application/json content type Modified
      • account property Added
POST /api/v1/client/{client_uuid}/dependant
  • Response
  • 201 response Modified
    • application/json content type Modified
      • accounts property Added
GET /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Added
GET /api/v1/client/{client_uuid}/dependant/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • accounts property Added
Added 11
PUT /api/v2/income/{uuid}
PUT /api/v2/dependants/{uuid}
POST /api/v2/income
POST /api/v2/dependants
POST /api/v1/integrations/{passportClient_id}/revoke
GET /api/v2/income/{uuid}
GET /api/v2/income
GET /api/v2/dependants/{uuid}
GET /api/v2/dependants
DELETE /api/v2/income/{uuid}
DELETE /api/v2/dependants/{uuid}