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

May 31, 2022

main
1.0.0
Compare

API structure has changed

21 structure changes including:
10 Additions
11 Modifications
Modified 11 Breaking
PUT /api/v1/payment/{id}
  • Body
  • content type Modified
    • payment_origin_uuid property Added
PUT /api/v1/fee/{id}
  • Body
  • content type Modified
    • fee_type_uuid property Added
PUT /api/v1/fee-schedule/{id}
  • Body
  • content type Modified
    • fee_type_uuid property Added
PUT /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
POST /api/v1/payment/csv
  • Body
  • content type Modified
    • payment_origin_uuid property Added
POST /api/v1/payment
  • Body
  • content type Modified
    • * property Removed
    • payment_origin_uuid, payments properties Added
POST /api/v1/fee-schedule
  • Body
  • content type Modified
    • fee_type_uuid property Added
POST /api/v1/fee
  • Body
  • content type Modified
    • amount property Removed
    • fee_type_uuid, amont properties Added
POST /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps
  • Path
  • $automationBlueprint path parameter Modified
GET /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
DELETE /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
Added 10
PUT /api/v1/payment-origin/{paymentOrigin}
PUT /api/v1/fee-type/{feeType}
POST /api/v1/payment-origin
POST /api/v1/fee-type
GET /api/v1/payment-origin/{paymentOrigin}
GET /api/v1/payment-origin
GET /api/v1/fee-type/{feeType}
GET /api/v1/fee-type
DELETE /api/v1/payment-origin/{paymentOrigin}
DELETE /api/v1/fee-type/{feeType}