API structure has changed
6 structure changes including:
6 Modifications
Modified
6
GET /api/v1/client/{client_uuid}/employment/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
GET /api/v2/employments/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/employment
- Response
-
201 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
POST /api/v2/employments
- Response
-
201 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/employment/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
PUT /api/v2/employments/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified