Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example cadastre products orderData

Code Block
languagejson
"orderData": {
  "address": "Infoveien 1, 9999 Infoland",
  "cadastre": "9999-1-1-0-0"
}

Example share products orderData

Code Block
languagejson
"orderData": {
  "organizationNumber": 988424587,
  "shareNumber": 136
}

Example map products orderData

Code Block
languagejson
"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
languagejson
"products": [
  {
    "code": "WI54016101",
    "data": {
      "format": "UTM"
    }
  }
]

Example response

Code Block
languagejson
{
  "productCode": "WI99990033",
  "price": 1200
}