Create emission sources for existing meters.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type, including the request body. |
Request Body
MeterActionCreateEmissionSourceV202502
| Property | Description | Type |
|---|---|---|
| ids | Cannot be Empty | integer[] |
Example Request Body
{ "ids": [
1
]
}
Responses
204
No Content
The request succeeded. No content is returned in the response body.