3.215.0 release notes
about 15 hours ago by ReadMe API
- ⚠️ Breaking changes
- Removed
GET /public-api/resources/partner-invite-corporate-billing-policies/v1.0/{corporateBillingPolicy}/snapshots. Consumers that listed snapshots through the corporate billing policy resource must stop using this endpoint. - Changed corporate billing policy snapshot retrieval from
GET /public-api/resources/partner-invite-corporate-billing-policies/v1.0/{corporateBillingPolicy}/snapshots/{snapshot}toGET /public-api/resources/partner-invite-corporate-billing-policy-snapshots/v1.0/{corporateBillingPolicySnapshot}. Consumers must update the path they call.
- Removed
- ✨ New features
- Added
GET,POST,PATCH, andDELETEendpoints under/public-api/resources/partner-invites/v2.0, plusGET /public-api/resources/partner-invites/v2.0/{partnerInvite}. The new version supports directcorporateBillingPolicyIdhandling and returns invite details in the v2 response format. - Added
corporateBillingPolicyIdto the corporate billing policy snapshot response onGET /public-api/resources/partner-invite-corporate-billing-policy-snapshots/v1.0/{corporateBillingPolicySnapshot}. - Added the optional
corporateBillingobject to Session responses onGET /public-api/resources/sessions/v1.0andGET /public-api/resources/sessions/v1.0/{session}when a session has corporate billing data. The object can includepolicySnapshotId,chargerType,chargerTypeCoverageType,corporateAmount,driverAmount,blendedCostPerKwh,isOverallCostCapApplied,restrictionCause, and a per-componentbreakdown. - Added the optional
filter.corporateBillingPolicyIdandfilter.hasCorporateBillingfilters toGET /public-api/resources/sessions/v1.0. - Added a
409response toPOST /public-api/actions/users/v1.0/{user}/clear-subscription-amount-duewhen a subscription payment is already in progress.
- Added
- 🗑️ Deprecations
- Deprecated the v1 Partner invites endpoints:
GET /public-api/resources/partner-invites/v1.0,POST /public-api/resources/partner-invites/v1.0,GET /public-api/resources/partner-invites/v1.0/{partnerInvite},PATCH /public-api/resources/partner-invites/v1.0/{partnerInvite}, andDELETE /public-api/resources/partner-invites/v1.0/{partnerInvite}. Migrate to the/public-api/resources/partner-invites/v2.0endpoints.
- Deprecated the v1 Partner invites endpoints: