API structure has changed
27 structure changes including:
5 Breaking changes
22 Additions
5 Removals
Removed
5
Breaking
PUT /api/v1/client/{client_uuid}/expense/{uuid}
POST /api/v1/client/{client_uuid}/expense
GET /api/v1/client/{client_uuid}/expense/{uuid}
GET /api/v1/client/{client_uuid}/expense
DELETE /api/v1/client/{client_uuid}/expense/{uuid}
Added
22
PUT /api/v1/life-stage/{lifeStage_uuid}
PUT /api/v1/expenditure-structure/section/{lifeStageSection_uuid}
PUT /api/v1/expenditure-structure/field/{lifeStageField_uuid}
POST /api/v1/life-stage/reorder
POST /api/v1/life-stage
POST /api/v1/expenditure-structure/section/reorder
POST /api/v1/expenditure-structure/section
POST /api/v1/expenditure-structure/field/reorder
POST /api/v1/expenditure-structure/field
POST /api/v1/client/{client_uuid}/expenditure/{lifeStage_uuid}/{lifeStageField_uuid}
GET /api/v1/life-stage/{lifeStage_uuid}
GET /api/v1/life-stage
GET /api/v1/expenditure-structure/section/{lifeStageSection_uuid}
GET /api/v1/expenditure-structure/section
GET /api/v1/expenditure-structure/field/{lifeStageField_uuid}
GET /api/v1/expenditure-structure/field
GET /api/v1/client/{client_uuid}/expenditure/{id}
GET /api/v1/client/{client_uuid}/expenditure
DELETE /api/v1/life-stage/{lifeStage_uuid}
DELETE /api/v1/expenditure-structure/section/{lifeStageSection_uuid}
DELETE /api/v1/expenditure-structure/field/{lifeStageField_uuid}
DELETE /api/v1/client/{client_uuid}/expenditure/{uuid}