Skip to main content
POST
Update Simulator Member Location

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required
user_id
string<uuid>
required
inverter_id
string<uuid>
required

Body

application/json
connection_id
string<uuid>
required
action
enum<string>
required
Available options:
set_member_location,
use_inverter_location,
retry
latitude
number | null
Required range: -90 <= x <= 90
longitude
number | null
Required range: -180 <= x <= 180

Response

200

OK