Create a TENANT sub-network
Creates a named slice of a base network — for example “Fleet fast chargers” or “Premium partners” — which you can then assign to a group of charging tokens so those drivers see only these operators. The operators you pick must all be part of the chosen parent network. Supply an idempotency key to prevent duplicate creation on retry. If the parent network is in the middle of being withdrawn from publication, new slices of it cannot be created.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.
Body
255Parent BASE network ID
Operator IDs of CPOs belonging to this sub network
1000Countries covered by this sub network
Power types available in this sub network
Parking types available in this sub network
Facilities available in this sub network
When true, cpo_ids added to the parent BASE network are automatically added to this sub network.
When true, this sub network's locations appear in anonymous location discovery.
Response
The created sub-network. Fires network.created webhook.
Network identifier.
BASE network name (auto-derived from the emp_identity and immutable) or the creator-set SUB network name.
Network kind.
BASE, SUB Whether a BASE network is currently published. Always false for SUB networks.
Publish lifecycle state for BASE networks; null for SUB networks.
PUBLISHED, UNPUBLISHED, UNPUBLISHING When the current unpublish (drain) was started, if any.
When the unpublish drain window ends, after which the network is fully unpublished.
Owning tenant identifier.
emp_identity the network belongs to.
Free-text description.
Operator IDs (eMI3, e.g. DK*SPI) of the CPOs in this network.
Roaming protocols carried by the network.
Roaming hubs the network is reachable through.
Whether the network is publicly accessible.
Parent BASE network for a SUB network; null for BASE networks.
ISO 3166-1 country codes the network covers.
Power types the network filters on.
Parking types the network filters on.
Facilities the network filters on.
Whether newly-available CPOs are auto-accepted into the network.
Creation timestamp (UTC).
Last-update timestamp (UTC).