Skip to main content

CdrToken

Token information associated with a charging session. Identifies the user and their authorization method.

uidstring

Unique identifier of the token.

external_idstring

External identifier of the token from the EMSP system.

entity_codestring

Entity code of the EMSP that issued this token.

protocolstring

Protocol used for this token (e.g., VoltNow, VoltPOS, OCPI).

user_typestring

Type of user associated with this token.

contract_idstring

Contract ID associated with this token.

user_idstring

VoltNet tokenized user ID representation.

license_platestring

License plate of the vehicle associated with this token.

CdrToken
{
"uid": "string",
"external_id": "string",
"entity_code": "string",
"protocol": "string",
"user_type": "string",
"contract_id": "string",
"user_id": "string",
"license_plate": "string"
}