Api session event editor netload import

From Tygron Support wiki
Revision as of 10:15, 30 March 2026 by Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import multiple Netloads {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |GeometryCollection | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |- |2 |REQUIRED |(NetType or multiple values in array [a, b, c]) |NetType[] | |- |3 |REQUIRED |(TimeState or multiple values in array [a, b, c]) |TimeState[] | |- |4 |REQUIRED |(String or multiple values in a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Event to Import multiple Netloads

Name Importance Type Description Values
0 REQUIRED (GeometryCollection with crs: EPSG:3857) GeometryCollection
1 REQUIRED (String or multiple values in array ["a", "b", "c"]) String[]
2 REQUIRED (NetType or multiple values in array [a, b, c]) NetType[]
3 REQUIRED (TimeState or multiple values in array [a, b, c]) TimeState[]
4 REQUIRED (String or multiple values in array ["a", "b", "c"]) String[]
5 REQUIRED (String or multiple values in array ["a", "b", "c"]) String[]
6 REQUIRED (Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) double[][]
7 REQUIRED (Integer number) Integer
8 REQUIRED (Floating point number) Double
9 REQUIRED (Floating point number) Double
10 REQUIRED (SOURCE Integer ID) Sources

Response Codes

Response Code: Description
204 No Content
300-600 Codes Overview

Example POST

Example POST: https://engine.tygron.com/api/session/event/editornetload/import/?crs=3857&f=HTML&token=API_TOKEN

with content:

[ {
 "type" : "GeometryCollection",
 "geometries" : [ {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799405.5326335905 ], [ 658689.5852538476, 6799405.5326335905 ], [ 658689.5852538476, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
 }, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799338.406210458 ], [ 658769.5901978306, 6799338.406210458 ], [ 658769.5901978306, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
 }, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799423.640021066 ], [ 658641.4945841088, 6799423.640021066 ], [ 658641.4945841088, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
 } ]
}, [ "Text 1", "Text 2", "Text 3" ], [ "ELECTRICITY", "HEAT", "SEWER" ], [ "REQUEST_CONSTRUCTION_APPROVAL", "REQUEST_PLOT_OWNER_APPROVAL", "PENDING_UPGRADE" ], [ "Text 1", "Text 2", "Text 3" ], [ "Text 1", "Text 2", "Text 3" ], [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], 88, 39, 62, 57 ]