3.185.0 release notes
1 day ago by ReadMe API
- ✨ New features
- Added the optional
userLabelproperty to ID Tag responses onGET /resources/id-tags/v2.0,POST /resources/id-tags/v2.0,GET /resources/id-tags/v2.0/{idTag}, andPATCH /resources/id-tags/v2.0/{idTag}. The field exposes the user-friendly label associated with the ID tag when one is set. - Added the optional
discountsproperty to Session responses onGET /resources/sessions/v1.0andGET /resources/sessions/v1.0/{session}. The field returns the session's discounts aggregated by discount type, each with its total amount with and without tax. - Added the optional
discountsproperty to each item inside thepriceBreakdownarray on the same Session endpoints, exposing per-line aggregated discounts by type.
- Added the optional
- 🔧 Improvements
- The
kioskModeEnabledproperty on Payment Terminal responses is now returned (astrue) for location-scoped terminals, in addition to single-charge-point terminals. Previously the field was omitted for location-scoped terminals. PATCH /resources/tariffs/v1.0/{tariff}now correctly strips nested objects whose contents collapse to only unspecifiednullvalues, preventing spurious validation errors when partial updates touch nested structures.
- The