Resets emission source factor category assignments to their commodity defaults in bulk
Resets the scope category and factor pairings for each specified emission source back to the
default for its commodity. Sources whose commodity has no default factor are skipped.
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
Array of:
Type: integer (int32)
Example Request Body
[
1
]
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
UpdateSkippedResult
| Property | Description | Type |
|---|---|---|
| selected | The total number of items that were targeted by the bulk operation Required (defined) | integer (int32) |
| skipped | Required (defined) | integer (int32) |
| skippedEntityIds | Required (defined) | integer[] |
| updated | The number of items that were actually modified (excludes items that already matched the target state) Required (defined) | integer (int32) |
Example Response
{ "selected": 1, "skipped": 1, "skippedEntityIds": [
1
], "updated": 1
}