Forecast Event Effects
Calculate event effects for a customer
post/v2/forecast-calculation/customer/{customerId}/events
Path parameters
customerIdinteger required
Request body
Example request
{
"startTime": "2024-01-15T08:00:00Z",
"endTime": "2024-01-15T18:00:00Z",
"externalConfigurationId": "config-123",
"externalVariableId": "var-456",
"externalUnitId": "unit-789",
"externalSectionId": "section-001"
}Response
OK
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○