{"info":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","description":"<html><head></head><body><p>The Placepoint Customer API provides a seamless way for customers to integrate their own systems with the Placepoint platform. You'll be able to access some of the same dataset that powers the main Placepoint application.</p>\n<p>This page contains technical documentation on how to integrate, and what is currently available via endpoints. If you have any other needs, don't hesitate to reach out to us at <a href=\"https://mailto:kontakt@placepoint.no\">kontakt@placepoint.no</a>, and we'll see what we can do.</p>\n<p>If your organization have been given access to the API, please see visit this page in <a href=\"https://console.placepoint.no/map/user/api-client\">console</a> to obtain the credentials (<code>client_id</code> and <code>client_secret</code>) needed to access the API.</p>\n<p>Please note that you might not have access to every field the API can return. This documentation covers all possible fields the API <em>can</em> return, but your access depends on the specifics outlined in your contract.</p>\n<p>If your organization has not yet been granted have access, or you would like access to more fields, please contact us at <a href=\"https://mailto:kontakt@placepoint.no\">kontakt@placepoint.no</a> for further assistance.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35283746","collectionId":"86307d9e-3804-4325-9f94-240b8b5d37a9","publishedId":"2sA3QtcqeB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"131415","highlight":"249fe8"},"publishDate":"2024-05-28T16:20:57.000Z"},"item":[{"name":"Access token","id":"41279ef9-0c6f-4fcf-8423-961cceb19ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"<p>An unique identifier for your application</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>The secret that was generated for your application</p>\n","type":"text"},{"key":"grant_type","value":"client_credentials","description":"<p>Currently the only accepted value is: client_credentials</p>\n","type":"text"}]},"url":"{{baseUrl}}/auth","description":"<p>The API implements an oauth <code>client_credentials</code> flow. What this means is that in order to access the rest of the endpoints, a token has to be sent with every request in a header called <code>Authorization</code>. The header value should be in this string format: <code>Bearer</code></p>\n<p>The access token is obtained using this endpoint, where your client credentials can be exchanged for the token. The client credentials are available via: <a href=\"https://console.placepoint.no/map/user/api-client\">console</a></p>\n<p>Note that this endpoint, in accordance with the oauth2 RFC6749 standard, requires the request format to be sent an <code>application/x-www-form-urlencoded</code> content-type. This is unlike the rest of the other endpoints in the API. They use the <code>application/json</code> content-type instead</p>\n<p>Note that access tokens are short-lived, and they no longer work after they expire. The expiration is known via the <code>exp</code> token claim, but can also obtained via the <code>exp</code> field returned next to the token. In order to ensure that your system is always authenticated with a fresh access token, something like an interval can be used to regularly refresh the token</p>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"675eefa8-924c-4006-944b-25734afe92b6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"•••••••","description":"An unique identifier for your application","type":"text"},{"key":"client_secret","value":"•••••••","description":"The secret that was generated for your application","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Currently the only accepted value is: client_credentials","type":"text"}],"options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"localhost/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL2V4YW1wbGUuYXV0aDAuY29tLyIsImF1ZCI6Imh0dHBzOi8vYXBpLmV4YW1wbGUuY29tL2NhbGFuZGFyL3YxLyIsInN1YiI6InVzcl8xMjMiLCJpYXQiOjE0NTg3ODU3OTYsImV4cCI6MTQ1ODg3MjE5Nn0.CA7eaHjIHz5NxeIJoFK9krqaeZrPLwmMmgI_XiQiIkQ\",\n\t\"exp\": 1716312343,\n\t\"token_type\": \"bearer\"\n}"},{"id":"31648b6e-aa31-4aa7-bce0-72ac61e4b8db","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\": \"in labore\",\n\t\"client_secret\": \"fugiat veniam\",\n\t\"grant_type\": \"sit aute\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"52c4758e-f193-4ef9-9e83-ee446e8dacce","name":"Server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\": \"in labore\",\n\t\"client_secret\": \"fugiat veniam\",\n\t\"grant_type\": \"sit aute\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/auth"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"41279ef9-0c6f-4fcf-8423-961cceb19ca4"},{"name":"List addresses","id":"177902b3-81d8-4c5e-ba83-c409a7542be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"countryCode\": 578,\n\t\"municipalityCode\": \"0301\",\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"leaseNumber\": 0,\n\t\"storyNumber\": 3,\n\t\"expandToSections\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/addresses","description":"<p>Retrieves addresses based on a property registration number and related details. Supports filtering by municipality code, property registration number, and optionally, story number or lease number. If \"expandToSections\" is true, it includes sections (snr = seksjoner) related to the primary property.</p>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["v1","addresses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ff0706c3-a1d6-4d92-b70e-e1229b50ca7a","name":"Minimum parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"municipalityCode\": \"0301\",\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"zDAzcMTdKFRYeRcWArjJekyiBFotlZyg"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 May 2024 14:18:57 GMT"},{"key":"Content-Length","value":"273"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"MunicipalityCode\": \"0301\",\n        \"PropertyRegistrationNumber\": 48,\n        \"PropertyRegistrationNumberSub\": 99,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"StreetCode\": \"13490\",\n        \"StreetName\": \"John Colletts allé\",\n        \"AddressAdditionalName\": null,\n        \"AddressNumber\": 75,\n        \"AddressEntrance\": \"A\",\n        \"Latitude\": 59.9447298,\n        \"Longitude\": 10.7402584,\n        \"ZipCode\": \"0854\",\n        \"City\": \"OSLO\"\n    },\n    {\n        \"MunicipalityCode\": \"0301\",\n        \"PropertyRegistrationNumber\": 48,\n        \"PropertyRegistrationNumberSub\": 99,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"StreetCode\": \"13490\",\n        \"StreetName\": \"John Colletts allé\",\n        \"AddressAdditionalName\": null,\n        \"AddressNumber\": 75,\n        \"AddressEntrance\": \"D\",\n        \"Latitude\": 59.9447046,\n        \"Longitude\": 10.7400566,\n        \"ZipCode\": \"0854\",\n        \"City\": \"OSLO\"\n    },\n    {\n        \"MunicipalityCode\": \"0301\",\n        \"PropertyRegistrationNumber\": 48,\n        \"PropertyRegistrationNumberSub\": 99,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"StreetCode\": \"13490\",\n        \"StreetName\": \"John Colletts allé\",\n        \"AddressAdditionalName\": null,\n        \"AddressNumber\": 75,\n        \"AddressEntrance\": \"E\",\n        \"Latitude\": 59.9448813,\n        \"Longitude\": 10.740073,\n        \"ZipCode\": \"0854\",\n        \"City\": \"OSLO\"\n    }\n]"},{"id":"22e99327-108a-4b29-989a-a20edd3eae7b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"AddressAdditionalName\": \"amet ut\",\n\t\"AddressEntrance\": \"E\",\n\t\"AddressNumber\": 1,\n\t\"City\": \"OSLO\",\n\t\"Latitude\": 59.9448813,\n\t\"LeaseNumber\": 0,\n\t\"Longitude\": 10.740073,\n\t\"MunicipalityCode\": \"0301\",\n\t\"PropertyRegistrationNumber\": 48,\n\t\"PropertyRegistrationNumberSub\": 99,\n\t\"StoryNumber\": 3,\n\t\"StreetCode\": \"13490\",\n\t\"StreetName\": \"John Colletts allé\",\n\t\"ZipCode\": \"0854\"\n}"},{"id":"1e49854c-f44b-41aa-a3ef-abe604cc7255","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/addresses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"b74b05ac-3006-48db-bc6d-5251614f5134","name":"Server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/addresses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"177902b3-81d8-4c5e-ba83-c409a7542be4"},{"name":"List assets","id":"75042663-39d7-49ae-af06-7a195e54f748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/assets","description":"<p>Retrieves all companies owned by a specified company (via shares, department structures, and international sources) and all the properties they might own through their ownership structures.</p>\n<p>Duplicates can be removed if <code>onlyUniqueOwnershipPaths</code> is set to true, but it will also remove rows where the <code>Company_OwnerPath</code> seperates and merges through multiple companies.</p>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["v1","assets"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b335a515-0246-45da-8362-7b7d3792fd6c","name":"Minimum parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"fMGCDSGBdHtVzvFgCEgdvrbtzlWfyTaA"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 May 2024 14:18:05 GMT"},{"key":"Content-Length","value":"319"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"MunicipalityCode\": null,\n        \"PropertyRegistrationNumber\": null,\n        \"PropertyRegistrationNumberSub\": null,\n        \"LeaseNumber\": null,\n        \"StoryNumber\": null,\n        \"Asset_StructureType\": \"C\",\n        \"Company_OrganizationNumber\": \"926647474\",\n        \"Company_CompanyName\": \"HVITTINGFOSSVEIEN 153 HOLDING AS\",\n        \"Company_OwnerPath\": \"/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 100\n    },\n    {\n        \"MunicipalityCode\": null,\n        \"PropertyRegistrationNumber\": null,\n        \"PropertyRegistrationNumberSub\": null,\n        \"LeaseNumber\": null,\n        \"StoryNumber\": null,\n        \"Asset_StructureType\": \"C\",\n        \"Company_OrganizationNumber\": \"926877720\",\n        \"Company_CompanyName\": \"HVITTINGFOSSVEIEN 153 HOLDING AS\",\n        \"Company_OwnerPath\": \"/HVITTINGFOSSVEIEN 153 HOLDING AS/HVITTINGFOSSVEIEN 153 AS/\",\n        \"Company_EstimatedControl\": 100\n    },\n    {\n        \"MunicipalityCode\": \"3903\",\n        \"PropertyRegistrationNumber\": 69,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Asset_StructureType\": \"OW\",\n        \"Company_OrganizationNumber\": null,\n        \"Company_CompanyName\": null,\n        \"Company_OwnerPath\": \"/HVITTINGFOSSVEIEN 153 HOLDING AS/HVITTINGFOSSVEIEN 153 AS/3903-69-12-0-0 (SOLHØGDA)/\",\n        \"Company_EstimatedControl\": 100\n    },\n    {\n        \"MunicipalityCode\": \"3903\",\n        \"PropertyRegistrationNumber\": 69,\n        \"PropertyRegistrationNumberSub\": 18,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Asset_StructureType\": \"OW\",\n        \"Company_OrganizationNumber\": null,\n        \"Company_CompanyName\": null,\n        \"Company_OwnerPath\": \"/HVITTINGFOSSVEIEN 153 HOLDING AS/HVITTINGFOSSVEIEN 153 AS/3903-69-18-0-0/\",\n        \"Company_EstimatedControl\": 100\n    }\n]"},{"id":"703da0a3-5e27-40b2-a282-b2a4c80327fe","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"localhost/v1/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"Asset_StructureType\": \"C\",\n\t\"Company_CompanyName\": \"SORIA MORIA VEKST AS\",\n\t\"Company_EstimatedControl\": 50,\n\t\"Company_OrganizationNumber\": \"990539022\",\n\t\"Company_OwnerPath\": \"/VENTURE AS/MIDDELBORG EIENDOM AS/SORIA MORIA VEKST AS/\",\n\t\"LeaseNumber\": 0,\n\t\"MunicipalityCode\": \"0301\",\n\t\"PropertyRegistrationNumber\": 48,\n\t\"PropertyRegistrationNumberSub\": 99,\n\t\"StoryNumber\": 3\n}"},{"id":"e05ee324-39f5-4e86-950e-9a9275246a4e","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/assets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"6014fc00-863c-4b00-84dd-f623d04b5368","name":"Server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/assets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"75042663-39d7-49ae-af06-7a195e54f748"},{"name":"List buildings","id":"6bd67aba-513b-4d79-b320-25d33ac2bbc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"countryCode\": 578,\n\t\"municipalityCode\": \"0301\",\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"leaseNumber\": 0,\n\t\"storyNumber\": 0,\n\t\"expandToSections\": true,\n\t\"includeBuildingExtensions\": true,\n\t\"includeRemovedBuildings\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/buildings","description":"<p>Retrieves buildings based on a property registration number and related details. Supports filtering by municipality code, property registration number, and optionally, story number or lease number. If \"expandToSections\" is true, it includes sections (snr = seksjoner) related to the primary property.</p>\n<p>The <code>SequenceNumber</code> represents the building number (bygningsnummer) in Norwegian. It is NULL for the primary building part but can have extensions with <code>SequenceNumber</code> ranging from 1 to X for each change/extension:</p>\n<ul>\n<li><p>Code: O (Reconstruction) - Building alteration that includes remodeling.</p>\n</li>\n<li><p>Code: P (Horizontal addition) - Building addition on top of the main building.</p>\n</li>\n<li><p>Code: T (Vertical extension) - Building addition in the same plan as the main building.</p>\n</li>\n<li><p>Code: U (Subterranean addition) - Building addition under the main building.</p>\n</li>\n</ul>\n<p>If <code>includeRemovedBuildings</code> is true, buildings with the following codes are included:</p>\n<ul>\n<li><p>Code: BA (Construction cancelled) - Code for construction being cancelled.</p>\n</li>\n<li><p>Code: BF (Building moved) - Code for the building being moved.</p>\n</li>\n<li><p>Code: BR (Building is demolished or burned) - Code for the building being demolished or burnt.</p>\n</li>\n<li><p>Code: BU (Building number has expired) - Code that the building unit has been discontinued (for reasons other than demolished, burnt or cancelled).</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["v1","buildings"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"06fcae55-cde5-4c61-b474-4d3962427948","name":"Minimum parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"municipalityCode\": \"0301\",\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/buildings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"qiwTxPSkwckvPeJbgrLAxVxFPNLBUUMD"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 May 2024 14:17:02 GMT"},{"key":"Content-Length","value":"490"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"MunicipalityCode\": \"0301\",\n        \"PropertyRegistrationNumber\": 48,\n        \"PropertyRegistrationNumberSub\": 99,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"BuildingNumber\": \"80133138\",\n        \"SequenceNumber\": null,\n        \"Latitude\": 59.944786022595224,\n        \"Longitude\": 10.74008236900527,\n        \"Property_Building_BuildingType\": 136,\n        \"Property_Building_BuildingStatusType\": \"TB\",\n        \"Property_Building_EnergySourceType\": null,\n        \"Property_Building_ExtensionType\": null,\n        \"Property_Building_HeatingType\": null,\n        \"Property_Building_IndustryGroup\": \"Y\",\n        \"Property_Building_OriginType\": \"V\",\n        \"Property_Building_SewerType\": null,\n        \"Property_Building_WaterSupplyType\": null,\n        \"Property_Building_Buildingcount_NumberOfFloors\": 4,\n        \"Property_Building_BuiltArea\": null,\n        \"Property_Building_FloorArea_AlternativeArea\": null,\n        \"Property_Building_FloorArea_AlternativeArea2\": null,\n        \"Property_Building_GrossArea\": null,\n        \"Property_Building_GrossAreaForHousing\": null,\n        \"Property_Building_GrossAreaForOther\": null,\n        \"Property_Building_HasLift\": false,\n        \"Property_Building_HousingUnits\": 7,\n        \"Property_Building_IsAreaIncomplete\": false,\n        \"Property_Building_IsCulturalHeritage\": false,\n        \"Property_Building_IsSEFRAK\": false,\n        \"Property_Building_IsWithoutBuiltUpArea\": false,\n        \"Property_Building_UtilityFloorSpace\": 818,\n        \"Property_Building_UtilityFloorSpaceForHousing\": 818,\n        \"Property_Building_UtilityFloorSpaceForOther\": null,\n        \"Property_Building_HistoricalStatusDates_Date\": \"1923-01-01T00:00:00Z\",\n        \"Property_Building_HistoricalStatusDates_RegisteredDate\": \"1923-01-01T00:00:00Z\"\n    }\n]"},{"id":"02f788c1-e282-471f-b268-ee8e044f0671","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"includeBuildingExtensions\": true,\n\t\"includeRemovedBuildings\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"localhost/v1/buildings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"BuildingNumber\": \"80133138\",\n\t\"Latitude\": 59.944786022595224,\n\t\"LeaseNumber\": 0,\n\t\"Longitude\": 10.74008236900527,\n\t\"MunicipalityCode\": \"0301\",\n\t\"Property_Building_BuildingStatusType\": \"RA\",\n\t\"Property_Building_BuildingType\": 136,\n\t\"Property_Building_Buildingcount_NumberOfFloors\": 3,\n\t\"Property_Building_BuiltArea\": 53.4,\n\t\"Property_Building_EnergySourceType\": \"A\",\n\t\"Property_Building_ExtensionType\": \"T\",\n\t\"Property_Building_FloorArea_AlternativeArea\": 230,\n\t\"Property_Building_FloorArea_AlternativeArea2\": 94.19,\n\t\"Property_Building_GrossArea\": 500,\n\t\"Property_Building_GrossAreaForHousing\": 150,\n\t\"Property_Building_GrossAreaForOther\": 39,\n\t\"Property_Building_HasLift\": false,\n\t\"Property_Building_HeatingType\": \"E\",\n\t\"Property_Building_HistoricalStatusDates_Date\": \"1923-01-01\",\n\t\"Property_Building_HistoricalStatusDates_RegisteredDate\": \"1923-01-01\",\n\t\"Property_Building_HousingUnits\": 7,\n\t\"Property_Building_IndustryGroup\": \"X\",\n\t\"Property_Building_IsAreaIncomplete\": false,\n\t\"Property_Building_IsCulturalHeritage\": false,\n\t\"Property_Building_IsSEFRAK\": false,\n\t\"Property_Building_IsWithoutBuiltUpArea\": false,\n\t\"Property_Building_OriginType\": \"V\",\n\t\"Property_Building_SewerType\": \"1\",\n\t\"Property_Building_UtilityFloorSpace\": 818,\n\t\"Property_Building_UtilityFloorSpaceForHousing\": 818,\n\t\"Property_Building_UtilityFloorSpaceForOther\": 242,\n\t\"Property_Building_WaterSupplyType\": \"1\",\n\t\"PropertyRegistrationNumber\": 48,\n\t\"PropertyRegistrationNumberSub\": 99,\n\t\"SequenceNumber\": 1,\n\t\"StoryNumber\": 0\n}"},{"id":"2fdac90a-1c80-4ea2-ae72-a9b2e2ea8edc","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"includeBuildingExtensions\": true,\n\t\"includeRemovedBuildings\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/buildings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"0c9ec89c-7c10-48f6-8932-6727a43a0467","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"includeBuildingExtensions\": true,\n\t\"includeRemovedBuildings\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/buildings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"6bd67aba-513b-4d79-b320-25d33ac2bbc9"},{"name":"List company owners","id":"1b17bdfe-2da0-4ceb-9b76-3b22c9d5fe05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyIncludeUltimateParentCompany\": true,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/company-owners","description":"<p>Retrieves a list of companies that own shares in a specified company, including all parent companies up to the top of the ownership structure. Supports filtering by country code, and optionally, includes only the ultimate parent company or unique ownership paths.</p>\n<p>The <code>Company_EstimatedControl</code> is an estimate of the control percentage, aggregating multiple ownership paths from the primary company to its owners.</p>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["v1","company-owners"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6f5d11ae-22ac-459f-848d-d75a9ffb46fd","name":"Minimum parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/company-owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"IjkEveoOHJowqcNZevZdYdbOqzTIeRtd"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 May 2024 14:15:30 GMT"},{"key":"Content-Length","value":"828"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Company_OrganizationNumber\": \"913001877\",\n        \"Company_CompanyName\": \"MVK CAPITAL AS\",\n        \"Company_OwnerPath\": \"/MVK CAPITAL AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"915990487\",\n        \"Company_CompanyName\": \"ODD REITAN PRIVATE HOLDING AS\",\n        \"Company_OwnerPath\": \"/ODD REITAN PRIVATE HOLDING AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 66.087\n    },\n    {\n        \"Company_OrganizationNumber\": \"816008352\",\n        \"Company_CompanyName\": \"ORR INVEST AS\",\n        \"Company_OwnerPath\": \"/ORR INVEST AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"928650669\",\n        \"Company_CompanyName\": \"DAIMYO EKSTRA 85 AS\",\n        \"Company_OwnerPath\": \"/DAIMYO EKSTRA 85 AS/DAIMYO EKSTRA 85 AS/PEAK XV AS/DAIMYO AS/DAIMYO EIENDOM AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 41.963\n    },\n    {\n        \"Company_OrganizationNumber\": \"915990487\",\n        \"Company_CompanyName\": \"ODD REITAN PRIVATE HOLDING AS\",\n        \"Company_OwnerPath\": \"/ODD REITAN PRIVATE HOLDING AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 66.087\n    },\n    {\n        \"Company_OrganizationNumber\": \"912609987\",\n        \"Company_CompanyName\": \"REITAN AS\",\n        \"Company_OwnerPath\": \"/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"928650669\",\n        \"Company_CompanyName\": \"DAIMYO EKSTRA 85 AS\",\n        \"Company_OwnerPath\": \"/DAIMYO EKSTRA 85 AS/PEAK XV AS/DAIMYO AS/DAIMYO EIENDOM AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 41.963\n    },\n    {\n        \"Company_OrganizationNumber\": \"915994415\",\n        \"Company_CompanyName\": \"REITAN EIENDOM AS\",\n        \"Company_OwnerPath\": \"/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"889048182\",\n        \"Company_CompanyName\": \"MIDDELBORG AS\",\n        \"Company_OwnerPath\": \"/MIDDELBORG AS/EMERCOR AS/EMERCOR PROPERTIES AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 5\n    },\n    {\n        \"Company_OrganizationNumber\": \"913001877\",\n        \"Company_CompanyName\": \"MVK CAPITAL AS\",\n        \"Company_OwnerPath\": \"/MVK CAPITAL AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"915990487\",\n        \"Company_CompanyName\": \"ODD REITAN PRIVATE HOLDING AS\",\n        \"Company_OwnerPath\": \"/ODD REITAN PRIVATE HOLDING AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 66.087\n    },\n    {\n        \"Company_OrganizationNumber\": \"816008352\",\n        \"Company_CompanyName\": \"ORR INVEST AS\",\n        \"Company_OwnerPath\": \"/ORR INVEST AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"929253515\",\n        \"Company_CompanyName\": \"PEAK XV AS\",\n        \"Company_OwnerPath\": \"/PEAK XV AS/DAIMYO AS/DAIMYO EIENDOM AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"932462753\",\n        \"Company_CompanyName\": \"REBUS HANDELSEIENDOM AS\",\n        \"Company_OwnerPath\": \"/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"998912792\",\n        \"Company_CompanyName\": \"AERIKSEN INVEST AS\",\n        \"Company_OwnerPath\": \"/AERIKSEN INVEST AS/NEMENTO AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 13.5\n    },\n    {\n        \"Company_OrganizationNumber\": \"985513368\",\n        \"Company_CompanyName\": \"DAIMYO AS\",\n        \"Company_OwnerPath\": \"/DAIMYO AS/DAIMYO EIENDOM AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"928650669\",\n        \"Company_CompanyName\": \"DAIMYO EKSTRA 85 AS\",\n        \"Company_OwnerPath\": \"/DAIMYO EKSTRA 85 AS/DAIMYO EKSTRA 85 AS/PEAK XV AS/DAIMYO AS/DAIMYO EIENDOM AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 41.963\n    },\n    {\n        \"Company_OrganizationNumber\": \"813699672\",\n        \"Company_CompanyName\": \"EMERCOR AS\",\n        \"Company_OwnerPath\": \"/EMERCOR AS/EMERCOR PROPERTIES AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 5\n    },\n    {\n        \"Company_OrganizationNumber\": \"915990487\",\n        \"Company_CompanyName\": \"ODD REITAN PRIVATE HOLDING AS\",\n        \"Company_OwnerPath\": \"/ODD REITAN PRIVATE HOLDING AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 66.087\n    },\n    {\n        \"Company_OrganizationNumber\": \"912609987\",\n        \"Company_CompanyName\": \"REITAN AS\",\n        \"Company_OwnerPath\": \"/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"912700909\",\n        \"Company_CompanyName\": \"REMA ETABLERING NORGE HOLDING AS\",\n        \"Company_OwnerPath\": \"/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"987210613\",\n        \"Company_CompanyName\": \"VENTURE AS\",\n        \"Company_OwnerPath\": \"/VENTURE AS/NEMENTO AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"999028284\",\n        \"Company_CompanyName\": \"YAN INVEST AS\",\n        \"Company_OwnerPath\": \"/YAN INVEST AS/NEMENTO AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 13.5\n    },\n    {\n        \"Company_OrganizationNumber\": \"989242024\",\n        \"Company_CompanyName\": \"CARMELINA AS\",\n        \"Company_OwnerPath\": \"/CARMELINA AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 5\n    },\n    {\n        \"Company_OrganizationNumber\": \"999523145\",\n        \"Company_CompanyName\": \"DAIMYO EIENDOM AS\",\n        \"Company_OwnerPath\": \"/DAIMYO EIENDOM AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"928650669\",\n        \"Company_CompanyName\": \"DAIMYO EKSTRA 85 AS\",\n        \"Company_OwnerPath\": \"/DAIMYO EKSTRA 85 AS/PEAK XV AS/DAIMYO AS/DAIMYO EIENDOM AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 41.963\n    },\n    {\n        \"Company_OrganizationNumber\": \"991362274\",\n        \"Company_CompanyName\": \"EMERCOR PROPERTIES AS\",\n        \"Company_OwnerPath\": \"/EMERCOR PROPERTIES AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 5\n    },\n    {\n        \"Company_OrganizationNumber\": \"998021766\",\n        \"Company_CompanyName\": \"NEMENTO AS\",\n        \"Company_OwnerPath\": \"/NEMENTO AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"915994415\",\n        \"Company_CompanyName\": \"REITAN EIENDOM AS\",\n        \"Company_OwnerPath\": \"/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"981645685\",\n        \"Company_CompanyName\": \"REMA ETABLERING OSLO/ØSTLANDET AS\",\n        \"Company_OwnerPath\": \"/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 5\n    },\n    {\n        \"Company_OrganizationNumber\": \"918494391\",\n        \"Company_CompanyName\": \"NEBO TOPCO AS\",\n        \"Company_OwnerPath\": \"/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"929253515\",\n        \"Company_CompanyName\": \"PEAK XV AS\",\n        \"Company_OwnerPath\": \"/PEAK XV AS/DAIMYO AS/DAIMYO EIENDOM AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"932462753\",\n        \"Company_CompanyName\": \"REBUS HANDELSEIENDOM AS\",\n        \"Company_OwnerPath\": \"/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"917504245\",\n        \"Company_CompanyName\": \"BONUM GRUPPEN AS\",\n        \"Company_OwnerPath\": \"/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"985513368\",\n        \"Company_CompanyName\": \"DAIMYO AS\",\n        \"Company_OwnerPath\": \"/DAIMYO AS/DAIMYO EIENDOM AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"912700909\",\n        \"Company_CompanyName\": \"REMA ETABLERING NORGE HOLDING AS\",\n        \"Company_OwnerPath\": \"/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 38.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"917642583\",\n        \"Company_CompanyName\": \"BONUM INVEST AS\",\n        \"Company_OwnerPath\": \"/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"999523145\",\n        \"Company_CompanyName\": \"DAIMYO EIENDOM AS\",\n        \"Company_OwnerPath\": \"/DAIMYO EIENDOM AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    },\n    {\n        \"Company_OrganizationNumber\": \"912700968\",\n        \"Company_CompanyName\": \"REMA ETABLERING VESTRE ØSTLAND AS\",\n        \"Company_OwnerPath\": \"/REMA ETABLERING VESTRE ØSTLAND AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\",\n        \"Company_EstimatedControl\": 33.333\n    }\n]"},{"id":"72a7cc17-3971-4f8a-9ad0-89f0edb30899","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyIncludeUltimateParentCompany\": true,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"localhost/v1/company-owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"Company_CompanyName\": \"MVK CAPITAL AS\",\n\t\"Company_EstimatedControl\": \"66.087\",\n\t\"Company_OrganizationNumber\": \"913001877\",\n\t\"Company_OwnerPath\": \"/MVK CAPITAL AS/REITAN AS/REITAN EIENDOM AS/REBUS HANDELSEIENDOM AS/REMA ETABLERING NORGE HOLDING AS/REMA ETABLERING OSLOØSTLANDET AS/NEBO TOPCO AS/BONUM GRUPPEN AS/BONUM INVEST AS/HVITTINGFOSSVEIEN 153 HOLDING AS/\"\n}"},{"id":"1cba3f65-ee92-4237-ab63-efb2e8bd7745","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyIncludeUltimateParentCompany\": true,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/company-owners"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"547a3140-cd96-40bf-a3f5-8c15c8e7e26e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationNumber\": \"926647474\",\n\t\"countryCode\": 578,\n\t\"onlyIncludeUltimateParentCompany\": true,\n\t\"onlyUniqueOwnershipPaths\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/company-owners"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"1b17bdfe-2da0-4ceb-9b76-3b22c9d5fe05"},{"name":"List owners","id":"ccddd9a1-33e0-45d1-a61a-2ad7556de1dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"municipalityCode\": \"0301\",\n\t\"propertyRegistrationNumber\": 1,\n\t\"propertyRegistrationNumberSub\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/owners","description":"<p>Retrieves a list of property owners based on a property registration number and related details. Supports filtering by municipality code, property registration number, and optionally, story number or lease number. If \"expandToSections\" is true, it includes sections (snr = seksjoner) related to the primary property.</p>\n<p><em>It is important to ensure proper legal basis when accessing personal information.</em></p>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["v1","owners"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bdc81650-b322-4323-ab12-359f38721247","name":"Minimum parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"municipalityCode\": \"0301\",\n\t\"propertyRegistrationNumber\": 1,\n\t\"propertyRegistrationNumberSub\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"fOfebpeDhsajxnQFRyOHvmVdPvWRlAwi"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 May 2024 14:12:08 GMT"},{"key":"Content-Length","value":"371"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"MunicipalityCode\": \"0301\",\n        \"PropertyRegistrationNumber\": 1,\n        \"PropertyRegistrationNumberSub\": 1,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_ObjectType\": 18,\n        \"Property_Owner_OwnershipType\": \"H\",\n        \"Property_Owner_ShareNumber\": 2,\n        \"Property_Owner_Denominator\": 1,\n        \"Property_Owner_Numerator\": 1,\n        \"Property_Owner_DateFrom\": \"1999-07-01T00:00:00Z\",\n        \"Property_Ownership_PersonDateOfBirth_DateOfBirth\": null,\n        \"Property_Ownership_PersonName\": \"STATEN V ARBEIDS OG ADMDEP\",\n        \"Property_Ownership_OrganizationNumber\": null,\n        \"Property_Ownership_CompanyName\": null,\n        \"Property_Ownership_NationalIdentificationNumber\": null,\n        \"Property_Ownership_PersonStatus\": null,\n        \"Property_Ownership_PersonCategory\": \" \",\n        \"Property_Ownership_ResidenceAddress_CountryCode\": null,\n        \"Property_Ownership_ResidenceAddress_Line1\": null,\n        \"Property_Ownership_ResidenceAddress_Line2\": null,\n        \"Property_Ownership_ResidenceAddress_Line3\": null,\n        \"Property_Ownership_ResidenceAddress_OccupancyNumber\": null,\n        \"Property_Ownership_PostalAddress_CountryCode\": null,\n        \"Property_Ownership_PostalAddress_Line1\": null,\n        \"Property_Ownership_PostalAddress_Line2\": null,\n        \"Property_Ownership_PostalAddress_Line3\": null\n    }\n]"},{"id":"59cc8099-83e6-4951-8bad-45027519cabe","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"localhost/v1/owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"LeaseNumber\": 0,\n\t\"MunicipalityCode\": \"0301\",\n\t\"Property_ObjectType\": 18,\n\t\"Property_Owner_DateFrom\": \"2019-06-27T00:00:00.0000000\",\n\t\"Property_Owner_Denominator\": 1,\n\t\"Property_Owner_Numerator\": 1,\n\t\"Property_Owner_OwnershipType\": \"AF\",\n\t\"Property_Owner_ShareNumber\": 4,\n\t\"Property_Ownership_CompanyName\": \"KARL JOHANS GATE 13 EIENDOM AS\",\n\t\"Property_Ownership_NationalIdentificationNumber\": \"12345678901\",\n\t\"Property_Ownership_OrganizationNumber\": \"922723400\",\n\t\"Property_Ownership_PersonCategory\": \"A\",\n\t\"Property_Ownership_PersonDateOfBirth_DateOfBirth\": \"1969-09-23\",\n\t\"Property_Ownership_PersonName\": \"Ola Norman\",\n\t\"Property_Ownership_PersonStatus\": \"K\",\n\t\"Property_Ownership_PostalAddress_CountryCode\": \"578\",\n\t\"Property_Ownership_PostalAddress_Line1\": \"PARKVEIEN 75 D\",\n\t\"Property_Ownership_PostalAddress_Line2\": \"PARKVEIEN 75 D\",\n\t\"Property_Ownership_PostalAddress_Line3\": \"0854 OSLO\",\n\t\"Property_Ownership_ResidenceAddress_CountryCode\": \"578\",\n\t\"Property_Ownership_ResidenceAddress_Line1\": \"Bolette brygge 1\",\n\t\"Property_Ownership_ResidenceAddress_Line2\": \"Bolette brygge 1\",\n\t\"Property_Ownership_ResidenceAddress_Line3\": \"0252 OSLO\",\n\t\"Property_Ownership_ResidenceAddress_OccupancyNumber\": \"H0101\",\n\t\"PropertyRegistrationNumber\": 207,\n\t\"PropertyRegistrationNumberSub\": 91,\n\t\"StoryNumber\": 1\n}"},{"id":"b4476876-653c-4504-b00c-b42a5478d0b6","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/owners"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"06a85a25-90f7-41d1-bb5d-7b21eec05b1e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 48,\n\t\"propertyRegistrationNumberSub\": 99,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"0301\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/owners"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"ccddd9a1-33e0-45d1-a61a-2ad7556de1dd"},{"name":"List plots","id":"33179a9d-5a43-4712-910e-f0ccd2d25f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"countryCode\": 578,\n\t\"municipalityCode\": \"5052\",\n\t\"propertyRegistrationNumber\": 15,\n\t\"propertyRegistrationNumberSub\": 12,\n\t\"leaseNumber\": 0,\n\t\"storyNumber\": 0,\n\t\"aggregatePlots\": true,\n\t\"expandToSections\": true,\n\t\"geometryType\": \"geojson\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/plots","description":"<p>Retrieves a list of plots (Teig in Norwegian) based on a property registration number and related details. Supports filtering by municipality code, property registration number, and optionally, story number or lease number. If \"expandToSections\" is true, it includes sections (snr = seksjoner) related to the primary property.</p>\n<ul>\n<li><p>If <code>aggregatePlots</code> is true, it aggregates data from multiple plots into a single record based on the specified criteria.</p>\n</li>\n<li><p>If <code>aggregatePlots</code> is false, it returns detailed information for each plot that meets the specified criteria.</p>\n</li>\n<li><p>The <code>geometryType</code> parameter can specify the format of the geometry data (WKT, GeoJson, ArcGis).</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"},"isInherited":true,"source":{"_postman_id":"86307d9e-3804-4325-9f94-240b8b5d37a9","id":"86307d9e-3804-4325-9f94-240b8b5d37a9","name":"Customer API","type":"collection"}},"urlObject":{"path":["v1","plots"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2fe6211a-1b32-4986-a3aa-41af6b7008bf","name":"Minimum parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"municipalityCode\": \"5052\",\n\t\"propertyRegistrationNumber\": 15,\n\t\"propertyRegistrationNumberSub\": 12\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/plots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"rOmytlRsADQAvBEAZuqwGrnUVTCITnvC"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 May 2024 14:05:15 GMT"},{"key":"Content-Length","value":"782"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": true,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 164931,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": false,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.10273317830209,\n        \"Longitude\": 11.716806107663865,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 67.1,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11211039790408,\n        \"Longitude\": 11.718276597856633,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 92.9,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": false,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11146561792846,\n        \"Longitude\": 11.718933745735345,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 102,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": false,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.10568114606752,\n        \"Longitude\": 11.727032183149536,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 176.5,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11182435142219,\n        \"Longitude\": 11.719615491367557,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 205.3,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11088408901418,\n        \"Longitude\": 11.720186970753,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 208.1,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11069956321217,\n        \"Longitude\": 11.717981095259079,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 277,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": false,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11060606356324,\n        \"Longitude\": 11.72004026559298,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 324.4,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11114794884098,\n        \"Longitude\": 11.719081336573682,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 359,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11154698384668,\n        \"Longitude\": 11.71937317104497,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 361.7,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11136262806892,\n        \"Longitude\": 11.719166151276838,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 722.8,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": false,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.105740748422,\n        \"Longitude\": 11.725148905712084,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 998.3,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11123829037093,\n        \"Longitude\": 11.719723693860768,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 1227.2,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11191517158406,\n        \"Longitude\": 11.71768381513191,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 2206.3,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11067433890517,\n        \"Longitude\": 11.7186783227631,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    },\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": false,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 3707,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.11060931797323,\n        \"Longitude\": 11.719420917942506,\n        \"Geometry\": null,\n        \"PlotCount\": 1\n    }\n]"},{"id":"c200295d-1a17-4077-9710-204b92be5e9b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 15,\n\t\"propertyRegistrationNumberSub\": 12,\n\t\"aggregatePlots\": true,\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"geometryType\": \"geojson\",\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"5052\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/plots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Env","value":"dev@0.0.1-?-?"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Request-Id","value":"EWlePJeHLHgxSjuaonpgiXxbJXuZMnaJ"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 28 May 2024 16:44:56 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"MunicipalityCode\": \"5052\",\n        \"PropertyRegistrationNumber\": 15,\n        \"PropertyRegistrationNumberSub\": 12,\n        \"LeaseNumber\": 0,\n        \"StoryNumber\": 0,\n        \"Property_Cadastre_Supplement_MainPlot\": null,\n        \"Property_Cadastre_Border_Medium\": null,\n        \"Property_Cadastre_Border_Area\": 175966.59999999998,\n        \"Property_Cadastre_Border_Volume\": null,\n        \"Property_Cadastre_Border_ConfirmedOwners\": false,\n        \"Property_Cadastre_Border_PlotWithMultipleCadastralUnits\": true,\n        \"Property_Cadastre_Border_Dispute\": false,\n        \"Property_Cadastre_Border_UnregisteredLandCoOwnership\": false,\n        \"Property_Cadastre_DataCaptureDate\": \"1982-06-25T00:00:00Z\",\n        \"Latitude\": 65.10273317830209,\n        \"Longitude\": 11.716806107663865,\n        \"Geometry\": \"{\\\"type\\\": \\\"MultiPolygon\\\",\\\"coordinates\\\":[[[[11.7268764095383,65.105720348377],[11.7268800012216,65.1057138179321],[11.7268913143084,65.1057057102176],[11.7269199789588,65.1056881277425],[11.7269336129009,65.1056797981808],[11.7269429174668,65.1056749595577],[11.7269581870171,65.1056680368888],[11.7269736049031,65.1056604829708],[11.7269893745946,65.1056522043066],[11.727003239532,65.1056440501164],[11.727022007473,65.1056317659909],[11.7270381854055,65.105621235079],[11.7270468165329,65.1056139843187],[11.7270534523622,65.1056038965362],[11.7270628173266,65.1055913346645],[11.7270726757914,65.1055877430391],[11.7270890780759,65.1055877137388],[11.7271009016148,65.1055908207534],[11.7271239618814,65.1056037798909],[11.7271349150954,65.1056087883904],[11.7271527075077,65.1056181619648],[11.7271670671804,65.105631459118],[11.7271709842874,65.1056364161582],[11.7271747412275,65.1056460453165],[11.7271748291522,65.10565313731],[11.727167028986,65.1056622585853],[11.7271590371758,65.105667432487],[11.7271339932119,65.1056766881837],[11.7271161350355,65.1056832988399],[11.7270961778203,65.1056902170934],[11.727084572103,65.1056933915747],[11.7270650598967,65.1056984160815],[11.7270404595665,65.105707843268],[11.7270259960453,65.105712237083],[11.7269931519008,65.1057160676642],[11.7269779060512,65.1057149085954],[11.7269603642115,65.1057183707405],[11.7269451694745,65.1057239451621],[11.7269298736649,65.1057285337069],[11.7269167241649,65.1057311975305],[11.7269017644716,65.105730751582],[11.726885808479,65.1057268218722],[11.7268764095383,65.105720348377]]],[[[11.7244539500112,65.1057036476778],[11.7244667249184,65.105695244187],[11.7244850305055,65.1056846748599],[11.7244969348668,65.1056781728397],[11.7245176730116,65.1056663919559],[11.724532777958,65.1056578562779],[11.7245531167674,65.1056484172511],[11.7245793090509,65.1056378840164],[11.7246002200268,65.1056298712488],[11.7246189584959,65.1056214490416],[11.7246403620609,65.10560992541],[11.7246479382083,65.1056048490038],[11.7246531383809,65.1055994566551],[11.72465597176,65.1055938379892],[11.7246591538986,65.1055791439643],[11.7246605399293,65.1055677151362],[11.7246632003965,65.1055583283428],[11.7246677365554,65.1055506134764],[11.7246856074662,65.1055399622379],[11.7246976846259,65.1055372283295],[11.7247127635221,65.1055388396262],[11.7247346950314,65.1055511911051],[11.7247502666634,65.1055617726556],[11.7247664120213,65.1055717152207],[11.7247919955093,65.1055843594166],[11.7248070989709,65.1055903700763],[11.7248248935628,65.1055956134332],[11.7248379927999,65.1055986974122],[11.7248596993971,65.1056026124971],[11.7248824142114,65.1056059704813],[11.7249042783943,65.1056093439392],[11.7249355531831,65.1056151501419],[11.7249529698967,65.1056187840996],[11.724973649955,65.1056230770155],[11.7249980370424,65.1056282003996],[11.7250233574094,65.1056341149282],[11.7250587278718,65.1056403853356],[11.7250918799392,65.1056457981787],[11.7251308381002,65.1056517339104],[11.7251686136158,65.1056565238533],[11.7251854673396,65.1056588211457],[11.7252102339091,65.1056634886297],[11.7252350555798,65.1056686938605],[11.7252474801921,65.1056714309121],[11.7252699626205,65.1056766787049],[11.7253026222477,65.1056856023614],[11.725318374508,65.1056896257359],[11.7253431503115,65.1056943828228],[11.7253656801517,65.1056980134786],[11.725396929054,65.1057014854602],[11.7254119698961,65.1057048034337],[11.7254549078398,65.105718388792],[11.7254644195372,65.1057218073828],[11.7254807426388,65.1057293222504],[11.7254982455288,65.1057421133886],[11.7255163419503,65.1057523795402],[11.7255417437508,65.1057611658547],[11.7255643456949,65.1057675787295],[11.7255764828155,65.1057716678709],[11.7255923071915,65.1057784734656],[11.725606179455,65.1057870206391],[11.7256139058194,65.1057917288049],[11.7256279723905,65.1058000928557],[11.725635652845,65.1058043528947],[11.7256490708251,65.1058147041778],[11.7256448945059,65.1058238492044],[11.725638946307,65.1058281776964],[11.7256172046569,65.1058343200915],[11.725588819736,65.1058338489673],[11.7255705323407,65.1058321165636],[11.7255534474472,65.105829643935],[11.7255298096979,65.1058235192853],[11.7255118587027,65.105816752386],[11.725496689222,65.105812179671],[11.7254744652102,65.1058073761684],[11.7254490696616,65.1058028099644],[11.7254294512354,65.105800563013],[11.7254109313896,65.1058007204577],[11.7254031243074,65.1058056215217],[11.7254005129083,65.1058113259562],[11.7253742932359,65.1058215904582],[11.7253564268,65.1058260460332],[11.7253425472833,65.1058278250778],[11.7253102779168,65.1058289510573],[11.7252943206302,65.1058270864257],[11.7252789568842,65.1058226968086],[11.7252760666754,65.105817361868],[11.7252895697145,65.1058119081983],[11.7253054226643,65.1058044363354],[11.7252961526312,65.1057992174918],[11.7252708107461,65.1057972542566],[11.725256239632,65.1057964419035],[11.7252419561074,65.1057942774321],[11.7252265005676,65.1057889915581],[11.7252182846762,65.1057836637355],[11.7252150257278,65.1057768090357],[11.7252033584177,65.1057752254994],[11.7251821672954,65.1057742642257],[11.7251536693075,65.1057768480137],[11.72513417947,65.1057758557757],[11.725113961315,65.1057719136441],[11.7250917190415,65.105766930834],[11.7250761794295,65.1057629035661],[11.7250494147273,65.105759529508],[11.7250116269279,65.1057587804073],[11.7249996430036,65.1057603453446],[11.7249768195939,65.1057663277441],[11.7249598541524,65.1057650201747],[11.7249316666015,65.1057602353091],[11.7249004665874,65.1057530808594],[11.7248884489308,65.1057501567901],[11.7248692482283,65.1057457471528],[11.7248488082936,65.1057417192291],[11.7248286820138,65.1057386733106],[11.7248101728905,65.1057368550575],[11.7247787557568,65.1057359001969],[11.7247378239951,65.1057356571901],[11.7247117677627,65.1057371189627],[11.7246933474254,65.1057403274442],[11.7246718366462,65.1057466450841],[11.7246451929488,65.1057548519489],[11.7246248418047,65.1057558507437],[11.7246030219156,65.10575499062],[11.7245770054201,65.1057526803729],[11.7245607070502,65.1057495647787],[11.7245560085992,65.1057390547745],[11.724558973578,65.1057305603662],[11.7245489356939,65.1057261635779],[11.7245335813076,65.1057218635088],[11.7245154898829,65.1057178826079],[11.724484703111,65.1057147612054],[11.7244710852106,65.1057128539295],[11.7244566273825,65.1057089865037],[11.7244539500112,65.1057036476778]]],[[[11.719931421986,65.1108794811302],[11.7200290139407,65.1108689991233],[11.7203046154922,65.1108384033758],[11.7204542218876,65.1108218582834],[11.7204586684533,65.1108236631545],[11.7204752316894,65.1108335088178],[11.7204823186999,65.1108402940812],[11.7204840423255,65.1108467277974],[11.720482386563,65.1108576226982],[11.7204804117409,65.1108633154599],[11.7204804227512,65.1108717557048],[11.7204773459122,65.1108791745291],[11.7204733467486,65.110883826554],[11.7204668501665,65.1108890626898],[11.7204507306373,65.1109002202862],[11.7204258536234,65.1109111777676],[11.7204118024226,65.110915473605],[11.7204003586552,65.1109202608366],[11.7203999607543,65.1109205374392],[11.7202332569876,65.110924103763],[11.720054650993,65.1109279758332],[11.7199566684156,65.1109304734644],[11.719931421986,65.1108794811302]]],[[[11.719800458805,65.1106220013526],[11.7198721610917,65.1106063326478],[11.7200136327785,65.110574850648],[11.7204143023696,65.1104857736493],[11.7204312614465,65.1104869920964],[11.7204525093432,65.1104905570289],[11.7204639914245,65.1104944789154],[11.7204736692346,65.1104995110751],[11.7204812934018,65.1105052988696],[11.7204974658889,65.1105175760084],[11.7205169902295,65.1105251230836],[11.7205326309827,65.1105322019424],[11.7200441191785,65.1106499916376],[11.7198796221136,65.1106897036698],[11.7198395241397,65.1106997701487],[11.719800458805,65.1106220013526]]],[[[11.7194369124324,65.1114325990254],[11.7194691953553,65.1111543763206],[11.7194944724402,65.1111514930161],[11.7197374887513,65.1111606392514],[11.7197824866778,65.1111630547092],[11.7198023323621,65.1111633228997],[11.7198269877552,65.1111626956256],[11.7198531647518,65.1111769461788],[11.7199640175198,65.1112398528274],[11.7200359570396,65.1112806588908],[11.7200546898761,65.111274212862],[11.7200737656103,65.1112669524764],[11.7201010158054,65.1112604415615],[11.7201391322868,65.1112539128937],[11.7201858577967,65.1112482155848],[11.7202217261591,65.111242625641509],[11.7202621236381,65.1112396471955],[11.7203173077696,65.1112374776989],[11.7203773437565,65.1112389913266],[11.7203466005319,65.1112426025968],[11.7203282216987,65.1112462586837],[11.7203062250286,65.1112520456874],[11.7202930867794,65.1112590186889],[11.7202831922629,65.1112685367465],[11.7202775518467,65.111277977545],[11.7202776746557,65.1112854280468],[11.7202901802219,65.1112931026254],[11.7203058580427,65.1113005400075],[11.7203141131997,65.1113041613465],[11.7203242368696,65.1113072997908],[11.7203459089798,65.111312922258],[11.7203641429759,65.1113161827807],[11.7203874764206,65.1113151304649],[11.7204088881808,65.1113119580397],[11.7204348400996,65.1113094214889],[11.7204598916844,65.1113105827559],[11.7204781458604,65.1113119572672],[11.7205020844202,65.1113168202128],[11.7205170508481,65.1113235521587],[11.7205332220306,65.1113378945387],[11.7205471817869,65.1113431183023],[11.7205596636008,65.1113463934849],[11.7205648089127,65.1113529446371],[11.7205566839384,65.1113589286871],[11.7205284619128,65.1113663552555],[11.7205164751982,65.111367919844],[11.7204959068916,65.1113689219579],[11.7204703509852,65.1113628312978],[11.7204519024054,65.1113616398998],[11.7204324599748,65.1113653153156],[11.720417427521,65.1113704370989],[11.7203941526943,65.1113783125428],[11.720378696652,65.1113813768001],[11.7203621128983,65.1113838329929],[11.7203241374928,65.1113875756028],[11.7203046125141,65.111390444373],[11.7202933555728,65.1113928936094],[11.7202840294758,65.1113975525778],[11.7202691436597,65.1114041083537],[11.7202540121554,65.1114061789924],[11.7202377364568,65.1114053970663],[11.7202204082458,65.1114026588298],[11.7202029975301,65.1113991139621],[11.7201847616427,65.1113979186684],[11.7201731159441,65.1114007341233],[11.72015908278,65.1114052091888],[11.7201314528756,65.1114121759674],[11.7201183640561,65.1114154665844],[11.7201012833658,65.1114151482217],[11.7200734683747,65.111411971861],[11.7200515266673,65.1114078807128],[11.720039666536,65.1114023494005],[11.7200269172131,65.1113881244162],[11.7200179360136,65.1113794878973],[11.7200067360894,65.1113699937486],[11.7199911060131,65.1113609392139],[11.7199803736133,65.1113560159625],[11.7199619306718,65.1113486287585],[11.719939233622,65.1113413188012],[11.7199054667123,65.1113341200603],[11.7198754808157,65.1113284689104],[11.7198463934666,65.111321185184],[11.7198210981717,65.111313473429],[11.719797291831,65.1113057346338],[11.719785873657,65.1113024400761],[11.7197639981324,65.1112969110151],[11.7197323583814,65.1112896736127],[11.719704637114,65.1112853281891],[11.7196918197875,65.1112850221626],[11.7196780764199,65.1112860798278],[11.719652687345,65.1112899529062],[11.7196420501703,65.1112922112566],[11.7196241405461,65.1112983729097],[11.7196144256146,65.1113033980628],[11.7196061518932,65.1113100133026],[11.7195999960602,65.1113165002967],[11.7195907027295,65.1113256482217],[11.719585073121,65.1113331133719],[11.7195818016063,65.1113407152916],[11.7195823294018,65.1113500440683],[11.7195893208713,65.1113600636161],[11.7195999944096,65.1113685796401],[11.7196070374141,65.1113728515686],[11.7196248585902,65.1113824949023],[11.7196406664951,65.1113891218629],[11.719665536398,65.1113968413724],[11.7196909527762,65.1114036530364],[11.7197170164529,65.1114105427352],[11.7197411474519,65.1114172879379],[11.7197659349151,65.111424200801],[11.7197773714716,65.111427674611],[11.7197974519077,65.1114344035612],[11.7198153136236,65.1114402748766],[11.7198363292837,65.1114457297533],[11.7198584378648,65.1114493689432],[11.7198753975329,65.1114505874507],[11.7198976382068,65.1114513508946],[11.7199218776171,65.1114508209541],[11.7199411056026,65.111449214715],[11.7199552836236,65.1114482389259],[11.7199264392701,65.1114787532048],[11.7198445249822,65.1115654531627],[11.7194369124324,65.1114325990254]]],[[[11.7189293817754,65.1101827505868],[11.7191862656986,65.110077520337],[11.7192251200977,65.1100615503327],[11.7192423151815,65.110067164429],[11.7192597118769,65.1100747502853],[11.7192711622585,65.1100825338862],[11.7192842737082,65.1100940585903],[11.7192981057337,65.1101063783385],[11.719312247879,65.1101133947322],[11.71932255618,65.1101162605087],[11.7193469646653,65.1101215640492],[11.7193697559868,65.1101256398593],[11.7193915479835,65.1101303623529],[11.719411315748,65.1101340440919],[11.7194233806252,65.1101374167213],[11.7194334357651,65.1101440583476],[11.7194362042421,65.1101502935179],[11.7194405879856,65.1101598216628],[11.7194418748407,65.1101682387394],[11.719452219835,65.110171463009],[11.7194743162266,65.1101770778839],[11.7194884897694,65.1101802326393],[11.7195176418284,65.1101860785711],[11.7195384162407,65.1101912684798],[11.7195530774418,65.1101971081329],[11.7195610625611,65.1102022608732],[11.7195737285691,65.1102156792727],[11.7195876470813,65.1102246751251],[11.7196040190536,65.1102305735033],[11.7196188765572,65.1102341647879],[11.7196400195321,65.110240874454],[11.7196569269034,65.1102478406086],[11.7196705613364,65.1102540580621],[11.719690140242,65.110262143],[11.719702306032,65.1102665014872],[11.7197178749848,65.1102707981797],[11.7197339793236,65.1102761626524],[11.7197421497027,65.1102810426442],[11.7197540073787,65.1102886392318],[11.7197632981352,65.1102919724158],[11.7197769547213,65.1102942386128],[11.7197915739747,65.1102954996169],[11.7198228936326,65.1102975348708],[11.7198447262771,65.1102984853018],[11.7198609077469,65.1103004362672],[11.7198793536859,65.1103036929899],[11.7199084490913,65.1103110663406],[11.7199289009848,65.1103151845507],[11.7199439346118,65.1103184134383],[11.7199603819236,65.1103229635321],[11.7199775204612,65.1103301050384],[11.7199883166072,65.1103356556707],[11.7199970114078,65.1103435790525],[11.720005770379,65.1103521298121],[11.7200139572956,65.1103592542884],[11.7200262661124,65.1103691772542],[11.7200354504979,65.1103777202869],[11.7200438372297,65.110388881771],[11.7200535111911,65.1103980444558],[11.7200639992862,65.1104068331876],[11.7200703196467,65.1104123753028],[11.7200834334698,65.1104218346857],[11.7200962154352,65.1104301327988],[11.7201149969455,65.1104408361322],[11.7201360081543,65.1104504214678],[11.7200334263993,65.11047877298671],[11.7198332111978,65.1105338594883],[11.7197644006101,65.110552797971508],[11.7197026292418,65.1105697229768],[11.7198027951752,65.1107573651673],[11.7199532003475,65.111063248928],[11.7199472719469,65.1110740418217],[11.7199372671747,65.1110929002196],[11.7199306071101,65.1111048736937],[11.7198789929106,65.1111273609966],[11.7198494947114,65.1111348106112],[11.719814293908,65.1111385925062],[11.7197920534979,65.111137829049],[11.7197558864819,65.1111363307505],[11.7193206246962,65.1111185529074],[11.7193071128789,65.1111093700585],[11.7193003496699,65.1110828246448],[11.7192352495849,65.1108796401139],[11.7192020521686,65.1107883856631],[11.7191972651892,65.1107749139882],[11.719133675719,65.1106094146045],[11.7190653951855,65.1104376251354],[11.7190420416339,65.1103821985145],[11.7190279980069,65.1103490508628],[11.718991740039,65.1102882913927],[11.7189293817754,65.1101827505868]]],[[[11.7193690451728,65.1117775545721],[11.7194883328199,65.1117812253798],[11.7197249021595,65.1117877052144],[11.7197774761939,65.1117891750021],[11.7197776980697,65.1117892607653],[11.7197951529348,65.1117953190574],[11.7198167867875,65.1118026483462],[11.7198461496541,65.1118126208403],[11.7198631332975,65.1118182387216],[11.7198768346347,65.1118230182818],[11.7198984208234,65.1118319646796],[11.7199227887162,65.1118431053619],[11.7199374948814,65.1118514583482],[11.7197656435036,65.1118547583715],[11.7194849028176,65.1118602147413],[11.7194293854636,65.1118612226666],[11.7194186075342,65.1118454353797],[11.7193690451728,65.1117775545721]]],[[[11.7192733186806,65.1116083286384],[11.7192745591823,65.1115871152295],[11.7193401969258,65.1114329182162],[11.7193491775099,65.111362358322],[11.7193565555142,65.111334478677],[11.7193615869171,65.1112940707662],[11.7193550505899,65.1112322330149],[11.7193407991551,65.1111928935145],[11.7193351919289,65.1111463933116],[11.7193859236539,65.1111486150002],[11.7193966008716,65.111153000542],[11.719401018013,65.1111566018166],[11.7194014174332,65.1111646758371],[11.7193811416844,65.1114186162973],[11.7193838781345,65.1114495448257],[11.7193952191743,65.1114562529072],[11.7194082068863,65.111462392341],[11.719548641375,65.111508240525907],[11.7199580306448,65.1116417804552],[11.7200894434466,65.111684828846],[11.7201712553081,65.1117117174185],[11.7201683232221,65.1117122196248],[11.7201462656732,65.1117132487313],[11.7201079249306,65.1117113410213],[11.7200968567624,65.1117093870075],[11.7200856877554,65.1117064471127],[11.7200668814308,65.111701760275],[11.7200426932237,65.1116965426219],[11.720018383988,65.1116922250822],[11.719992200786,65.1116841703063],[11.719975780123,65.1116798890964],[11.7199505340245,65.1116684949955],[11.7199339208755,65.111662331646],[11.7199173719011,65.111656795673],[11.719893722932,65.1116485152795],[11.7198769429331,65.1116428039133],[11.7198589050245,65.1116372949703],[11.7198334883793,65.111630483336],[11.7198225963073,65.1116281669375],[11.7198032252898,65.111624208657],[11.7197782982513,65.1116180166671],[11.7197598257973,65.111612425811],[11.7197400881566,65.1116048825026],[11.7197193713705,65.1115960998831],[11.7196999491777,65.1115874733391],[11.7196819132355,65.1115798991259],[11.7196623333538,65.1115718141919],[11.7196536619511,65.1115682901667],[11.7196348210327,65.1115611795234],[11.7196143059598,65.1115543686502],[11.7195965927591,65.1115478660706],[11.719577953512,65.1115427271812],[11.7195625175113,65.1115439053574],[11.719547706661,65.111549112818],[11.7195300003853,65.111555180973],[11.7195166234847,65.1115598236444],[11.7195038186396,65.111565892599],[11.7194984677287,65.1115719160142],[11.7195005066004,65.1115772665121],[11.7195113031595,65.1115828171763],[11.7195228680668,65.1115875457627],[11.7195382598189,65.1115942700828],[11.7195503693031,65.1116001560749],[11.7195639016894,65.1116074529025],[11.7195742820232,65.1116131009114],[11.7195748044593,65.1116182095652],[11.7195730604292,65.1116240777045],[11.7195838845193,65.1116298972398],[11.7195770446557,65.1116359476914],[11.7195731827065,65.1116419440756],[11.7195810857794,65.1116462901827],[11.7195968480035,65.1116524690196],[11.7195579372218,65.1116470696357],[11.7194144258757,65.1116274067552],[11.7192733186806,65.1116083286384]]],[[[11.7187664735091,65.1114115465006],[11.7187716393364,65.1114057958484],[11.7187820220359,65.1113989627946],[11.7187960973225,65.1113990664828],[11.7188100587339,65.1114022251605],[11.718826607321,65.1114077612575],[11.7188344683044,65.1114075287794],[11.7188425419943,65.11140729244],[11.7188388677147,65.1114005349498],[11.7188259259781,65.1113948435937],[11.7188172200516,65.1113888957683],[11.7188119265953,65.1113829757943],[11.7188214564906,65.1113782234301],[11.7188023704923,65.1113666275415],[11.7188021545062,65.1113603460302],[11.7188097150618,65.1113550906609],[11.7188342829472,65.111349436796],[11.7188528086688,65.1113472149003],[11.7188646541167,65.1113484365588],[11.718876248252,65.1113513688239],[11.7189038791754,65.1113631687662],[11.718914261226,65.1113667515732],[11.7189260275251,65.1113734519688],[11.7189290748181,65.1113782454166],[11.7189497087043,65.1113862215172],[11.7189679203604,65.1113934334568],[11.7189796355986,65.1113954655972],[11.718997319677,65.1113933487535],[11.7190327611344,65.1113898320642],[11.7190493869525,65.1113919546433],[11.7190599175943,65.1113949062],[11.719084794561,65.1114047806808],[11.7191012096237,65.1114048418666],[11.7191124227992,65.1113998793429],[11.719128257173,65.1113880087448],[11.7191430718864,65.111378670828],[11.7191463160391,65.1113708000409],[11.7191335194526,65.1113581920996],[11.7191188287875,65.1113437329112],[11.7191075264583,65.1113353180616],[11.7191004377245,65.1113305979815],[11.7190856771292,65.1113217071571],[11.7190663783518,65.1113101151636],[11.7190570342825,65.1113041789357],[11.7190445565554,65.1112967731295],[11.7190209762106,65.1112849894768],[11.7190002343666,65.1112738726303],[11.7189830038412,65.1112658347588],[11.7189716335488,65.1112609230175],[11.7189546707257,65.111253419035],[11.7189390116341,65.111246160761],[11.7189242675145,65.1112395144202],[11.7189106327443,65.1112332969008],[11.7188896030227,65.1112235321439],[11.7188676217031,65.1112127969465],[11.7188414249109,65.111200432217],[11.7188206720854,65.1111912909683],[11.7188029612816,65.1111827230439],[11.718779056525,65.1111719329552],[11.7187528781395,65.1111597474609],[11.7187444288588,65.111156309146708],[11.7187791186967,65.1111454432215],[11.7188749455944,65.1111155989772],[11.718800235942,65.1110726876632],[11.7188277677085,65.111081436491],[11.7188427374993,65.1110840381087],[11.7188621537961,65.1110884446435],[11.7188855492918,65.11109008519],[11.718900548536,65.1110908904296],[11.7189218372734,65.1110906835824],[11.7189449873184,65.1110878389805],[11.7189726427449,65.1110832065461],[11.7189778228962,65.1110817656358],[11.718989431931,65.1110785917716],[11.7191562850039,65.1110452132269],[11.7191702795614,65.1110424450019],[11.7191987943896,65.1110483025758],[11.7192509537648,65.1111853658312],[11.7192657380577,65.1112382542422],[11.7192707615091,65.111256121426308],[11.7192718419871,65.1112875289776],[11.7192648044515,65.1113270753841],[11.7192268218043,65.1114474575258],[11.7192094584591,65.1114923095181],[11.7192020416737,65.1115218959027],[11.7191338286441,65.111521697529909],[11.7191103291174,65.1115023699019],[11.719086146563,65.1115013722158],[11.7188597629868,65.1114840212917],[11.7187927477545,65.11147886247],[11.7187887802664,65.1114692369604],[11.7187918026646,65.1114612804158],[11.7187983016765,65.1114539791023],[11.7188087504884,65.1114457081768],[11.7188162927407,65.111440273556],[11.7187982905207,65.1114267723651],[11.7187893424325,65.1114226247711],[11.7187707970183,65.111416316787],[11.7187664735091,65.1114115465006]]],[[[11.718056460807,65.1105800295408],[11.718727438544,65.1103043129759],[11.7188487213734,65.1102546115988],[11.7188573863629,65.1102643314205],[11.7189522579465,65.1103710778955],[11.7191386601132,65.1108561620611],[11.7186728856233,65.1109546780496],[11.7180805521298,65.1106072482575],[11.7180633151757,65.110597055402],[11.718056460807,65.1105800295408]]],[[[11.7177024160751,65.1106896245986],[11.7177835886062,65.1106560960929],[11.7179823006622,65.1105737429594],[11.7179807466723,65.1105835584696],[11.7179815415445,65.1105934211493],[11.7179836756814,65.1105955374277],[11.717992379134,65.1106035505531],[11.7180053661043,65.110609690112],[11.7180300618377,65.1106240576341],[11.7181836988873,65.110713665438709],[11.7181516330486,65.1107272671608],[11.7181128228369,65.1107436850198],[11.7180889260627,65.1107538161867],[11.7180804220362,65.1107498400804],[11.7180633753311,65.1107435946128],[11.7180494051942,65.1107403462379],[11.7180342321319,65.1107378380252],[11.7180224602727,65.1107373333048],[11.7179916511522,65.1107423819609],[11.7179752822971,65.1107427687801],[11.7179528204037,65.1107419192824],[11.7179358063135,65.1107401628012],[11.7179257380969,65.1107375619472],[11.7179076554073,65.1107316046365],[11.717896285542,65.1107266928116],[11.7178852657746,65.1107231215109],[11.7178564310018,65.1107141267868],[11.7178374629384,65.1107057611535],[11.7178150346741,65.110698984764],[11.7177990108525,65.1106964919649],[11.7177842520404,65.1106959516315],[11.7177580144823,65.1106977745762],[11.7177337685932,65.1106961492892],[11.7177142866089,65.1106931804758],[11.7177024160751,65.1106896245986]]],[[[11.7181479423841,65.1121047410998],[11.7181492521726,65.1120987910704],[11.7181547409077,65.1120941120863],[11.7181650395732,65.1120885376926],[11.7181844115692,65.1120820803144],[11.7182144852946,65.1120739920631],[11.7182279909384,65.1120706042648],[11.7182413276695,65.1120697337022],[11.7182547926578,65.1120701178968],[11.7182667758219,65.1120726839853],[11.7182754930154,65.1120766562186],[11.7182837461414,65.1120823429181],[11.7182829167765,65.1120888229818],[11.7182952958928,65.1120931777198],[11.7183098224567,65.1120956078575],[11.7183035745141,65.1121011985438],[11.7182932025816,65.1121060559421],[11.7183007168074,65.1121107683395],[11.7183173633413,65.1121110050005],[11.7183289505863,65.1121117824322],[11.7183419698535,65.1121140603369],[11.7183528508425,65.1121183524658],[11.7183671292536,65.1121287785765],[11.718372893997,65.112135138973],[11.7183736930595,65.1121408711504],[11.7183584195722,65.1121457277134],[11.718344453016,65.1121571153624],[11.7183322949167,65.1121632622636],[11.7183158132577,65.1121646388651],[11.7182971514989,65.1121634510639],[11.7182855479092,65.1121604291298],[11.7182740379367,65.1121562382019],[11.7182631915885,65.1121543698184],[11.7182467465764,65.1121561049147],[11.7182343909147,65.1121561495473],[11.7182178766202,65.1121530371379],[11.7182041754065,65.1121482574257],[11.7182002864631,65.112143569029],[11.7181989429179,65.1121366794377],[11.7181899875274,65.1121303769344],[11.7181783401671,65.112124841615],[11.7181626899283,65.1121176728874],[11.718151932083,65.1121104153796],[11.7181479423841,65.1121047410998]]],[[[11.7172498738777,65.1118603693821],[11.7172493631207,65.1118532850951],[11.7172558414182,65.1118395192222],[11.7172586332892,65.1118313873142],[11.7172590965837,65.111821322228],[11.7172542196473,65.1118153048552],[11.7172444179111,65.11180488723],[11.7172404650835,65.1117995714276],[11.7172371433117,65.1117920891744],[11.7172412389167,65.1117842029919],[11.717250435395,65.1117803547003],[11.7172637994882,65.1117797531021],[11.7172869095265,65.1117806807493],[11.7173111838539,65.1117825749817],[11.7173434678972,65.1117836055713],[11.717374031947,65.1117844877732],[11.7173869564433,65.111779584132],[11.7173906723737,65.1117721537917],[11.7173914195236,65.1117648671008],[11.7173967068431,65.1117582163794],[11.7174101382822,65.1117457610272],[11.7174149523145,65.1117407351437],[11.7174250657665,65.1117354335364],[11.7174428184389,65.1117298137562],[11.7174533277596,65.1117263008014],[11.7174618860588,65.1117224640738],[11.7174721480943,65.1117165312248],[11.7174794800506,65.1117090352799],[11.7174926833723,65.1117026899013],[11.717520462877,65.111695092367],[11.7175331816936,65.1116923474472],[11.7175601153844,65.1116889854658],[11.717580972093,65.1116866316504],[11.7175973232174,65.1116860656208],[11.7176128835117,65.1116902729037],[11.7176307907194,65.1116965926088],[11.717644205615,65.111700659229],[11.7176596305874,65.1117014568732],[11.7176717845382,65.1116994405246],[11.7176871077882,65.1116909016618],[11.7177043566149,65.1116803524405],[11.7177222099437,65.1116757185096],[11.7177383208709,65.1116748874469],[11.7177652351528,65.1116817620485],[11.7177807313541,65.1116853419345],[11.7177937300079,65.1116895058857],[11.7177972025531,65.1116942916382],[11.717783141352,65.1116984976063],[11.7177655943638,65.1117019586924],[11.7177445961837,65.1117070986469],[11.717729979274,65.1117121228188],[11.7177327108861,65.1117179995179],[11.7177426308639,65.111721231622],[11.7177639597924,65.1117276688126],[11.7177860825724,65.1117356180578],[11.7178052986716,65.1117464035859],[11.7178233779605,65.1117564914036],[11.7178359105269,65.1117644350654],[11.7178411214066,65.1117695484435],[11.7178396904516,65.1117763985865],[11.7178311942727,65.111782927964],[11.7178253900403,65.111788690163],[11.7178250613052,65.1117938142619],[11.7178279140596,65.1117987908433],[11.7178277135612,65.1118051697011],[11.7178192631689,65.1118121472061],[11.7177962324526,65.1118245073918],[11.7177868212896,65.1118304248251],[11.7177991656038,65.1118323558534],[11.7178179980941,65.111828961232],[11.7178270459116,65.1118257441442],[11.7178374249464,65.1118230416526],[11.7178500186102,65.1118253273198],[11.717858706147,65.1118310959502],[11.7178703227696,65.1118300770458],[11.7178811557346,65.1118359863308],[11.7178848959852,65.1118413059753],[11.7178976199321,65.1118427811482],[11.7179019351885,65.1118370459635],[11.7179017652088,65.1118312125786],[11.7179092599253,65.1118273951234],[11.7179214098567,65.1118295092524],[11.7179450675411,65.1118378795844],[11.7179473737935,65.1118437639985],[11.7179606880493,65.111846844708],[11.7179726690599,65.1118514760695],[11.7179806268978,65.1118563600155],[11.7179707557278,65.1118598614281],[11.7179603308914,65.1118621158007],[11.7179498399056,65.1118658080422],[11.7179531913939,65.1118714939067],[11.717968408874,65.1118765155019],[11.7179767860671,65.1118875874756],[11.7179712892436,65.1119005274492],[11.717965719133,65.1119127504176],[11.7179784889199,65.1119146737115],[11.7179901462618,65.1119098828023],[11.7180005802746,65.1119077180532],[11.7180158201476,65.1119087883968],[11.718041728166,65.1119141547508],[11.7180572774854,65.11192033761],[11.7180657360835,65.1119238655876],[11.7180742384703,65.1119299069418],[11.7180762710356,65.1119414532066],[11.7180869555056,65.1119479937154],[11.7180981509662,65.1119616185065],[11.7180954469167,65.111974777183],[11.718088487537,65.1119796624351],[11.7180836644295,65.1119845987142],[11.7180922971052,65.1119898295768],[11.7181058699661,65.1119933545412],[11.7181222141184,65.111990633579],[11.7181374225378,65.111995565531],[11.7181530117006,65.1120083922546],[11.7181583692649,65.1120149396308],[11.7181549323654,65.1120209282597],[11.7181422480903,65.1120260969838],[11.7181381455678,65.1120318283153],[11.7181377965576,65.1120388384122],[11.7181333490445,65.1120474493427],[11.7181186272285,65.1120556181689],[11.7181033832391,65.1120586783339],[11.718074085043,65.1120680993677],[11.7180586629541,65.1120735871393],[11.7180459256901,65.1120761528528],[11.7180172258509,65.1120789184214],[11.7179998842178,65.1120802208014],[11.7179884323785,65.1120828529772],[11.7179753684187,65.1120884775349],[11.7179661953723,65.1120967252456],[11.7179639960273,65.1121043974587],[11.7179626913074,65.11211456761],[11.7179647187295,65.1121218937528],[11.7179711693393,65.1121266254652],[11.7179906412216,65.1121315698638],[11.7180116041206,65.1121344219926],[11.7180359154626,65.1121366746085],[11.7180563298213,65.1121424998154],[11.7180728420744,65.1121476774916],[11.7180905003446,65.1121536424971],[11.7180979942124,65.1121602409024],[11.7180990059295,65.1121659692216],[11.7180889342247,65.1121758495],[11.7180870870489,65.1121827969901],[11.7180770285262,65.1121886363956],[11.7180554671888,65.1121924397301],[11.7180421507298,65.1121914242788],[11.7180308697964,65.1121894739725],[11.7180195542429,65.112185099914],[11.7180057339614,65.1121791550506],[11.7179868635384,65.1121738405727],[11.7179693243625,65.1121690406879],[11.7179485833137,65.1121662743192],[11.7179311520451,65.1121646151863],[11.7179079592113,65.1121628810093],[11.7178943476185,65.1121610627737],[11.7178830025881,65.1121584850768],[11.7178686632927,65.1121537169124],[11.7178554353994,65.1121473123282],[11.7178386229455,65.1121371117332],[11.7178303678616,65.1121334902579],[11.717807815236,65.1121296792378],[11.7177828637422,65.112129503412],[11.7177484592558,65.1121306663871],[11.7177326086064,65.1121298764718],[11.7177179243197,65.1121279878911],[11.7176968515431,65.1121240602134],[11.7176781002921,65.1121199108294],[11.7176670158571,65.1121157121359],[11.7176550917837,65.1121095532551],[11.717646653548,65.1121041392567],[11.7176371782734,65.112090662809],[11.7176275004104,65.1120856304673],[11.7176177930218,65.112082394497],[11.7176099929391,65.1120769689188],[11.7176181187955,65.1120709850257],[11.7176260298849,65.1120670702404],[11.7176117181621,65.1120625709279],[11.7176045012681,65.1120565960181],[11.7176182024758,65.1120426092932],[11.7176205596729,65.1120343954717],[11.7176072302006,65.1120186543612],[11.7175961661909,65.1120125696644],[11.7175829689057,65.1120127193052],[11.7175719598577,65.1120071723606],[11.7175719935011,65.1120012454904],[11.7175690217055,65.1119951037707],[11.7175616837174,65.1119900289743],[11.7175352241315,65.1119813502471],[11.7175231311725,65.1119777085918],[11.7175093935383,65.1119725703126],[11.7174997249015,65.1119676275879],[11.7174914078675,65.1119613134647],[11.7174887719931,65.1119522025197],[11.7174918468112,65.1119384983811],[11.7174898174724,65.1119332374803],[11.7174782598671,65.1119306636111],[11.7174617508299,65.1119317712413],[11.7174504700487,65.1119298208906],[11.7174403464751,65.111926682252],[11.7174285424907,65.1119300391082],[11.7174155833638,65.1119325190014],[11.7174045061382,65.1119304751627],[11.717392861098,65.111922874532],[11.7173852850478,65.1119154694594],[11.717375204333,65.1119064935716],[11.7173641516532,65.1118984332338],[11.7173545746523,65.1118943867561],[11.7173393073383,65.1118930474681],[11.7173256867636,65.1118911395545],[11.7172910140563,65.1118834179059],[11.7172753804352,65.1118784935844],[11.7172593988213,65.1118701634857],[11.7172531427955,65.1118652486317],[11.7172498738777,65.1118603693821]]],[[[11.7100484736155,65.1020005396243],[11.7100847679267,65.1019720474024],[11.7108003640001,65.1014121744321],[11.7106989205625,65.101261185534],[11.7104806256862,65.1010693015749],[11.7107239226356,65.101015242733],[11.7109519070328,65.100963525909],[11.711143821481,65.1009174003298],[11.711715935131,65.100795699243],[11.7137890364561,65.1003699727139],[11.7138290000727,65.1003608080077],[11.713954290865,65.1003319588668],[11.7141358934717,65.1002975993452],[11.7143345211999,65.1002568251409],[11.7144549937572,65.1002371318761],[11.7145788882829,65.1002488933914],[11.714783415432,65.100313965942],[11.7149517731501,65.1003773594388],[11.7150161170083,65.1004150726454],[11.7153113632441,65.1005445863773],[11.7155037549435,65.1006284649644],[11.7157307644586,65.1007238373863],[11.7160133663402,65.1008233192952],[11.7162149285912,65.1009197811338],[11.7163836417487,65.1009949294063],[11.7165791605439,65.1010739012143],[11.7170242105655,65.1012830331772],[11.7192904728233,65.1022411907732],[11.7216650672024,65.1032196158899],[11.7217242337087,65.1032440415093],[11.7233831166306,65.103934643994492],[11.7247494025709,65.1044925425408],[11.724740908871,65.1045011375489],[11.7247191542674,65.1045009048143],[11.7246932873825,65.1044979633368],[11.7246796976315,65.1044963249529],[11.7246516782307,65.1044910880333],[11.7246232702585,65.1044862173472],[11.7245989485496,65.1044817212735],[11.7245752663238,65.1044751483406],[11.724565560897,65.1044719128099],[11.7245467880009,65.1044654301402],[11.7245228855014,65.1044567061936],[11.7245126813541,65.1044527613951],[11.7244912756029,65.1044434532671],[11.7244707954309,65.1044327814143],[11.724454150618,65.1044241947972],[11.7244392529089,65.1044160253554],[11.7244266117463,65.1044070067304],[11.7244136401123,65.1044072427147],[11.7244157604628,65.1044154650245],[11.7244241838078,65.1044269847724],[11.724433254289,65.1044385825392],[11.7244371890656,65.1044437189047],[11.7244460010135,65.1044548724131],[11.724453371846,65.1044644358787],[11.7244588211858,65.1044718792876],[11.724462428575,65.104482139765],[11.7244627620669,65.1044937168941],[11.7244596977504,65.1044991601749],[11.7244513416392,65.1045090995453],[11.7244493726858,65.1045210777304],[11.724450116184,65.1045283373739],[11.7244544533205,65.1045394824977],[11.7244586068801,65.1045488351169],[11.7244651179611,65.1045583244311],[11.7244727305502,65.1045660876536],[11.7244839000748,65.1045773778544],[11.7244941180334,65.1045876976516],[11.7245067562472,65.1046008467681],[11.7245057710155,65.1046078684854],[11.7244943582167,65.1046129248955],[11.7244803125158,65.1046151558531],[11.7244635864885,65.1046161784803],[11.724449626462,65.1046150855644],[11.7244274388206,65.1046127056509],[11.7244006386427,65.1046089729706],[11.7243841818791,65.1046084642228],[11.7243604551739,65.1046118589999],[11.7243491555729,65.104613860404],[11.724326564001,65.104620018084],[11.72430920001,65.1046210522994],[11.7242948055055,65.1046198774806],[11.7242746801389,65.1046168314836],[11.7242615982603,65.1046159919523],[11.7242512043259,65.104618515627],[11.7242386731463,65.1046230536083],[11.7242163018187,65.1046313622776],[11.724191089473,65.1046431347271],[11.7241766902969,65.1046481556439],[11.7241643381417,65.1046482007518],[11.724149760068,65.1046452334143],[11.7241387511858,65.1046417521896],[11.7241227152089,65.1046349503046],[11.7240955526201,65.1046214368126],[11.7240778629064,65.1046130487451],[11.7240615867778,65.1046059818458],[11.7240372789269,65.1045953795593],[11.7240173510383,65.104588019911],[11.7240053890712,65.1045856335196],[11.7240104237545,65.1045911090574],[11.7240206171369,65.1045970295138],[11.7240347850906,65.1046043143488],[11.7240475853668,65.1046107261382],[11.7240606717223,65.1046178510605],[11.72407277899,65.1046237367005],[11.7240829065922,65.1046310950248],[11.7240780001776,65.1046393553622],[11.724069923903,65.1046457877226],[11.724059379967,65.1046510078781],[11.7240453234659,65.1046552144189],[11.7240344659153,65.1046594525628],[11.724026860816,65.1046663253112],[11.7240154675966,65.1046819768059],[11.7240079435163,65.1046917214296],[11.7239974897567,65.1046999030824],[11.7239905333398,65.1047047886012],[11.7239762686138,65.1047152843758],[11.7239690596852,65.1047239457586],[11.7239607767409,65.1047346021044],[11.7239573955472,65.1047431938634],[11.7239610027825,65.1047534543531],[11.723969909553,65.1047613736442],[11.7239808893608,65.1047666512543],[11.7239972114552,65.1047741662883],[11.724008763421,65.1047808701645],[11.7240204989458,65.1047893665448],[11.7240284877584,65.1048008044255],[11.724040168232,65.1048087630527],[11.7240468950123,65.1048141180192],[11.724061837153,65.1048248008744],[11.7240749220564,65.1048339910438],[11.7240819608981,65.1048423932672],[11.7240890991401,65.1048538466169],[11.7241009968055,65.104868086743],[11.7241157814131,65.1048793112123],[11.7241267122918,65.1048882711829],[11.7241317378804,65.1048936570909],[11.7241417125247,65.1049078424021],[11.7241382595013,65.1049136519139],[11.7241287848049,65.1049230728564],[11.7241190882699,65.1049324080413],[11.7241148488686,65.1049388604021],[11.7241149818616,65.1049464005275],[11.7241122615109,65.1049614453075],[11.7241088252708,65.1049694993181],[11.7240943921268,65.1049825123474],[11.7240831810049,65.1049895404823],[11.7240670956165,65.1049989020826],[11.7240481890755,65.1050098414636],[11.7240290071856,65.1050180920848],[11.7240163273705,65.1050232612929],[11.7239981444913,65.1050308651931],[11.7239744493607,65.1050408141582],[11.7239644055521,65.1050446783246],[11.7239434764837,65.1050525117524],[11.7239232863201,65.1050613194514],[11.723907266649,65.1050692431627],[11.7238943358452,65.1050761229764],[11.7238759003756,65.1050875027267],[11.7238627277893,65.1050961827787],[11.7238542826579,65.1051010953662],[11.7238319275839,65.1051116484792],[11.7238168992982,65.1051167705909],[11.7237919129037,65.1051224329858],[11.7237671467451,65.1051302463831],[11.7237465969783,65.105137623922],[11.7237268794695,65.1051448067371],[11.7237017980801,65.1051537033623],[11.7236771587463,65.1051648367477],[11.7236712730138,65.1051718577885],[11.723673134662,65.1051796358499],[11.7236730456998,65.1051870902182],[11.7236679874525,65.105200112285],[11.7236630089886,65.105205590358],[11.7236527049388,65.105211075494],[11.723635632588,65.1052170428907],[11.7236257003786,65.1052199172892],[11.7236051704546,65.1052254088106],[11.723594545211,65.1052277570577],[11.7235742646363,65.1052336032087],[11.7235598450711,65.105240510066],[11.7235335961067,65.1052525706203],[11.7235085528615,65.1052597604658],[11.7234736523746,65.105268476449],[11.7234425705122,65.1052770331886],[11.7234215234339,65.1052816361667],[11.723401660532,65.1052853196859],[11.7233845913076,65.1052871565563],[11.7233654980602,65.1052879527254],[11.7233378434793,65.1052883658239],[11.7233075360837,65.1052878394436],[11.7232954804865,65.1052866219926],[11.723280369985,65.105278456304],[11.7232680342604,65.1052807458388],[11.7232539071508,65.1052801048062],[11.7232435727915,65.105276970417],[11.7232231901386,65.1052714147717],[11.7232011137851,65.1052680449332],[11.7231799598334,65.1052674418756],[11.7231559404194,65.1052659032054],[11.7231284451003,65.1052637093973],[11.7231175937003,65.1052596864797],[11.7231080841044,65.1052542024888],[11.7230940595723,65.1052524820704],[11.723076271444,65.105251458629],[11.7230609434513,65.1052494925319],[11.7230464493801,65.1052452664667],[11.7230340835225,65.1052389364845],[11.7230214391492,65.1052340482397],[11.7230025402358,65.1052346612451],[11.7229856410927,65.1052319155785],[11.7229703147654,65.1052278842229],[11.7229629684733,65.1052227200583],[11.722962573046,65.1052084502979],[11.7229489296382,65.105204208757],[11.7229342613001,65.1051982797995],[11.722932326473,65.1051897847254],[11.722943365324,65.1051789885446],[11.7229261333837,65.1051646657371],[11.7229209078069,65.1051552427816],[11.7229183474973,65.1051427184336],[11.722918205667,65.1051350886807],[11.7228988897757,65.1051253831597],[11.7228955748105,65.1051200559034],[11.7229180128326,65.1051103095568],[11.7229140156806,65.1051024805245],[11.7229096548742,65.1050869359802],[11.7229053949873,65.1050723773144],[11.7229022835089,65.1050669565665],[11.7228977434494,65.105055904888],[11.7228945677567,65.1050498567624],[11.7228892655146,65.1050438473013],[11.7228733463179,65.1050298597897],[11.7228618712302,65.1050197423297],[11.7228477800767,65.105009043888],[11.7228359789513,65.1050019852868],[11.7228186779903,65.1049932308363],[11.7228021526092,65.104985809165],[11.7227926598624,65.1049825696532],[11.7227760410967,65.1049763169748],[11.7227490531296,65.1049645061196],[11.7227363814195,65.1049593489738],[11.7227230458982,65.1049518693002],[11.7227087772074,65.1049435984619],[11.7226965600127,65.1049366372071],[11.722679926293,65.1049260747684],[11.722672701064,65.1049200104691],[11.7226627513715,65.1049102244318],[11.7226552234382,65.1049012024948],[11.7226477213561,65.1048945146828],[11.7226358944898,65.1048851219399],[11.7226230227089,65.104875927777],[11.7226102443424,65.1048655646172],[11.7225971282661,65.1048498200685],[11.7225862821498,65.1048396013631],[11.7225763283832,65.1048235299462],[11.7225724122524,65.1048185727816],[11.7225626752887,65.1048087828712],[11.7225479097181,65.1047977374966],[11.7225356834603,65.1047906866028],[11.722524628863,65.1047867571321],[11.7225038873219,65.1047797712466],[11.7224899782051,65.1047729305268],[11.7224744996597,65.1047632449888],[11.7224607114881,65.1047555041465],[11.7224418580358,65.1047461493343],[11.7224163022955,65.1047358388539],[11.7223961362683,65.1047261487289],[11.7223704796722,65.1047148523613],[11.7223517271725,65.1047064834167],[11.7223427624741,65.1047021567741],[11.7223357683798,65.1046962678429],[11.7223317123541,65.1046816156677],[11.7223265387205,65.1046768609409],[11.7223127431646,65.1046669652098],[11.722304878434,65.1046629777383],[11.7222879797255,65.1046602319911],[11.7222747202167,65.1046618199028],[11.7222488466181,65.1046671390009],[11.7222256291356,65.104669267089],[11.7222108460743,65.1046684583023],[11.722198662406,65.1046659860063],[11.7221909461447,65.1046613672855],[11.7221827529725,65.1046520880438],[11.7221824296404,65.1046406005314],[11.7221749294618,65.1046318474453],[11.7221591874706,65.1046279133608],[11.7221320597392,65.1046293043827],[11.7221079532721,65.1046331546619],[11.7220743141428,65.1046375373764],[11.7220470453922,65.1046417145012],[11.7220179928787,65.1046451159138],[11.7219937780555,65.1046458254203],[11.7219818236857,65.1046455937417],[11.7219563438463,65.1046443508087],[11.7219387596472,65.1046432337398],[11.7219103319254,65.1046402485368],[11.7218929162629,65.1046366142208],[11.7218757700127,65.1046314485406],[11.7218623506306,65.1046252274093],[11.7218560037886,65.1046194164858],[11.7218566853654,65.104611502394],[11.7218630334423,65.1046048321944],[11.7218738397653,65.1045959259547],[11.7218846919331,65.1045874678414],[11.7218935001121,65.1045798550062],[11.7219045374073,65.1045711241502],[11.7219127368631,65.1045617265357],[11.7219122542901,65.1045528458894],[11.7219093517505,65.10454113588],[11.7219010394988,65.1045306914918],[11.7218951454849,65.1045251417159],[11.7218784498833,65.1045118865579],[11.7218585461941,65.1044985101216],[11.7218464578102,65.1044928035513],[11.721825976915,65.1044841965827],[11.7218037690562,65.1044732864043],[11.7217851195158,65.1044638380171],[11.721775276879,65.1044592579229],[11.721750867454,65.1044497346312],[11.7217142601186,65.104443845123],[11.7217007897789,65.1044433715987],[11.7216732661668,65.104442973893],[11.7216510863269,65.104442748442],[11.721631053084,65.1044405983424],[11.7216181875286,65.1044356242155],[11.7216109076597,65.1044290221105],[11.7216095068948,65.1044236600425],[11.7216099924752,65.1044179943166],[11.7216112714883,65.1044034247553],[11.7216075224036,65.1043980155724],[11.7216002316232,65.1043933890912],[11.7215908968682,65.1043896078844],[11.721573770932,65.1043825561698],[11.7215636790348,65.1043776214241],[11.7215361935612,65.1043651010706],[11.7215195811223,65.1043630683747],[11.7214856946721,65.1043650310691],[11.7214657073452,65.1043633290745],[11.7214352945431,65.104357596306],[11.721410014626,65.1043499744141],[11.7213919080317,65.1043437486291],[11.7213739682528,65.1043370708503],[11.7213607508442,65.104332821433],[11.7213483180842,65.1043299944291],[11.7213557481052,65.104333900055],[11.7213707474552,65.1043409904376],[11.7213808209657,65.1043457459455],[11.7213952832345,65.1043538337985],[11.7213987060542,65.1043623018454],[11.7213859251782,65.104366484952],[11.7213734264469,65.104365095822],[11.7213446965245,65.1043591528699],[11.7213249236372,65.1043553817423],[11.7212978381459,65.1043509353646],[11.7212721935904,65.1043480790556],[11.7212541018012,65.1043461630045],[11.7212317753548,65.1043445034836],[11.721212970492,65.1043439472658],[11.7211936560319,65.1043446573944],[11.721174930104,65.1043490383008],[11.7211538265599,65.1043551684566],[11.7211396396089,65.1043601852194],[11.7211236103521,65.1043680190097],[11.7211124261991,65.1043753158014],[11.7211082246169,65.1043800613321],[11.7211053559331,65.1043936720573],[11.7211011782619,65.104402816964],[11.7210923039446,65.1044118676249],[11.721082507474,65.104418151487],[11.7210704194779,65.1044228607283],[11.7210522048787,65.1044239100215],[11.7210341863927,65.1044227109479],[11.7210088736213,65.1044210158615],[11.7209869540928,65.1044191693258],[11.7209749448284,65.1044183998135],[11.7209429372566,65.1044179038604],[11.7209176868565,65.1044189013869],[11.7209049919985,65.1044197605824],[11.7208790926655,65.1044227453178],[11.7208516021245,65.104426836463],[11.72082841042,65.1044312984607],[11.7208064377944,65.104437264771],[11.7207890701404,65.1044424290784],[11.7207591066145,65.1044515036976],[11.7207340541921,65.1044586034544],[11.7207199880931,65.1044627200595],[11.7207030915392,65.1044683247579],[11.7206893847421,65.1044738715049],[11.720679052856,65.1044790875616],[11.7206698832224,65.1044873354317],[11.7206593112033,65.1045027023494],[11.7206487941693,65.1045186070193],[11.7206383907762,65.1045314566947],[11.720623631685,65.104545463003],[11.7206153987758,65.1045503715467],[11.7206005461659,65.1045551309722],[11.7205829217474,65.1045577857416],[11.7205704302975,65.1045585514204],[11.7205428039173,65.1045592328768],[11.7205210401238,65.1045589099071],[11.7204748837089,65.1045617238102],[11.7204518494813,65.1045656441341],[11.7204372663233,65.1045688721836],[11.7204177536628,65.1045738958269],[11.7204008844706,65.1045797693683],[11.7203881473099,65.1045864657684],[11.7203805907285,65.1046000718387],[11.7203845229006,65.1046072735635],[11.7203984148349,65.1046222858562],[11.7204328918578,65.1046427606912],[11.7204420945323,65.104649417713],[11.7204491230151,65.1046577304864],[11.7204526482407,65.1046651191863],[11.7204542046018,65.1046720048998],[11.7204540230804,65.104678563015],[11.7204485142327,65.1046871933289],[11.7204425837652,65.1046917008685],[11.7204265430928,65.1047015102101],[11.7204113640325,65.1047093284739],[11.7203967202542,65.1047182145166],[11.7203886430619,65.1047246466821],[11.7203803880248,65.1047335064622],[11.7203765437058,65.1047417473685],[11.7203762594964,65.1047493848528],[11.720381528069,65.104761321279],[11.7203866995245,65.1047681413242],[11.720394969129,65.1047740071705],[11.7204066888667,65.1047781940875],[11.7204287846442,65.1047796783419],[11.7204429682638,65.1047787921454],[11.720479068031,65.1047734671841],[11.720498496493,65.1047697021527],[11.7205201614727,65.1047669739943],[11.7205362681278,65.1047661426468],[11.7205598451446,65.1047654449648],[11.7205839391274,65.1047656358079],[11.7206072099959,65.1047661109764],[11.7206230838313,65.1047671694817],[11.7206475353013,65.1047708557094],[11.7206737705021,65.1047753176564],[11.7206908451089,65.1047777012206],[11.7207248385001,65.1047809447097],[11.7207412568216,65.1047831606072],[11.7207760825058,65.10478620938],[11.7208126387416,65.1047874308634],[11.7208465038219,65.1047894195678],[11.7208747721266,65.1047950118389],[11.7208869172552,65.1047991909907],[11.7208967598674,65.1048037711432],[11.7208911594674,65.104811505218],[11.7208777807392,65.10482234375],[11.7208640040851,65.1048230430097],[11.7208402675609,65.1048263476061],[11.7208241040634,65.1048287064833],[11.7208044922685,65.104830679047],[11.7207776978944,65.1048311658428],[11.7207649203348,65.1048312183977],[11.7207462783152,65.1048343406315],[11.7207375723783,65.1048408740312],[11.7207449878253,65.1048508858112],[11.7207461757866,65.104856251751],[11.7207426670268,65.1048615234344],[11.7207249819538,65.104869836218],[11.7207008530795,65.1048776375211],[11.7206919619627,65.104884443658],[11.7206912726927,65.1048902028702],[11.7206875017803,65.104899160788],[11.7206754409963,65.1049041388748],[11.7206592810916,65.1049023672346],[11.7206490259973,65.1048937539187],[11.7206479792056,65.1048856018609],[11.7206509196736,65.1048747733981],[11.7206546961056,65.1048700356064],[11.7206658824168,65.1048606735982],[11.7206709622673,65.1048561815029],[11.7206789422516,65.104844632942],[11.7206687586779,65.1048388018814],[11.7206417626339,65.1048373168918],[11.7206301308364,65.1048381567485],[11.7206190343406,65.104840064384],[11.7206015087318,65.1048457702869],[11.7205882343616,65.1048534641743],[11.7205818455746,65.104863906319],[11.7205761075791,65.1048702959997],[11.7205612492795,65.1048812511716],[11.7205331514056,65.1048919081015],[11.7205064980998,65.1049000246072],[11.7204688619152,65.1049069937391],[11.7204565261151,65.1049092830428],[11.72043459152,65.1049135425522],[11.7204179494764,65.1049133061087],[11.7203880586964,65.1049126817844],[11.7203643623939,65.104912214308],[11.7203511136581,65.1049118264258],[11.7203183594089,65.1049082011736],[11.7203023205272,65.1049055293768],[11.7202723986702,65.1048983507772],[11.7202622774612,65.1048952123174],[11.7202270869541,65.104886513154],[11.7202109820782,65.1048852792185],[11.7201873389272,65.1048874147173],[11.7201735236958,65.1048898206615],[11.720145779515,65.1048976875398],[11.7201249521049,65.1049044410691],[11.7201108819363,65.1049126881182],[11.7201084271514,65.1049178508492],[11.7201120420943,65.1049282010627],[11.7201195710453,65.1049351578807],[11.7201309919385,65.1049426725517],[11.7201448253587,65.1049508617382],[11.7201591299208,65.1049594913259],[11.7201726113668,65.1049684052392],[11.7201805015015,65.10497472695],[11.7201904686392,65.1049846924067],[11.7201976621022,65.1049946184512],[11.7202036914805,65.1050035779276],[11.7202120563475,65.1050166254147],[11.720215715308,65.105029489003],[11.7202143421406,65.1050348116736],[11.7202053958576,65.105041080029],[11.7201925742341,65.1050386191577],[11.7201769368317,65.1050315402458],[11.7201672061,65.1050259703024],[11.720147746516,65.1050127651637],[11.7201356692924,65.1050050828307],[11.72012810179,65.1049998327615],[11.7201164315592,65.1049919634508],[11.7201013680181,65.1049842455644],[11.7200839744447,65.1049766597892],[11.7200502578922,65.104963623796],[11.720035663642,65.1049584115559],[11.7200101159058,65.1049502555381],[11.7199894023812,65.1049435381792],[11.7199704359255,65.1049372380469],[11.7199552312333,65.1049323062624],[11.7199333444957,65.1049245327003],[11.7199211150976,65.1049216120909],[11.7199060624372,65.1049223344361],[11.7198901022874,65.1049245997253],[11.7198657661284,65.1049262090068],[11.7198522314277,65.1049251079381],[11.7198392247286,65.104922919775],[11.7198267643596,65.1049198237689],[11.7198122453784,65.1049132632611],[11.7197955284455,65.1049039591177],[11.7197803001056,65.1048946279381],[11.7197715777987,65.1048885009049],[11.7197576181362,65.1048769916751],[11.7197494311087,65.1048719324234],[11.7197347289076,65.1048635793964],[11.7197156380857,65.1048518939728],[11.719700503337,65.1048413937905],[11.7196829305164,65.1048278849557],[11.719667249463,65.1048182926113],[11.7196484977325,65.1048099233254],[11.7196225818348,65.1048002474672],[11.7195980720666,65.1047897379419],[11.7195864184997,65.1047841130901],[11.7195590637142,65.1047707818805],[11.719535061768,65.1047610712515],[11.7195062237868,65.1047519871898],[11.7194869238988,65.1047465909743],[11.7194671895497,65.1047411128539],[11.7194332387739,65.1047320318301],[11.7194131982478,65.1047277265583],[11.7193914565029,65.1047234521756],[11.7193522444195,65.1047150054235],[11.7193401709327,65.1047136084013],[11.7192944910328,65.1047106665964],[11.7192608590737,65.1047067876799],[11.7192423365875,65.1047006589825],[11.7192321331207,65.1046967138218],[11.7192119957578,65.1046872921403],[11.7191885881066,65.1046750564928],[11.7191650555494,65.1046678514597],[11.7191419149899,65.104666565575],[11.7191265307033,65.1046661265694],[11.7191130072732,65.1046630498085],[11.719109222013,65.104657282059],[11.719113609165,65.104652263845],[11.7191166013057,65.1046461036644],[11.7191142771317,65.1046400400106],[11.7191139989818,65.1046310658649],[11.719118426668,65.1046222756525],[11.7191200604405,65.1046153320076],[11.7191154742774,65.1046058973297],[11.71910649571,65.1045972607391],[11.7190999643049,65.1045917224343],[11.7190857721659,65.104582103],[11.7190638970824,65.1045723536837],[11.7190528797269,65.1045687824569],[11.7190404196147,65.1045656863842],[11.7190190209188,65.104560597594],[11.7190036131263,65.1045557591977],[11.718989972636,65.1045494520416],[11.7189695331727,65.1045370726806],[11.7189533958428,65.1045313496053],[11.7189317387373,65.1045258165351],[11.7189080395316,65.1045190634497],[11.7188727851655,65.1045201524629],[11.7188560151359,65.1045186610858],[11.7188395055295,65.1045155487239],[11.7188254469852,65.1045114041501],[11.7188084407756,65.1045055172503],[11.7187901200518,65.1045013602602],[11.7187642740943,65.1044965317572],[11.7187396857351,65.1044915008352],[11.7187012861851,65.1044847452161],[11.718671898463,65.1044806993305],[11.7186606482442,65.1044790179342],[11.7186349030847,65.1044751752909],[11.7186075574748,65.1044723494083],[11.7185829946554,65.1044696525879],[11.7185602174742,65.1044656662616],[11.7185366558012,65.1044602575019],[11.7185062729779,65.1044527277632],[11.718494478413,65.104449888941],[11.7184730432781,65.1044444415692],[11.7184502223405,65.104437941847],[11.7184221329344,65.1044299215012],[11.7183953011336,65.1044216987384],[11.7183765847104,65.1044157530436],[11.7183599306947,65.1044091413668],[11.7183471410347,65.1044028187112],[11.7183351124089,65.1043935191071],[11.7183278170553,65.1043846723372],[11.7183194930771,65.1043782686201],[11.7183077320721,65.1043695029079],[11.7182980680932,65.1043624949693],[11.7182845875829,65.104353580883],[11.7182695177902,65.104343707932],[11.7182574047812,65.1043356669409],[11.718246826121,65.1043280470584],[11.7182367337644,65.1043147614574],[11.7182260879067,65.1043002288155],[11.7182184700706,65.1042903103914],[11.7182098367991,65.1042787941436],[11.7182046771745,65.1042699983952],[11.71820037731,65.1042612768333],[11.7181931725382,65.1042449756846],[11.7181881543334,65.1042333938194],[11.7181876984644,65.1042268472837],[11.7181873402347,65.1042150012526],[11.7181879078849,65.1042017915373],[11.7181907098987,65.1041916839836],[11.7182013524512,65.1041811647418],[11.7182115473447,65.1041746044689],[11.7182201498501,65.1041607999532],[11.7182323430086,65.1041529463213],[11.7182432399354,65.1041470018468],[11.7182601571419,65.104139511425],[11.7182741796803,65.1041328816707],[11.7182879051278,65.1041275143946],[11.7183143568708,65.104117426518],[11.7183267056711,65.1041110965153],[11.7183261155266,65.1041094909728],[11.7183249260796,65.104106190262],[11.7182950210517,65.104111671643],[11.718275149137,65.1041152648567],[11.7182444484419,65.1041212994213],[11.7182289617295,65.1041219396904],[11.718212182828,65.1041203586144],[11.7181888596332,65.1041172800664],[11.7181678318108,65.1041116456786],[11.7181575463108,65.1041068938116],[11.7181454477122,65.1041031625637],[11.7181258107975,65.1041028006476],[11.7180961061481,65.1041019031255],[11.718074168761,65.1040998769103],[11.7180579474425,65.1040954123559],[11.7180411726314,65.1040897007589],[11.7180292022575,65.1040872242615],[11.7180020901064,65.1040825084075],[11.717985366185,65.1040814650602],[11.7179595533311,65.1040811254206],[11.7179192417263,65.1040827549618],[11.7178816100897,65.1040855929407],[11.7178534672577,65.1040853853609],[11.7178336472285,65.104083230892],[11.7178017449257,65.1040795896469],[11.7177690490293,65.1040744363351],[11.7177501162328,65.1040726249214],[11.7177334401637,65.1040699644236],[11.7177085481823,65.1040640409315],[11.7176900214625,65.1040536919108],[11.7176791713735,65.1040496685935],[11.7176662314311,65.1040460423684],[11.7176538266593,65.104043483933],[11.7176369725299,65.1040432510374],[11.7176009505445,65.1040451618165],[11.7175746462754,65.1040462676991],[11.71754478192,65.1040479769316],[11.7175152329915,65.1040486029317],[11.7174893927077,65.1040479943336],[11.7174583206971,65.1040462235797],[11.7174341999117,65.104045763354],[11.7173880960615,65.1040428286796],[11.7173559242034,65.1040407186943],[11.7173277377342,65.1040379976356],[11.7173068179224,65.1040355038862],[11.7172840138371,65.1040312484862],[11.717263585505,65.104027309143],[11.7172471862416,65.1040252721128],[11.717230037088,65.1040242363977],[11.7171995277328,65.1040238022597],[11.7171751760147,65.104023166599],[11.717151656581,65.1040223362496],[11.7171388519333,65.1040221196164],[11.7171088136478,65.1040221258723],[11.7170844689808,65.1040236450738],[11.7170513304035,65.1040266706997],[11.7170192275975,65.1040294081506],[11.7169964629915,65.1040317965891],[11.7169735976916,65.1040331991405],[11.7169474602863,65.104033852926],[11.7169312603005,65.1040358528797],[11.7169079239303,65.104036815008],[11.7168812950281,65.1040389143685],[11.7168600830109,65.1040419031617],[11.7168490323355,65.1040442586469],[11.7168425092174,65.1040492257487],[11.7168392560739,65.1040570068663],[11.7168303297474,65.104061389023],[11.7168167364343,65.1040638804254],[11.7168038310851,65.1040626778798],[11.7167761037929,65.1040540221254],[11.7167554375418,65.1040477524418],[11.7167364816386,65.1040415415197],[11.7167260957388,65.1040358036694],[11.7167180990056,65.1040263410106],[11.7167121076372,65.1040177398907],[11.7167066535368,65.1040081413137],[11.7166934962183,65.1040002987332],[11.7166823055158,65.1039950244392],[11.7166656726265,65.1039865265713],[11.7166507204842,65.1039798838408],[11.7166353085855,65.1039708250691],[11.716620063583,65.1039613143093],[11.7166008994135,65.1039509767244],[11.716583175884,65.1039422292571],[11.7165649221037,65.1039366341211],[11.7165498903537,65.1039354701276],[11.7165335714195,65.1039363049026],[11.7164401444268,65.1039122293673],[11.7164165971382,65.1039027793933],[11.7163402315276,65.1039018299882],[11.7162980590012,65.103906096813],[11.7162491662818,65.1039092284309],[11.716211948218,65.1039056832701],[11.7161680370024,65.1038929211472],[11.716091366857,65.1038827285816],[11.7159523765545,65.103852654944],[11.7158879394674,65.1038412527078],[11.7158337255695,65.1038319098404],[11.71578199248,65.1038197384188],[11.7157386668649,65.1038043615926],[11.7156999554746,65.103788272536],[11.7156436244359,65.103779057787],[11.7156004043093,65.1037688869342],[11.7155767864773,65.1037566545675],[11.7155367378055,65.1037462466038],[11.7154052420526,65.1037290563854],[11.7153661196842,65.103725635341],[11.7153138407252,65.1037227222151],[11.7152711444839,65.103715594692],[11.7152218721477,65.1037024805485],[11.7151687357743,65.1036974279161],[11.7151380759457,65.1036996898454],[11.7150863046765,65.1036975755624],[11.7150299122757,65.1036856679475],[11.714971151113,65.103675599092],[11.7148731374844,65.1036712701616],[11.7147584163532,65.1036597913281],[11.7147133652581,65.1036504615446],[11.7146461465403,65.1036305789966],[11.7146097728569,65.1036165125046],[11.7145688902414,65.1036000135684],[11.7145055838959,65.1035871535894],[11.7144543685215,65.1035842208896],[11.7143926374783,65.1035847112796],[11.7143204570746,65.1035871868763],[11.7142598075343,65.1035878371924],[11.7142079931557,65.1035832092226],[11.7141652242765,65.1035753643741],[11.7141184655637,65.1035639103642],[11.7140629406198,65.1035458808361],[11.7140218868327,65.1035339642369],[11.7139760815065,65.1035297660355],[11.7139322401509,65.1035302013974],[11.7138550728765,65.1035359996484],[11.7137860456485,65.1035380586796],[11.7137224530491,65.1035495371178],[11.7136844146897,65.1035525610002],[11.7136125041737,65.1035535049064],[11.713530558011,65.1035584018754],[11.7134624818337,65.1035614312319],[11.7133850079088,65.1035684020863],[11.713315795334,65.1035707336323],[11.7132325712668,65.1035693681724],[11.7131940781948,65.1035658453745],[11.7131417954568,65.1035587113575],[11.7130758005113,65.1035529032465],[11.7130234051772,65.1035551095633],[11.712971937821,65.1035622375922],[11.7129439826408,65.1035680417407],[11.7129007097053,65.1035803190025],[11.7128775856255,65.1035896272858],[11.7128428166068,65.1035954650595],[11.7128141277703,65.1035961643484],[11.7127708261244,65.1035935366748],[11.7127404519596,65.1035965112706],[11.7126900817806,65.1036060437003],[11.7126393509151,65.1036078605634],[11.7125754433948,65.1036037204616],[11.7125033597719,65.1035946103032],[11.7123912714684,65.1035859553194],[11.7123378933094,65.1035827019055],[11.7122819135536,65.1035748264266],[11.7122479617259,65.1035698742633],[11.7121956891722,65.1035544789044],[11.7121141464277,65.1035466173763],[11.712041242442,65.1035357260245],[11.7119909478338,65.1035209233175],[11.7119411416373,65.1035150909121],[11.7118826261629,65.1035095059984],[11.7118381802166,65.1034977400353],[11.7118028647895,65.1034814987226],[11.7117679746944,65.1034652497001],[11.7117517283492,65.1034521649408],[11.711750522425,65.1034403342844],[11.7117589377831,65.1034309333613],[11.7117833887026,65.1034179197709],[11.7118027635512,65.103405267471],[11.7118030004342,65.1033929617296],[11.71177581131,65.1033770222152],[11.7117181644147,65.1033569650632],[11.7116617569249,65.1033365262812],[11.7116131067069,65.1033232201367],[11.7115239771839,65.1033057083901],[11.7114410103831,65.1032838648037],[11.7114009000784,65.1032728283412],[11.711355797064,65.1032546091449],[11.7113288940661,65.1032393827073],[11.7113147156733,65.1032215015095],[11.7112934210867,65.1032090468551],[11.7112571973373,65.1032026989442],[11.7112320061694,65.1031938167012],[11.7112143499566,65.1031773453342],[11.7112054223482,65.103152455111],[11.7112048977142,65.1031431262835],[11.7111877070643,65.1031165898268],[11.7111724185229,65.1030919943469],[11.7111658263369,65.1030774776651],[11.7111792407112,65.1030627783587],[11.7111865615454,65.1030489077046],[11.7112033167796,65.103031454163],[11.7112330354029,65.103019961539],[11.7112763279388,65.1030141493966],[11.7113275353088,65.1030149283095],[11.7114045924685,65.1030226918729],[11.7114411590772,65.103028225413],[11.7114688480813,65.1030281730236],[11.7115054035803,65.1030126955129],[11.7115234998869,65.1030021316036],[11.7115231537865,65.1029903751695],[11.711549773965,65.1029798364991],[11.7115780678415,65.1029689981429],[11.7115889053786,65.102952010873],[11.7116080033999,65.1029387350656],[11.7116261488148,65.102918203384],[11.7116148219993,65.1028969482886],[11.7116110548137,65.1028704381848],[11.7115812877476,65.1028312892954],[11.711574461443,65.102804026459],[11.7115708927445,65.1027815533832],[11.7115621253105,65.1027540563202],[11.711529543397,65.1027186398482],[11.7115106201446,65.1026876452183],[11.7114754633699,65.1026562261901],[11.7114262878708,65.102612669742],[11.7113986810874,65.1025988927332],[11.7113810748772,65.1025870896472],[11.7113866370254,65.1025747772796],[11.711406020593,65.1025622146578],[11.7114420146995,65.1025516858565],[11.7114783635195,65.1025383670834],[11.7114952227771,65.1025261195309],[11.7114965214806,65.1025075091514],[11.7114729350988,65.102487194364],[11.711432337831,65.1024671875822],[11.7113668829883,65.1024457452421],[11.7112658880409,65.1024267421799],[11.711200792203,65.1024067299361],[11.7111532853071,65.1023899908878],[11.7111122734457,65.1023617307038],[11.7110640657875,65.1023213891266],[11.7110422097823,65.1023075977373],[11.7110178152831,65.1022981622981],[11.7109979540393,65.1022934935324],[11.7109703662562,65.1022945317205],[11.7109435011555,65.1022942997383],[11.7109160358981,65.1022860871647],[11.7108994448939,65.1022612458691],[11.7108989541916,65.1022397047714],[11.7109225603062,65.1022142255731],[11.7109239832968,65.102192649831],[11.7109385074165,65.1021700287905],[11.7109613764512,65.102149860632],[11.7110003156899,65.102134789034],[11.711026391235,65.1021230930158],[11.7110339858858,65.1021119111559],[11.7110313441363,65.102102710448],[11.7110121926089,65.1020924617585],[11.7109561042031,65.1020855755074],[11.7108832229588,65.1020748628252],[11.7108672075725,65.1020703040061],[11.7108322756003,65.1020598920088],[11.7108169463879,65.1020537045144],[11.7107988764084,65.1020436158035],[11.7107810138785,65.1020376537482],[11.7107297953431,65.1020325648816],[11.7106971254904,65.1020318093957],[11.7106557937743,65.1020380348562],[11.7106249267271,65.1020445198385],[11.7106020810379,65.102046100665],[11.7105559957276,65.1020391229901],[11.7105365078552,65.102031843453],[11.7105313890784,65.1020150552912],[11.7105336980943,65.1020021733015],[11.7105264464169,65.1019979047752],[11.7104788036187,65.1019944571408],[11.7103862795118,65.1020042130758],[11.710348454194,65.1020155828966],[11.7103009611381,65.102032425388],[11.7102666370951,65.1020384341148],[11.7102368475296,65.1020408588945],[11.710213393952,65.1020406548322],[11.7101801527562,65.1020384729093],[11.7101627989919,65.1020395951072],[11.7101411286504,65.1020401668841],[11.7101108004198,65.1020373036858],[11.7100927984501,65.1020320624066],[11.7100769399096,65.1020206765089],[11.7100640335122,65.1020069026026],[11.7100484736155,65.1020005396243]]]]}\",\n        \"PlotCount\": 16\n    }\n]"},{"id":"e35201c2-4a0a-4169-a0e9-e503ad9a8d85","name":"Bad request error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 15,\n\t\"propertyRegistrationNumberSub\": 12,\n\t\"aggregatePlots\": \"true\",\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"geometryType\": \"geojson\",\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"5052\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/plots"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"},{"id":"1dc3f18a-e359-43b3-9841-4ce94821d2ab","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"propertyRegistrationNumber\": 15,\n\t\"propertyRegistrationNumberSub\": 12,\n\t\"aggregatePlots\": \"true\",\n\t\"countryCode\": 578,\n\t\"expandToSections\": true,\n\t\"geometryType\": \"geojson\",\n\t\"leaseNumber\": 0,\n\t\"municipalityCode\": \"5052\",\n\t\"storyNumber\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/v1/plots"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"code\": 400,\n\t\t\"message\": \"unsupported operator for []interface {} value type: received [], but expected: string, boolean, number or null\",\n\t\t\"cause\": \"qui magna dolor in\",\n\t\t\"details\": {\n\t\t\t\"error\": \"unsupported operator for []interface {} value type\",\n\t\t\t\"expected\": \"string, boolean, number or null\",\n\t\t\t\"extras\": {\n\t\t\t\t\"facetPath\": \"A/Property_Building_BuildingCategorySub\"\n\t\t\t},\n\t\t\t\"received\": []\n\t\t},\n\t\t\"isLogged\": true,\n\t\t\"isReported\": true\n\t}\n}"}],"_postman_id":"33179a9d-5a43-4712-910e-f0ccd2d25f62"}],"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","tokenRequestParams":"<token-request-params>","clientSecret":"{{client_secret}}","clientId":"{{client_id}}","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>"}},"event":[{"listen":"prerequest","script":{"id":"e3fa1a30-f32c-43cf-9a68-13fb6cd4df12","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"67129965-c582-49fd-897e-1c03f3e4c20e","type":"text/javascript","packages":{},"exec":[""]}}]}