API structure has changed
13 structure changes including:
11 Additions
2 Modifications
Modified
2
POST /api/v1/firm/{firm}/client
- Body
-
content type Modified
- date_of_birth, gender, ni_number, target_retirement_age, smoker_status properties Modified
- title, is_vulnerable properties Added
PUT /api/v1/firm/{firm}/client/{id}
- Body
-
content type Modified
- first_name, last_name, email, date_of_birth, gender, ni_number, target_retirement_age, smoker_status properties Modified
- title, is_vulnerable properties Added
Added
11
DELETE /api/v1/firm/{firm}/cases-type/{id}
DELETE /api/v1/firm/{firm}/time-entry/{id}
GET /api/v1/firm/{firm}/cases-type
GET /api/v1/firm/{firm}/cases-type/{id}
GET /api/v1/firm/{firm}/time-entry
GET /api/v1/firm/{firm}/time-entry/{id}
POST /api/v1/firm/{firm}/cases-type
POST /api/v1/firm/{firm}/time-entry
POST /api/v1/firm/{firm}/time-entry/{timeEntry}/stop
PUT /api/v1/firm/{firm}/cases-type/{id}
PUT /api/v1/firm/{firm}/time-entry/{id}