...
Example cadastre products orderData
Code Block |
---|
|
"orderData": {
"address": "Infoveien 1, 9999 Infoland",
"cadastre": "9999-1-1-0-0"
} |
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"
}
}
] |
Example response
Code Block |
---|
|
{
"productCode": "WI99990033",
"price": 1200
} |