v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sponsored Charge Points

Approve a sponsored charge point

Approves one or more pending sponsored charge points. Mirrors the internal Portal2 endpoint.</br></br>Required scope: sponsored-charge-points:write </br>Organization authorization: supported

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

Request body

sponsoredChargePointIdsinteger[] required

List of sponsored charge point ids to approve

sponsoredPriceGroupIdinteger nullable

Optional price group id to apply to the approved sponsorship. If omitted, the price group already attached to the sponsored charge point is used.

payout'end-of-month' | 'realtime' | 'other' required
payForSubscriptionsboolean required

Whether the sponsor pays for the sponsored user's subscription fees

sendEmailNotificationboolean

Whether to send an email notification to the charge point owner about the approval

Example request

{
  "sponsoredChargePointIds": [
    1,
    2,
    3
  ],
  "sponsoredPriceGroupId": 42,
  "payForSubscriptions": true
}

Response

Sponsored charge point(s) approved