Skip to main content
PATCH
Update a network

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

networkId
string
required

The ID of the network to update WARNING! This action is potentially dangerous and irreversible!

Body

application/json
physicalAddress
object

Physical address details

contactDetails
object

Contact details for the network

enrolledServices
object

The 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.

siteHostDashboardUrl
string

The URL to the siteHost dashboard

driverSupportPhoneNumber
string

Driver-facing support phone number in E.164 format

driverSupportSmsNumber
string

Driver-facing support SMS number in E.164 format

type
enum<string>
Available options:
FLEET,
PUBLIC
siteManagerMfaRequired
boolean

If true, MFA is required for all site host users within this network.

nayax
object | null

Nayax integration metadata.

Response

Returns the updated network.

id
string
required
name
string
required
physicalAddress
object
required

Physical address details

productOfferings
object[]
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
contactDetails
object
required
enrolledServices
object

The services that the network is enrolled in. The key of will exist if the network is enrolled

siteHostDashboardUrl
string

The URL to the siteHost dashboard

driverSupportPhoneNumber
string

Driver-facing support phone number in E.164 format

driverSupportSmsNumber
string

Driver-facing support SMS number in E.164 format

type
enum<string>
Available options:
FLEET,
PUBLIC
siteManagerMfaRequired
boolean

If true, MFA is required for all site host users within this network.