Skip to main content
PATCH
Activate or deactivate an Entity feature

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Body

application/json

The feature to activate or deactivate for an Entity

feature
enum<string>
required
Available options:
CaptureChargeSessions
enabled
boolean
required

Set to true to activate the feature. Use false to deactivate it

Response

OK

feature
enum<string>
Available options:
CaptureChargeSessions
isEnabled
boolean

Will return true when the feature is activated, false otherwise