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

Aug 8, 2022

main
1.0.0
Compare

API structure has changed

10 structure changes including:
4 Breaking changes
4 Additions
2 Modifications
4 Removals
Modified 2 Breaking
POST /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/contributions
  • Body
  • content type Modified
    • paid_at property Modified
    • value property Modified
    • type, contributor_type, frequency, started_at, ended_at, notes properties Added
PUT /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/contributions/{uuid}
  • Body
  • content type Modified
    • paid_at property Modified
    • type, contributor_type, frequency, started_at, ended_at, notes properties Added
Removed 4 Breaking
GET /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/contributions
GET /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings
GET /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/valuations
GET /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/withdrawals
Added 4
GET /api/v1/plans/{plan_uuid}/contributions/{subAccount}
GET /api/v1/plans/{plan_uuid}/holdings/{subAccount}
GET /api/v1/plans/{plan_uuid}/valuations/{subAccount}
GET /api/v1/plans/{plan_uuid}/withdrawals/{subAccount}