Api session event editor netload add

From Tygron Support wiki
Jump to navigation Jump to search

API Event to Add new Net Load

Name Importance Type Description Values
0 REQUIRED (Enumeration) Net Type ELECTRICITY, GAS, HEAT, INTERNET or SEWER
1 REQUIRED (true, false) Is root load true or false

Response Codes

Response Code: Description
200 Integer (Net Load ID)
300-600 Codes Overview

Example POST

Example POST: https://engine.tygron.com/api/session/event/editornetload/add/?f=JSON&token=API_TOKEN

with content:

[ "INTERNET", true ]