Api session event editor netload import: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 85: | Line 85: | ||
|} | |} | ||
===Example POST=== | ===Example POST=== | ||
Example POST: https://engine.tygron.com/api/session/event/editornetload/import/?crs=3857&f= | Example POST: https://engine.tygron.com/api/session/event/editornetload/import/?crs=3857&f=JSON&token=API_TOKEN | ||
with content: | with content: | ||
| Line 92: | Line 92: | ||
"geometries" : [ { | "geometries" : [ { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799307.004079077 ], [ 658666.2561629956, 6799307.004079077 ], [ 658666.2561629956, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
}, { | }, { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799357.114370327 ], [ 658708.6396185006, 6799357.114370327 ], [ 658708.6396185006, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
}, { | }, { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799377.708175606 ], [ 658739.0645599467, 6799377.708175606 ], [ 658739.0645599467, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
} ] | } ] | ||
}, [ "Text 1", "Text 2", "Text 3" ], [ " | }, [ "Text 1", "Text 2", "Text 3" ], [ "GAS", "GAS", "INTERNET" ], [ "READY", "REQUEST_PLOT_OWNER_APPROVAL", "DEMOLISH_APPROVED" ], [ "Text 1", "Text 2", "Text 3" ], [ "Text 1", "Text 2", "Text 3" ], [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], 70, 3, 21, 23 ] | ||
</pre> | </pre> | ||
{{article end|seealso=*[[ | {{article end|seealso=*[[Api session event editor netload]] | ||
*[[Api session items netloads]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:09, 1 April 2026
API Event to Import multiple Net Loads
| 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) | Source |
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=JSON&token=API_TOKEN
with content:
[ {
"type" : "GeometryCollection",
"geometries" : [ {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799307.004079077 ], [ 658666.2561629956, 6799307.004079077 ], [ 658666.2561629956, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799357.114370327 ], [ 658708.6396185006, 6799357.114370327 ], [ 658708.6396185006, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799377.708175606 ], [ 658739.0645599467, 6799377.708175606 ], [ 658739.0645599467, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ]
}, [ "Text 1", "Text 2", "Text 3" ], [ "GAS", "GAS", "INTERNET" ], [ "READY", "REQUEST_PLOT_OWNER_APPROVAL", "DEMOLISH_APPROVED" ], [ "Text 1", "Text 2", "Text 3" ], [ "Text 1", "Text 2", "Text 3" ], [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], 70, 3, 21, 23 ]