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

about 19 hours ago

main
1.0.0
Compare

API structure has changed

13 structure changes including:
5 Additions
8 Modifications
Modified 8
POST /api/v1/client/{client_uuid}/employment
  • Body
  • application/json content type Modified
    • primary property Added
POST /api/v1/plans
  • Body
  • application/json content type Modified
    • beneficiaries property Added
POST /api/v1/plans/{plan_uuid}/cover
  • Body
  • application/json content type Modified
    • beneficiaries property Added
POST /api/v2/employments
  • Body
  • application/json content type Modified
    • primary property Added
PUT /api/v1/client/{client_uuid}/employment/{uuid}
  • Body
  • application/json content type Modified
    • primary property Added
PUT /api/v1/plans/{plan_uuid}/cover/{uuid}
  • Body
  • application/json content type Modified
    • beneficiaries property Added
PUT /api/v1/plans/{uuid}
  • Body
  • application/json content type Modified
    • beneficiaries property Added
PUT /api/v2/employments/{uuid}
  • Body
  • application/json content type Modified
    • primary property Added
Added 5
DELETE /api/v1/plans/{plan_uuid}/beneficiary/{uuid}
GET /api/v1/plans/{plan_uuid}/beneficiary
GET /api/v1/plans/{plan_uuid}/beneficiary/{uuid}
POST /api/v1/plans/{plan_uuid}/beneficiary
PUT /api/v1/plans/{plan_uuid}/beneficiary/{uuid}