Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

Jun 19, 2023

main
1.0.0
Compare

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}