3.182.0 release notes
1 day ago by ReadMe API
- ⚠️ Breaking changes
- Removed the
AGILE_STREETS_CALCULATEandAGILE_STREETS_COMMUNICATIONvalues from theerrorCodeenum on the202response ofPOST /public-api/actions/charge-point/v1.0/{chargePoint}/start,POST /public-api/actions/charge-point/v1.0/{chargePoint}/start/{evse}, andPOST /public-api/actions/evse/v1.0/{evse}/start. Consumers handling these error codes can remove that branch.
- Removed the
- ✨ New features
- Added the
defaultPaymentOptionfield to the Id Tag resource. It is accepted as an optional request property onPOST /public-api/resources/id-tags/v2.0andPATCH /public-api/resources/id-tags/v2.0/{idTag}, and is returned onGET /public-api/resources/id-tags/v2.0,GET /public-api/resources/id-tags/v2.0/{idTag},POST /public-api/resources/id-tags/v2.0, andPATCH /public-api/resources/id-tags/v2.0/{idTag}. UnlikepaymentMethodId, it exposes the full stored value — including the specialdefaultandautooptions — rather than collapsing them tonull. - Added the optional
skipRoamingInfrastructureproperty to the Notification subscription resource. It is accepted onPOST /public-api/notifications/v2.0andPUT /public-api/notifications/v2.0/{notification}, and returned onGET /public-api/notifications/v2.0,GET /public-api/notifications/v2.0/{notification},POST /public-api/notifications/v2.0, andPUT /public-api/notifications/v2.0/{notification}.
- Added the
- 🗑️ Deprecations
- Deprecated the
paymentMethodIdfield on the Id Tag resource for both requests and responses onGET /public-api/resources/id-tags/v2.0,POST /public-api/resources/id-tags/v2.0,GET /public-api/resources/id-tags/v2.0/{idTag}, andPATCH /public-api/resources/id-tags/v2.0/{idTag}. UsedefaultPaymentOptioninstead. - Deprecated the
valueAddedTaxIdproperty on the Payter on CP payment terminal variant for both requests and responses onGET /public-api/resources/payment-terminals/v1.0,POST /public-api/resources/payment-terminals/v1.0,GET /public-api/resources/payment-terminals/v1.0/{paymentTerminal},PATCH /public-api/resources/payment-terminals/v1.0/{paymentTerminal},GET /public-api/resources/payment-terminals/v1.1,POST /public-api/resources/payment-terminals/v1.1,GET /public-api/resources/payment-terminals/v1.1/{paymentTerminal}, andPATCH /public-api/resources/payment-terminals/v1.1/{paymentTerminal}.
- Deprecated the