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 9, 2022

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /api/v1/plans/{plan_uuid}/holdings/{subAccount}
  • Query
  • filter[is_active] query parameter Added
GET /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings/{uuid}
  • Response
  • 200 response Modified
    • units property Modified
    • reference, sector, citi, purchase_price, is_active properties Added
POST /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings
  • Body
  • content type Modified
    • units property Modified
    • reference, provider, sector, citi, purchase_price, is_active properties Added
  • Response
  • 200 response Modified
    • units property Modified
    • reference, sector, citi, purchase_price, is_active properties Added
PUT /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings/{uuid}
  • Body
  • content type Modified
    • units property Modified
    • reference, provider, sector, citi, purchase_price, is_active properties Added
  • Response
  • 200 response Modified
    • units property Modified
    • reference, sector, citi, purchase_price, is_active properties Added