...
Example share products orderData
Code Block | ||
---|---|---|
| ||
"orderData": { "organizationNumber": 988424587, "shareNumber": 136 } |
Example map products orderData
Code Block | ||
---|---|---|
| ||
"orderData": { "geometry": { "type": "Polygon", "coordinates": [[ [679906.435383017,7741056.419552005], [679906.4572162632,7742527.458934937], [681832.6049002217,7742527.507026337], [681832.6139410603,7741056.365899973], [679906.435383017,7741056.419552005] ]] }, "spatialReference": "25833" } |
...
Example map products array with additional data
Code Block | ||
---|---|---|
| ||
"products": [ { "code": "WI54016101", "data": { "format": "UTM" } } ] |
...