v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sponsored Charge Points

Approve cost changes

Required scope: sponsored-charge-points:write </br>Organization authorization: supported

post/api/v1/sponsored-charge-points/approve-cost-changes

Request body

sponsoredChargePointIdsinteger[] required

List of charge point ids that are selected for cost changes review

sendEmailNotificationboolean

Indicates if an email notification should be sent to the charge point owner about the cost changes review

Example request

{
  "sponsoredChargePointIds": [
    1,
    2,
    3
  ],
  "sendEmailNotification": true
}

Response

Cost changes approved