Charge Points

This table store unique records for each charge point belonging to an operator.

Charge points are directly associated with your operator, through one or more of the following fields: operator_id, parent_operator_id, sponsor_operator_id, parent_sponsor_operator_id.

NameData TypeDescription
cp_idINTEGERid of the charge point
user_idINTEGERthe id of the user that the charge point is assigned to
serial_numberVARCHARSerial number of charge point
team_idINTEGERID of the team
operator_idINTEGERUnique ID of the operator
operator_nameVARCHARName of the operator
partner_external_idVARCHARPartner external ID
parent_operator_idINTEGERUnique ID of the parent operator
active_atTIMESTAMPtimestamp on which the charge point was active
created_atTIMESTAMPtimestamp when the charge point was created
updated_atTIMESTAMPtimestamp of latest update
last_active_atTIMESTAMPtimestamp of the last time the charging point was active
first_active_atTIMESTAMPtimestamp of the first time charging point was active
deleted_atTIMESTAMPtime of deletion of charge point
site_idINTEGERID of the charge point site
site_nameVARCHARName of the site where charge point is located
address1VARCHAR1st address line of the cp location
address2VARCHAR2nd address line of the cp location
address3VARCHAR3rd address line of the cp location
zipVARCHARzip code of the cp location
cityVARCHARcity of cp location
countryVARCHARcountry of cp location
longitudeFLOATLongitude of the charge point's location
latitudeFLOATLatitude of the charge point's location
max_kwFLOATMax KW output of the charge point
is_activeBOOLEANIndicates if charge point is fully onboarded to Monta
cp_nameVARCHARName of the charge point
identifierVARCHARIdentifier of the charge point
stateVARCHARState of the charge point - can be available, passive and busy
visibilityVARCHARVisibility of the charge point - can be public or private
typeVARCHARType of the charge point - can be ac or dc
external_idVARCHARexternal id of the charge point
cp_model_nameVARCHARModel of the brand manufacturer of charge point
cp_brand_nameVARCHARBrand name of the charge point
smart_charge_settingVARCHARSetting for the smart charge
smart_charge_priority_priceFLOATPrice priority for smart charge
smart_charge_priority_co2FLOATCO2 priority for smart charge
smart_charge_priority_renewableFLOATRenewable priority for smart charge
is_roaming_charge_pointBOOLEANBoolean for whether the charge point is a roaming one
cost_price_group_idINTEGERID of the cost price gorup for this charge point
sponsor_operator_idINTEGERID of the sponsor
sponsor_parent_operator_idINTEGERID of the parent operator
sponsored_price_group_idINTEGERID of the sponsored price group
sponsored_charge_point_idINTEGERForeign key from the sponsored_charge_points table