/asset-management/v1/networksThis endpoint creates a new network.
namestringrequired
The name of the network
physicalAddressobject (PhysicalAddress)required
Physical address details
streetNumberstringrequired
streetNamestringrequired
streetDetailsstringcitystringrequired
statestringrequired
postalCodestringrequired
countryCodestringrequired
productOfferingsarrayrequired
Array of product offerings associated with the network
nameobject (InternationalString)required
descriptionobject (InternationalString)featuresobject (InternationalStringArray)currencystringrequired
pricingDetailsarrayrequired
contactDetailsobjectrequired
Contact details for the network
phonestringrequired
websitestringrequired
emailstringenrolledServicesobjectThe services that the network is enrolled in. Specify the keys that should be enrolled.
billingobjectticketingobjectemailobjectocpiobjectinstallerJourneyobjectplugAndChargeobjectenergyManagementobjectsiteHostDashboardUrlstringThe URL to the siteHost dashboard
typestring{
"name": "string",
"physicalAddress": {
"streetNumber": "string",
"streetName": "string",
"streetDetails": "string",
"city": "string",
"state": "AL",
"postalCode": "string",
"countryCode": "US"
},
"productOfferings": [
{
"name": {
"en_US": "string"
},
"description": {
"en_US": "string"
},
"features": {
"en_US": [
"string"
]
},
"currency": "string",
"pricingDetails": [
{
"type": "MONTHLY",
"value": 123.0,
"isPrivate": true
}
]
}
],
"contactDetails": {
"phone": "string",
"website": "string",
"email": "string"
},
"enrolledServices": {
"billing": {},
"ticketing": {},
"email": {},
"ocpi": {
"roles": [
"CPO"
]
},
"installerJourney": {},
"plugAndCharge": {},
"energyManagement": {}
},
"siteHostDashboardUrl": "string",
"type": "FLEET"
}Created
{
"data": {
"id": "string",
"name": "string",
"physicalAddress": {
"streetNumber": "string",
"streetName": "string",
"streetDetails": "string",
"city": "string",
"state": "AL",
"postalCode": "string",
"countryCode": "US"
},
"productOfferings": [
{
"name": {
"en_US": "string"
},
"description": {
"en_US": "string"
},
"features": {
"en_US": [
"string"
]
},
"currency": "string",
"pricingDetails": [
{
"type": "MONTHLY",
"value": 123.0,
"isPrivate": true
}
]
}
],
"createdAt": "2023-06-07T17:32:28Z",
"updatedAt": "2023-06-07T17:32:28Z",
"contactDetails": {
"phone": "string",
"website": "string",
"email": "string"
},
"enrolledServices": {
"billing": {
"finishedOnboarding": true
},
"ticketing": {},
"email": {},
"ocpi": {
"roles": [
"CPO"
]
},
"installerJourney": {},
"plugAndCharge": {},
"guestCharging": {
"connectedAccountId": "string",
"convenienceFeeInCents": 123.0,
"currency": "string"
},
"energyManagement": {}
},
"siteHostDashboardUrl": "string",
"type": "FLEET",
"siteManagerMfaRequired": true
}
}/asset-management/v1/networks/{networkId}This endpoint updates an existing network.
physicalAddressobject (PhysicalAddress)Physical address details
streetNumberstringrequired
streetNamestringrequired
streetDetailsstringcitystringrequired
statestringrequired
postalCodestringrequired
countryCodestringrequired
contactDetailsobjectContact details for the network
phonestringrequired
websitestringrequired
emailstringenrolledServicesobjectThe services that the network is enrolled in. Updating enrolled services does not support partial updates. Meaning if you want to update the billing service, you need to send the entire object with all services that should and should not be included.
billingobjectticketingobjectemailobjectocpiobjectinstallerJourneyobjectplugAndChargeobjectguestChargingobjectenergyManagementobjectsiteHostDashboardUrlstringThe URL to the siteHost dashboard
typestringsiteManagerMfaRequiredbooleanIf true, MFA is required for all site host users within this network.
{
"physicalAddress": {
"streetNumber": "string",
"streetName": "string",
"streetDetails": "string",
"city": "string",
"state": "AL",
"postalCode": "string",
"countryCode": "US"
},
"contactDetails": {
"phone": "string",
"website": "string",
"email": "string"
},
"enrolledServices": {
"billing": {
"finishedOnboarding": true
},
"ticketing": {},
"email": {},
"ocpi": {
"roles": [
"CPO"
]
},
"installerJourney": {},
"plugAndCharge": {},
"guestCharging": {
"connectedAccountId": "string",
"convenienceFeeInCents": 123.0,
"currency": "string"
},
"energyManagement": {}
},
"siteHostDashboardUrl": "string",
"type": "FLEET",
"siteManagerMfaRequired": true
}Returns the updated network.
{
"id": "string",
"name": "string",
"physicalAddress": {
"streetNumber": "string",
"streetName": "string",
"streetDetails": "string",
"city": "string",
"state": "AL",
"postalCode": "string",
"countryCode": "US"
},
"productOfferings": [
{
"name": {
"en_US": "string"
},
"description": {
"en_US": "string"
},
"features": {
"en_US": [
"string"
]
},
"currency": "string",
"pricingDetails": [
{
"type": "MONTHLY",
"value": 123.0,
"isPrivate": true
}
]
}
],
"createdAt": "2023-06-07T17:32:28Z",
"updatedAt": "2023-06-07T17:32:28Z",
"contactDetails": {
"phone": "string",
"website": "string",
"email": "string"
},
"enrolledServices": {
"billing": {
"finishedOnboarding": true
},
"ticketing": {},
"email": {},
"ocpi": {
"roles": [
"CPO"
]
},
"installerJourney": {},
"plugAndCharge": {},
"guestCharging": {
"connectedAccountId": "string",
"convenienceFeeInCents": 123.0,
"currency": "string"
},
"energyManagement": {}
},
"siteHostDashboardUrl": "string",
"type": "FLEET",
"siteManagerMfaRequired": true
}Was this page helpful?