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

Aug 31, 2022

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
DELETE /api/v1/client-status/{clientStatus_uuid}
  • Path
  • id path parameter Removed
  • clientStatus_uuid path parameter Added
GET /api/v1/client-status/{clientStatus_uuid}
  • Path
  • id path parameter Removed
  • clientStatus_uuid path parameter Added
GET /api/v1/client/{client_uuid}/employment/{uuid}
  • Response
  • 200 response Modified
    • last_salary_increase, business_name, business_year_end, business_value, directors, shareholding_in_business, profit, accountant_company_name, accountant_email, accountant_telephone_number, accountant_address, turnover_history properties Added
POST /api/v1/client/{client_uuid}/employment
  • Body
  • content type Modified
    • last_salary_increase, business_name, business_year_end, business_value, directors, shareholding_in_business, profit, turnover_history, accountant_company_name, accountant_email, accountant_telephone_number, accountant_address properties Added
  • Response
  • 201 response Modified
    • last_salary_increase, business_name, business_year_end, business_value, directors, shareholding_in_business, profit, accountant_company_name, accountant_email, accountant_telephone_number, accountant_address, turnover_history properties Added
PUT /api/v1/client-status/{clientStatus_uuid}
  • Path
  • id path parameter Removed
  • clientStatus_uuid path parameter Added
PUT /api/v1/client/{client_uuid}/employment/{uuid}
  • Body
  • content type Modified
    • last_salary_increase, business_name, business_year_end, business_value, directors, shareholding_in_business, profit, turnover_history, accountant_company_name, accountant_email, accountant_telephone_number, accountant_address properties Added
  • Response
  • 200 response Modified
    • last_salary_increase, business_name, business_year_end, business_value, directors, shareholding_in_business, profit, accountant_company_name, accountant_email, accountant_telephone_number, accountant_address, turnover_history properties Added