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

Jun 21, 2024

main
1.0.0
Compare

API structure has changed

8 structure changes including:
1 Addition
7 Modifications
Modified 7
GET /api/v1/client/{client_uuid}/employment/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • job_title, income properties Added
GET /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • employment property Added
POST /api/v1/charge
  • Body
  • application/json content type Modified
    • notes property Added
POST /api/v1/client/{client_uuid}/employment
  • Body
  • application/json content type Modified
    • occupation_code property Modified
      • Property is no longer required

      • occupation_code property Modified
        • Property is no longer required

    • employer property Modified
      • Property is no longer required

      • employer property Modified
        • Property is no longer required

    • job_title property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • job_title, income properties Added
POST /api/v1/client/{client_uuid}/income
  • Body
  • application/json content type Modified
    • employment_uuid property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • employment property Added
PUT /api/v1/client/{client_uuid}/employment/{uuid}
  • Body
  • application/json content type Modified
    • job_title property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • job_title, income properties Added
PUT /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • employment property Added
Added 1
POST /api/v1/statement-transaction/auto-reconcile