Api session event editor scenario set limit neighborhoods
API Event to Set Limit Neighborhood
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (SCENARIO Integer ID) | Scenario | |
| 1 | REQUIRED | (NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) | Neighborhood |
Response Codes
| Response Code: | Description |
|---|---|
| 204 | No Content |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorscenario/set_limit_neighborhoods/?f=JSON&token=API_TOKEN
with content:
[ 96, [ 1, 2, 3 ] ]