Set and Reset the data Rollup from esa place
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
EsaPlaceDataRollupRequest
| Property | Description | Type |
|---|---|---|
| dataRollup | A flag indicating whether or not this Place’s summary totals should “roll up”.
|
boolean |
| placeIds | The IDs of the Places to be updated. Each ID should appear no more than once. Cannot be Empty Required (defined) | integer[] |
Example Request Body
{ "dataRollup": false, "placeIds": [
1
]
}
Responses
200
OK
The request succeeded and the response body contains the requested data.