Sponsored Charge Points

Reject cost changes

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

post/api/v1/sponsored-charge-points/reject-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 rejected

Changes

No recorded changes to this endpoint across all 1 revision of this API.