API structure has changed
3 structure changes including:
3 Modifications
Modified
3
GET /api/v1/client/{client_uuid}/income/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- start_date, end_date properties Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/income
- Body
-
application/json content type Modified
- start_date, end_date properties Added
- Response
-
201 response Modified
-
application/json content type Modified
- start_date, end_date properties Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/income/{uuid}
- Body
-
application/json content type Modified
- start_date, end_date properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- start_date, end_date properties Added
-
application/json content type Modified