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

3 structure changes including:
3 Modifications
Modified 3
GET /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • start_date, end_date properties Added
POST /api/v1/client/{client_uuid}/income
  • Body
  • application/json content type Modified
    • start_date, end_date properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • start_date, end_date properties Added
PUT /api/v1/client/{client_uuid}/income/{uuid}
  • Body
  • application/json content type Modified
    • start_date, end_date properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • start_date, end_date properties Added