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

22 days ago

main
v1.70.0
Compare
v1.70.0

API structure has changed

16 structure changes including:
16 Modifications
Modified 16 Breaking
GET /api/v1/client/{client_uuid}/employment
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
GET /api/v1/client/{client_uuid}/employment/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • last_salary_increase property Modified
        • Type went from object to string
          Breaking
        • amount, formatted, currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/v1/client/{client_uuid}/income
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • employment property Modified
GET /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • employment property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
GET /api/v2/employments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
GET /api/v2/employments/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • last_salary_increase property Modified
        • Type went from object to string
          Breaking
        • amount, formatted, currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/v2/income
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • employment property Modified
GET /api/v2/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • employment property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
POST /api/v1/client/{client_uuid}/employment
  • Response
  • 201 response Modified
    • application/json content type Modified
      • last_salary_increase property Modified
        • Type went from object to string
          Breaking
        • amount, formatted, currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /api/v1/client/{client_uuid}/income
  • Response
  • 201 response Modified
    • application/json content type Modified
      • employment property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
POST /api/v2/employments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • last_salary_increase property Modified
        • Type went from object to string
          Breaking
        • amount, formatted, currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /api/v2/income
  • Response
  • 201 response Modified
    • application/json content type Modified
      • employment property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
PUT /api/v1/client/{client_uuid}/employment/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • last_salary_increase property Modified
        • Type went from object to string
          Breaking
        • amount, formatted, currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /api/v1/client/{client_uuid}/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • employment property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking
PUT /api/v2/employments/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • last_salary_increase property Modified
        • Type went from object to string
          Breaking
        • amount, formatted, currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /api/v2/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • employment property Modified
        • last_salary_increase property Modified
          • Type went from object to string
            Breaking