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)tostring(date) | null
-
Type went from
-
address_line1, postcode properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- address property Added
-
exit_date, opt_out_date, opt_in_date properties Modified
-
items property Modified
-
application/json content type Modified
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)tostring(date) | null
-
Type went from
-
address_line1, postcode properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- address property Added
-
exit_date, opt_out_date, opt_in_date properties Modified
-
application/json content type Modified
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)tostring(date) | null
-
Type went from
-
address_line1, postcode properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- address property Added
-
exit_date, opt_out_date, opt_in_date properties Modified
-
items property Modified
-
application/json content type Modified
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
-
Removing a resource is always breaking unless it was deprecated before
- address property Added
-
address_line1, postcode properties Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
exit_date, opt_out_date, opt_in_date properties Modified
-
Type went from
string(date)tostring(date) | null
-
Type went from
-
address_line1, postcode properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- address property Added
-
exit_date, opt_out_date, opt_in_date properties Modified
-
application/json content type Modified
Added
1
PUT /employers/{employer_id}/employees/{employee_id}/fund_allocation