API structure has changed
17 structure changes including:
11 Additions
6 Modifications
Modified
6
PUT /api/v1/client/{client_uuid}/income/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/dependant/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- accounts property Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/income
- Response
-
201 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/dependant
- Response
-
201 response Modified
-
application/json content type Modified
- accounts property Added
-
application/json content type Modified
GET /api/v1/client/{client_uuid}/income/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
GET /api/v1/client/{client_uuid}/dependant/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- accounts property Added
-
application/json content type Modified
Added
11
PUT /api/v2/income/{uuid}
PUT /api/v2/dependants/{uuid}
POST /api/v2/income
POST /api/v2/dependants
POST /api/v1/integrations/{passportClient_id}/revoke
GET /api/v2/income/{uuid}
GET /api/v2/income
GET /api/v2/dependants/{uuid}
GET /api/v2/dependants
DELETE /api/v2/income/{uuid}
DELETE /api/v2/dependants/{uuid}