3.145.0 release notes
20 days ago by ReadMe API
- ✨ New features
- Added the
POST /actions/tax/v1.0/validate-vatendpoint for validating EU VAT numbers against the VIES service. Accepts requiredcountryCode(2-character string) andvatNumber(string) fields, and returns validation details on success. - Added the
PATCH /resources/partner-contracts/v1.0/{partnerContract}endpoint for partial updates to partner contracts. UnlikePUT, this allows updating individual fields without providing all required fields. - Added the optional
localerequest property toPOST /actions/transactions/v1.0/{transaction}/issue-invoice. When provided, the invoice is issued in the specified locale. - Added the optional
allowChargingOutsideWorkingHoursproperty to theworkingHoursobject on Location v2.0 endpoints. This field appears in responses fromGET /resources/locations/v2.0,GET /resources/locations/v2.0/{location}, and can be set in requests toPOST /resources/locations/v2.0andPATCH /resources/locations/v2.0/{location}. - Added the optional
companyNameproperty to User endpoints. The field is returned in responses and accepted as an optionalcompany_namerequest property onPOST /resources/users/v1.0,PATCH /resources/users/v1.0/{user}, and the corresponding v1.1 endpoints. - Added
FirmwareStatusNotificationas a new subscribable webhook notification type onPOST /notifications/v1.0,PUT /notifications/v1.0/{notification},POST /notifications/v2.0, andPUT /notifications/v2.0/{notification}. The callback payload includes firmware update status details and varies based on the OCPP protocol version (1.5, 1.6, or 2.0.1). - Expanded the
resourceTypeenum in Issue responses to includeintegrationas a new value. This value may appear in thekeyResource.resourceTypeandrelatedResourcesfields onGET /resources/issues/v1.0,POST /resources/issues/v1.0,GET /resources/issues/v1.0/{issue}, andPATCH /resources/issues/v1.0/{issue}.
- Added the
- 🔧 Improvements
- Made Issue endpoint responses more resilient to unknown resource types. Issues referencing resources with unmapped types now omit those references from the response instead of causing errors.