HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.228.0 release notes

  1. New features
    1. Added the required sellerType and buyerType properties to Partner Invoice responses on GET /public-api/resources/partner-invoices/v1.0, GET /public-api/resources/partner-invoices/v1.0/{partnerInvoice}, POST /public-api/actions/partner-invoice/v1.0/{partnerInvoice}/issue-credit-note, and POST /public-api/actions/partner-invoice/v1.0/{partnerInvoice}/update-external-id. These fields identify whether the operator or partner is the seller and buyer.
    2. Added optional roaming.uid and roaming.visualNumber properties for OCPI roaming authorizations on GET /public-api/resources/authorizations/v2.1, GET /public-api/resources/authorizations/v2.1/{authorization}, GET /public-api/resources/sessions/v1.0, and GET /public-api/resources/sessions/v1.0/{session} when authorization details are requested.
    3. Added optional filter[cardLast4] and filter[totalAmount] filters to GET /public-api/resources/transactions/v1.0. cardLast4 accepts exactly four digits, and totalAmount accepts a non-negative numeric value for an exact amount match.
  2. 🔧 Improvements
    1. Changed the roaming.client value for OCPI roaming authorizations to use the authorization's stored contract identifier when available, including in the Authorization and Session responses.
    2. Changed Partner Expense listings on GET /public-api/resources/partner-expenses/v1.0, GET /public-api/resources/partner-expenses/v1.1, and GET /public-api/resources/partner-expenses/v1.2 to return a stable ascending order by last update time and identifier when filter[lastUpdatedAfter] or filter[lastUpdatedBefore] is used.