Sponsored Charge Points
Create a sponsored charge point
Creates a sponsored charge point for a given user, the sponsorship is automatically approved.</br></br>Note: a charge point can only be sponsored to one user_id</br>Required scope: sponsored-charge-points:write </br>Organization authorization: supported
post/api/v1/sponsored-charge-points
Request body
Example request
{
"sponsoringTeamId": 1,
"chargePointId": 1,
"userId": 1,
"priceGroupId": 1,
"note": "This is a note"
}Response
Sponsored charge point created
Changes
No recorded changes to this endpoint across all 1 revision of this API.