API Reference

Update Site Survey Electrical Subpanels

Update the list of supbpanels for a site survey. This will replace any previously uploaded subpanel data.


🚧

Please note that the Site Surveys API is in beta. As a beta product, the API will not be supported via our normal support channels. You may also experience some gaps and changes as the product is refined and documentation is updated before general release.

Path Params
uuid
required

The ID of the tenant to update the subpanels for.

uuid
required

The ID of the site survey to update the subpanels for.

Body Params
subpanels
array of objects
required

List of electrical subpanels for the site survey.

subpanels*
Responses

Response body
object
subpanels
array of objects
required

List of electrical subpanels for the site survey.

subpanels*
object
string | null
required

Subpanel location

string | null
required

Subpanel disconnect location

number | null
required
> 0

Rating of the bus in amperes.

number | null
required
> 0

Size of the disconnect in amperes.

string
required

Additional notes about the subpanel.

images
array of objects
required

List of images to associate with the subpanel data

images*
object
uri
required
length ≥ 1

URL of the image. If the filename field is not provided, the URL must contain a filename with one of the following extensions: .jpg, .jpeg, .png, .gif, .webp

string
length ≥ 1

The filename of the image that uses one of the following extensions: .jpg, .jpeg, .png, .gif, .webp

Language
Credentials