Do not miss any Penfold Partner API changes, ever again

Subscribe to the Penfold Partner API changelog to be up to date on recent changes.

RSS

17 days ago

main
4.0
Compare

API structure has changed

5 structure changes including:
1 Addition
4 Modifications
Modified 4 Breaking
GET /employers/{employer_id}/employees
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • exit_date, opt_out_date, opt_in_date properties Modified
          • Type went from string(date) to string(date) | null
        • address_line1, postcode properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address property Added
GET /employers/{employer_id}/employees/{employee_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • exit_date, opt_out_date, opt_in_date properties Modified
        • Type went from string(date) to string(date) | null
      • address_line1, postcode properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address property Added
GET /uploads/{upload_id}/enrolments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • exit_date, opt_out_date, opt_in_date properties Modified
          • Type went from string(date) to string(date) | null
        • address_line1, postcode properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address property Added
PATCH /employers/{employer_id}/employees/{employee_id}
  • Body
  • application/json content type Modified
    • address_line1, postcode properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • address property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • exit_date, opt_out_date, opt_in_date properties Modified
        • Type went from string(date) to string(date) | null
      • address_line1, postcode properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address property Added
Added 1
PUT /employers/{employer_id}/employees/{employee_id}/fund_allocation