API structure has changed
25 structure changes including:
17 Additions
8 Modifications
Modified
8
Breaking
PUT /api/v1/template/{id}
- Body
-
content type Modified
- css property Modified
PUT /api/v1/client/{id}
- Body
-
content type Modified
- is_prospect, prospect_converted_at, value properties Added
PUT /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
- Path
- $automationBlueprint path parameter Modified
POST /api/v1/template
- Body
-
content type Modified
- css property Modified
POST /api/v1/client
- Body
-
content type Modified
- is_prospect, prospect_converted_at, value 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
17
PUT /api/v1/payment/{id}
PUT /api/v1/fee/{id}
PUT /api/v1/fee-schedule/{id}
POST /api/v1/payment/csv
POST /api/v1/payment
POST /api/v1/fee/{fee}/reconcile
POST /api/v1/fee-schedule
POST /api/v1/fee
GET /api/v1/payment/{id}
GET /api/v1/payment
GET /api/v1/fee/{id}
GET /api/v1/fee/{feeable_type}/{feeable_uuid}
GET /api/v1/fee-schedule/{id}
GET /api/v1/fee-schedule/{feeable_type}/{feeable_uuid}
DELETE /api/v1/payment/{id}
DELETE /api/v1/fee/{id}
DELETE /api/v1/fee-schedule/{id}