{"info":{"_postman_id":"c8e07f2f-e5cb-4789-b7d7-2a390a99ad71","name":"FieldApex API","description":"This describes the resources that make up the official FieldApex REST API v1. If you have any problems or requests, please contact FieldApex Support.\n\n# Schema\n\nAll API access is over HTTPS, and accessed from `https://app.fieldapex.com/api`. All data is sent and received as JSON.\n\nBlank fields are included as `null` instead of being omitted.\n\nAll timestamps return in ISO 8601 format:\n\n```\nYYYY-MM-DDTHH:MM:SSZ\n```\n\n## Summary representations\n\nWhen you fetch a list of resources, the response includes a subset of the attributes for that resource. This is the \"summary\" representation of the resource.\n\n## Detailed representations\n\nWhen you fetch an individual resource, the response typically includes all attributes for that resource. This is the \"detailed\" representation of the resource.\n\n## Request Headers\n\nAll requests must be sent with the following headers, unless mentionned otherwise :\n\n```\nAccept: application/json\nContent-Type:\tapplication/json\nX-Requested-With:\tXMLHttpRequest\nAuthorization: Bearer {token}\n```\n\n## Responses\n\nAll successfull responses (2XX) will have the following structure:\n\n```\n{\n    \"status\": 2XX,\n    \"success\": true,\n    \"data\": {\n    }\n}\n```\n\nAll error responses (non-2XX) will have the following structure:\n\n```\n{\n    \"status\": xxx,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"machine-readable error code (should not change over time)\",\n        \"message\": \"human-readable description of error (may change over time, or be localized)\"\n    }\n}\n```\n\nThe following table gives a (mostly) exhaustive list of error codes and messages you may encounter:\n\nHTTP status code | Machine-readable code | Human-readable description (message)\n---------------- | ---------------- | ----------------\n401 | unauthenticated | You must be authenticated to access this resource.\n422 | validation_failed | The request body could not be validated or has validation errors.\n429 | too_many_requests | The API rate limit was exceeded. Please try again later.\n\n### Client Errors\n\nIf the request body is not JSON, is malformed JSON, or has an incorrect structure for the given request, the response will be a  `422 Unprocessable Entity` response, and will include an additional `fields` key under `error`. This key will be a JSON object, listing the errors :\n\n```\n{\n    \"status\": 422,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"validation_failed\",\n        \"message\": \"The request body could not be validated or has validation errors.\",\n        \"fields\": {\n            \"password\": [\n                \"The password field is required.\"\n            ]\n        }\n    }\n}\n```\n\n# Authentication\n\nThe API uses JSON Web Tokens (JWT) to authenticate requests. The tokens must be sent in header :\n\n```\nAuthorization: Bearer {token}\n```\n\n# Rate limit\n\nFor authenticated requests, you can make up to 120 requests per minutes from a given IP address. The returned HTTP headers of any API request show your current rate limit status:\n\n```\nX-RateLimit-Limit: 120\nX-RateLimit-Remaining: 118\n```\n\nIf you exceed the rate limit, an error response returns :\n\n```\n{\n    \"status\": 429,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"too_many_requests\",\n        \"message\": \"The API rate limit was exceeded. Please try again later.\"\n    }\n}\n```\n\n# Enumerations\n\nThese values are reused throughout the API, and are refered to in the following documentation.\n\n## FERTILIZER_TYPES\n\n```\nurea_460_0_0\nammonium_nitrate_335_0_0\nnitrogen_solution_280_0_0\nnitrogen_solution_300_0_0\nnitrogen_solution_320_0_0\ncalcium_ammonium_nitrate_270_0_0\nanhydrous_ammonia_820_0_0\npure_nitrogen_1000_0_0\n```\n\n## CROP_TYPES\n\n```\ncereals\ncorn\nbeans\nsoy\npeas\ngrassland\nother_low\nother_medium\nother_high\n```\n\n## SOIL_TEXTURES\n```\nsand\nfine_sand\nloamy_sand\nsandy_loam\nfine_sandy_loam\nvery_fine_sandy_loam\nloam\nsilty_loam\nsilt\nsandy_clay_loam\nclay_loam\nsilty_clay_loam\nsandy_clay\nsilty_clay\nclay\nheavy_clay\n```\n\n## STATES  \n```\nCA_QC\nCA_ON\nCA_NL\nCA_PE\nCA_NS\nCA_NB\nCA_MB\nCA_SK\nCA_AB\nCA_BC\nCA_YT\nCA_NT\nCA_NU\n```","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Authentication - Not documented for public use","item":[{"name":"Login","id":"690bd3f8-f280-4b50-85aa-72adff7a9478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"jean@guepardamorphe.com\",\n  \"password\": \"MKO12nji\"\n}"},"url":"{{baseUrl}}/api/auth/login"},"response":[{"id":"2eaf0822-3809-4c8c-81f7-880076bedb32","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"bruno.gendron.consult+fieldapex@gmail.com\",\n  \"password\": \"abCD1234\"\n}"},"url":"{{baseUrl}}/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 18:48:05 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 18:48:05 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImY0MGE3MzI4NGMyNGY2OWRlMzIzZGMxMjVlNmU0OWEwMzMxZTBlNWJlNzI3OTZhMmZhYzFlMDU1MjZlMzM3OWUxYWRjOGI5YjQxYmYwODA2In0.eyJhdWQiOiIxIiwianRpIjoiZjQwYTczMjg0YzI0ZjY5ZGUzMjNkYzEyNWU2ZTQ5YTAzMzFlMGU1YmU3Mjc5NmEyZmFjMWUwNTUyNmUzMzc5ZTFhZGM4YjliNDFiZjA4MDYiLCJpYXQiOjE1NTAwODM2ODQsIm5iZiI6MTU1MDA4MzY4NCwiZXhwIjoxNTUwMDgzNzQ0LCJzdWIiOiI0MTgiLCJzY29wZXMiOlsibmF0aXZlLWFjY2VzcyJdfQ.CCupbSN9c0xYTkxFaMHRFpj3hoADS1NnMjrAKewkOqox-NPEwjbY9qZx7j9nu6Hx-CDAK7C2JMzFdOLZJy1c1_EmsifvEPoEMbMnX2_ghXIWEHg5L_98b4QaUjbF_IRMwMuN5ryYlEDnxPiRynHmu2AraEwm3W8UlXIPzCF5WrZFTc0DGc2uR8F3QcNBsxqfqbgoPK7gybVhkn6Nfzf2V5mY3k-EwBJZyXp9HwEoX3YlQ3qoEuXZHwNqR-5yjRd_ciaKwExtF-LGUPjYSt4AOrSDIHwBuBSrOQbw7sDBfYCFmcNtsau_3-JUcm9D-ZwivJnbjNV4SMeGb-IkxROFqyydvFtT1ONtCuDAzqa1G1p55ftj92tjVNA_lEwV3bScZXL7hw9ZBXK41cdwpd1if7V99LbcAQfJCcT8ghiGxHGvq0deCr2rtCby3BNGycHD6cbLH3XiKCV_-k22EIJeSmsgwxAQj-_G872yqvFnOHZ8EqjydfxfYelJfNHh3r9IbFyYHu1huMf-ndr8yCq1wJ6opGSX4uTDWKiKPG7UIdJXWi86CRd3oSy9C-1qqOdWf9GmhnXJKMpEiYlz8nazFpnj_cv7PkzFtSAHYXLdBI6nvVu22vtkiFFlwS_xGieqVHTLDwB4_sChZx-7v1k_Uk5KyyoUOUaCEUNLu_B5xTk"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550083685-2242-2066283267"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=1522.2969055176; desc=\"Application\", db; dur=225.02; desc=\"Database\", timeline-event-total; dur=1453.2160758972; desc=\"Total execution time.\", timeline-event-initialisation; dur=331.62689208984; desc=\"Application initialisation.\", timeline-event-boot; dur=273.22196960449; desc=\"Framework booting.\", timeline-event-run; dur=1121.5882301331; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 18:48:04 GMT; Max-Age=86399999; path=/"},{"key":"Set-Cookie","value":"effigis_bag=def50200033172f4e89fb02488712489cc0de4793613e51fb8070dd59e85751c33a1eb2bbf1f2754683543d3d4c5e5469ecbbe5d6606c4487543151f0f0bddc8bbff270134bef996d8c83cb82ed043679c1648ee0792396fe93d5e9048bbf48dc34a9fcf5ccb7b3e9dc1a3a694c2974b30d39b4eedb6cb036927b4edee7ffd950f3b20d412a38b4390694b4660477d1ef5c79b647c2666e0586a3c7530778fd603a229f8bde645da67bdd8c691064f758de71b2b4f82219bf3905ef9a8e03b4a81554a72a7959254ea76d279c4078eec83e6387b816c3b64ff09a0fb0489e5be83b25b87030de5da8c2c8ac2e5d5b7718b9616c5305191df5c23ae4cd9f93dc903f2a7b489aa541326efb55449664150573cd78d572727e040cd5c07c7c41b6bd58d2b930b5ce3fdb79224a5cccbe65cf570ef68e4c2a419a6e94d31a753bf9f8b4fa41b83a3e1e541e74369eb1661ed4930ba8be55b08f46284e9a917b86800dab78e77d908026c8c62eb606e6bb7c10c98; expires=Wed, 13-Feb-2019 18:50:05 GMT; Max-Age=120; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"accessToken\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImY0MGE3MzI4NGMyNGY2OWRlMzIzZGMxMjVlNmU0OWEwMzMxZTBlNWJlNzI3OTZhMmZhYzFlMDU1MjZlMzM3OWUxYWRjOGI5YjQxYmYwODA2In0.eyJhdWQiOiIxIiwianRpIjoiZjQwYTczMjg0YzI0ZjY5ZGUzMjNkYzEyNWU2ZTQ5YTAzMzFlMGU1YmU3Mjc5NmEyZmFjMWUwNTUyNmUzMzc5ZTFhZGM4YjliNDFiZjA4MDYiLCJpYXQiOjE1NTAwODM2ODQsIm5iZiI6MTU1MDA4MzY4NCwiZXhwIjoxNTUwMDgzNzQ0LCJzdWIiOiI0MTgiLCJzY29wZXMiOlsibmF0aXZlLWFjY2VzcyJdfQ.CCupbSN9c0xYTkxFaMHRFpj3hoADS1NnMjrAKewkOqox-NPEwjbY9qZx7j9nu6Hx-CDAK7C2JMzFdOLZJy1c1_EmsifvEPoEMbMnX2_ghXIWEHg5L_98b4QaUjbF_IRMwMuN5ryYlEDnxPiRynHmu2AraEwm3W8UlXIPzCF5WrZFTc0DGc2uR8F3QcNBsxqfqbgoPK7gybVhkn6Nfzf2V5mY3k-EwBJZyXp9HwEoX3YlQ3qoEuXZHwNqR-5yjRd_ciaKwExtF-LGUPjYSt4AOrSDIHwBuBSrOQbw7sDBfYCFmcNtsau_3-JUcm9D-ZwivJnbjNV4SMeGb-IkxROFqyydvFtT1ONtCuDAzqa1G1p55ftj92tjVNA_lEwV3bScZXL7hw9ZBXK41cdwpd1if7V99LbcAQfJCcT8ghiGxHGvq0deCr2rtCby3BNGycHD6cbLH3XiKCV_-k22EIJeSmsgwxAQj-_G872yqvFnOHZ8EqjydfxfYelJfNHh3r9IbFyYHu1huMf-ndr8yCq1wJ6opGSX4uTDWKiKPG7UIdJXWi86CRd3oSy9C-1qqOdWf9GmhnXJKMpEiYlz8nazFpnj_cv7PkzFtSAHYXLdBI6nvVu22vtkiFFlwS_xGieqVHTLDwB4_sChZx-7v1k_Uk5KyyoUOUaCEUNLu_B5xTk\",\n        \"expiresIn\": 60\n    }\n}"}],"_postman_id":"690bd3f8-f280-4b50-85aa-72adff7a9478"},{"name":"Refresh token","id":"5e136646-f155-465f-8ef2-7483487b7ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/auth/token/refresh"},"response":[],"_postman_id":"5e136646-f155-465f-8ef2-7483487b7ae4"},{"name":"Logout","id":"732ef04f-f24c-47e3-907d-65bd54547fd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/auth/logout"},"response":[],"_postman_id":"732ef04f-f24c-47e3-907d-65bd54547fd7"}],"id":"f82f8cc7-664e-4bd7-9da9-ec8d1c8f9e52","event":[{"listen":"prerequest","script":{"id":"a4d29d59-a980-4716-ae80-e5beda557992","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1e04c163-42ad-463e-97e9-3687c44210be","type":"text/javascript","exec":[""]}}],"_postman_id":"f82f8cc7-664e-4bd7-9da9-ec8d1c8f9e52"},{"name":"Account","item":[{"name":"Get the authenticated user","id":"67d26505-447c-4e81-a59e-c342c0651f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/account"},"response":[{"id":"598fef95-368d-4d4b-a600-77beeb965507","name":"Get the authenticated user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 18:35:56 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 18:35:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"X-Clockwork-Id","value":"1550082956-6394-1906674378"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=903.63502502441; desc=\"Application\", db; dur=62.24; desc=\"Database\", timeline-event-total; dur=904.25992012024; desc=\"Total execution time.\", timeline-event-initialisation; dur=227.51092910767; desc=\"Application initialisation.\", timeline-event-boot; dur=231.3711643219; desc=\"Framework booting.\", timeline-event-run; dur=676.75185203552; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 18:35:56 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 418,\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"email\": \"john.doe@company.some\",\n        \"isSysadmin\": false,\n        \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n        \"updatedAt\": \"2019-02-13T18:35:52+00:00\",\n        \"exploitations\": [\n            {\n                \"id\": 435\n            }\n        ],\n        \"businessUnits\": [\n            {\n                \"id\": 277\n            }\n        ],\n        \"relatedUsers\": [\n            {\n                \"id\": 418\n            }\n        ],\n        \"details\": {\n            \"locale\": \"fr-CA\",\n            \"postalAddress\": null,\n            \"city\": null,\n            \"state\": \"CA_QC\",\n            \"zipcode\": null,\n            \"country\": \"CA\",\n            \"workPhone\": \"12345678910\",\n            \"workPhoneExtension\": null,\n            \"cellPhone\": null,\n            \"acceptedTerms\": true,\n            \"acceptedEffigisNewsAlerts\": true,\n            \"acceptedPromosOffers\": true,\n            \"canMakeRecommendations\": true,\n            \"canMakeRecommendationsPending\": false,\n            \"currencyPreference\": \"dollar_ca\",\n            \"meteorologicalUnitPreference\": \"metric\",\n            \"agriculturalUnitPreference\": \"metric\"\n        }\n    }\n}"}],"_postman_id":"67d26505-447c-4e81-a59e-c342c0651f18"},{"name":"Update the authenticated user","id":"c8885751-8fb1-4a13-a963-2bbdcce80bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n        \"firstName\": \"Bill\",\n        \"lastName\": \"Doe\",\n        \"locale\": \"en-CA\",\n        \"postalAddress\": \"1244 King Street\",\n        \"city\": \"Ottawa\",\n        \"state\": \"CA_ON\",\n        \"zipcode\": \"H0H 0H0\",\n        \"country\": \"CA\",\n        \"workPhone\": \"12345678910\",\n        \"workPhoneExtension\": null,\n        \"cellPhone\": null,\n        \"acceptedTerms\": false,\n        \"acceptedEffigisNewsAlerts\": true,\n        \"acceptedPromosOffers\": false,\n        \"currencyPreference\": \"dollar_ca\",  \n        \"meteorologicalUnitPreference\": \"imperial\",\n        \"agriculturalUnitPreference\": \"imperial\"\n    }"},"url":"{{baseUrl}}/api/v1/account","description":"## Input\n\nAll request body fields are optional.\n\nName | Type | Description\n---- | ---- | -----------\nfirstName | `string` | First name of user\nlastName | `string` | Last name of user\nlocale | `string` | Must be either `en-CA` or `fr-CA`\npostalAddress | `string` |\ncity | `string` |\nstate | `string` | Must be a member of the STATES enumeration\ncountry | `string` | Currently, only `CA` is accepted\nworkPhone | `string` | 10 digits phone number (with leading country code)\nworkPhoneExtension | `string` |\ncellPhone | `string` | 10 digits phone number (with leading country code)\nacceptedTerms | `boolean` |\nacceptedEffigisNewsAlerts | `boolean` |\nacceptedPromosOffers | `boolean` |\ncurrencyPreference | `string` | Currently, only `dollar_ca` is accepted\nmeteorologicalUnitPreference | `string` | Must be either `imperial` or `metric` \nagriculturalUnitPreference | `string` | Must be either `imperial` or `metric`"},"response":[{"id":"609c09a6-cc69-4129-9a5c-b074a0f27637","name":"Update the authenticated user","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n        \"firstName\": \"Bill\",\n        \"lastName\": \"Doe\",\n        \"locale\": \"en-CA\",\n        \"postalAddress\": \"1244 King Street\",\n        \"city\": \"Ottawa\",\n        \"state\": \"CA_ON\",\n        \"zipcode\": \"H0H 0H0\",\n        \"country\": \"CA\",\n        \"workPhone\": \"12345678910\",\n        \"workPhoneExtension\": null,\n        \"cellPhone\": null,\n        \"acceptedTerms\": true,\n        \"acceptedEffigisNewsAlerts\": true,\n        \"acceptedPromosOffers\": false,\n        \"currencyPreference\": \"dollar_ca\",  \n        \"meteorologicalUnitPreference\": \"imperial\",\n        \"agriculturalUnitPreference\": \"imperial\"\n    }"},"url":"{{baseUrl}}/api/v1/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 18:55:52 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 18:55:52 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"116"},{"key":"X-Clockwork-Id","value":"1550084152-6950-1424964539"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=744.02594566345; desc=\"Application\", db; dur=54.06; desc=\"Database\", timeline-event-total; dur=744.41194534302; desc=\"Total execution time.\", timeline-event-initialisation; dur=230.6809425354; desc=\"Application initialisation.\", timeline-event-boot; dur=235.20278930664; desc=\"Framework booting.\", timeline-event-run; dur=513.73195648193; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 18:55:52 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 418,\n        \"firstName\": \"Bill\",\n        \"lastName\": \"Doe\",\n        \"email\": \"john.doe@company.some\",\n        \"isSysadmin\": true,\n        \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n        \"updatedAt\": \"2019-02-13T18:55:52+00:00\",\n        \"exploitations\": [\n            {\n                \"id\": 435\n            }\n        ],\n        \"businessUnits\": [\n            {\n                \"id\": 277\n            }\n        ],\n        \"relatedUsers\": [\n            {\n                \"id\": 418\n            }\n        ],\n        \"details\": {\n            \"locale\": \"en-CA\",\n            \"organization\": \"Some Company\",\n            \"postalAddress\": \"1244 King Street\",\n            \"city\": \"Montreal\",\n            \"state\": \"CA_ON\",\n            \"zipcode\": \"H0H 0H0\",\n            \"country\": \"CA\",\n            \"workPhone\": \"12345678910\",\n            \"workPhoneExtension\": null,\n            \"cellPhone\": null,\n            \"acceptedTerms\": true,\n            \"acceptedEffigisNewsAlerts\": true,\n            \"acceptedPromosOffers\": true,\n            \"canMakeRecommendations\": true,\n            \"canMakeRecommendationsPending\": false,\n            \"currencyPreference\": \"dollar_ca\",\n            \"meteorologicalUnitPreference\": \"imperial\",\n            \"agriculturalUnitPreference\": \"imperial\"\n        }\n    }\n}"}],"_postman_id":"c8885751-8fb1-4a13-a963-2bbdcce80bf8"},{"name":"Update the credentials of the authenticated user - Not documented for public use","id":"8f512a6d-c646-4dbd-bbbb-87228e0b4755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"new@email.com\",\n    \"currentPassword\": \"oldPass123!\",\n    \"password\": \"MKO12nji\",\n    \"passwordConfirmation\": \"MKO12nji\"\n}"},"url":"{{baseUrl}}/api/v1/account/credentials","description":"## Input\n\nAll request body fields are required."},"response":[{"id":"ccebc0f9-da6d-4b89-9c66-9bfa3478b971","name":"Update the credentials of the authenticated user","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"new@email.com\",\n    \"currentPassword\": \"oldPass123!\",\n    \"password\": \"MKO12nji\",\n    \"passwordConfirmation\": \"MKO12nji\"\n}"},"url":"{{baseUrl}}/api/v1/account/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:05:00 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:05:00 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-Clockwork-Id","value":"1550084700-3599-1702193402"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=917.31309890747; desc=\"Application\", db; dur=0.73; desc=\"Database\", timeline-event-total; dur=917.66595840454; desc=\"Total execution time.\", timeline-event-initialisation; dur=358.46400260925; desc=\"Application initialisation.\", timeline-event-boot; dur=278.53107452393; desc=\"Framework booting.\", timeline-event-run; dur=559.20100212097; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:05:00 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 418,\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"email\": \"new@email.com\",\n        \"isSysadmin\": false,\n        \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n        \"updatedAt\": \"2019-02-13T18:35:52+00:00\",\n        \"exploitations\": [\n            {\n                \"id\": 435\n            }\n        ],\n        \"businessUnits\": [\n            {\n                \"id\": 277\n            }\n        ],\n        \"relatedUsers\": [\n            {\n                \"id\": 418\n            }\n        ],\n        \"details\": {\n            \"locale\": \"fr-CA\",\n            \"organization\": null,\n            \"postalAddress\": null,\n            \"city\": null,\n            \"state\": \"CA_QC\",\n            \"zipcode\": null,\n            \"country\": \"CA\",\n            \"workPhone\": \"12345678910\",\n            \"workPhoneExtension\": null,\n            \"cellPhone\": null,\n            \"acceptedTerms\": true,\n            \"acceptedEffigisNewsAlerts\": true,\n            \"acceptedPromosOffers\": true,\n            \"canMakeRecommendations\": true,\n            \"canMakeRecommendationsPending\": false,\n            \"currencyPreference\": \"dollar_ca\",\n            \"meteorologicalUnitPreference\": \"metric\",\n            \"agriculturalUnitPreference\": \"metric\"\n        }\n    }\n}"}],"_postman_id":"8f512a6d-c646-4dbd-bbbb-87228e0b4755"}],"id":"53582cee-11ca-4393-a897-6d7b6722932d","_postman_id":"53582cee-11ca-4393-a897-6d7b6722932d"},{"name":"API Version 1","item":[{"name":"BusinessUnits","item":[{"name":"List all business units","id":"4948bfe7-713a-44b9-be4d-455f1fc1d4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/businessunits","description":"This endpoint lists all the business units for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all business units are returned."},"response":[{"id":"0c686af7-d8fc-4944-8246-61137fd11bf3","name":"List all business units","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/businessunits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:08:45 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:08:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550084925-4811-447156885"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=998.01707267761; desc=\"Application\", db; dur=19.99; desc=\"Database\", timeline-event-total; dur=998.44193458557; desc=\"Total execution time.\", timeline-event-initialisation; dur=367.59996414185; desc=\"Application initialisation.\", timeline-event-boot; dur=285.72297096252; desc=\"Framework booting.\", timeline-event-run; dur=630.84101676941; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:08:45 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"bu-id-1\",\n            \"displayName\": \"AAC\",\n            \"description\": null,\n            \"businessCategory\": \"consultant\",\n            \"createdAt\": \"2018-05-17T17:09:28+00:00\",\n            \"updatedAt\": \"2018-07-09T14:40:35+00:00\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"bu-id-10\",\n            \"displayName\": \"MAPAQ Nicolet\",\n            \"description\": null,\n            \"businessCategory\": null,\n            \"createdAt\": \"2018-05-17T17:09:28+00:00\",\n            \"updatedAt\": \"2018-06-12T19:12:24+00:00\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"bu-id-100\",\n            \"displayName\": \"Some Company\",\n            \"description\": null,\n            \"businessCategory\": \"producer\",\n            \"createdAt\": \"2018-05-17T17:09:28+00:00\",\n            \"updatedAt\": \"2018-06-12T19:12:24+00:00\"\n        }\n    ]\n}"}],"_postman_id":"4948bfe7-713a-44b9-be4d-455f1fc1d4f5"},{"name":"Get a single business unit","id":"e23e53ad-f819-406a-be96-033567551a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/businessunits/276","description":"This endpoint returns a single business unit. If the requested business unit is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information."},"response":[{"id":"7fe9347e-bd2c-4a8d-97f6-157996d06195","name":"Get a specific business unit","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/businessunits/174"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:20:56 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:20:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550085656-2670-248942171"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=822.76082038879; desc=\"Application\", db; dur=16.25; desc=\"Database\", timeline-event-total; dur=822.96586036682; desc=\"Total execution time.\", timeline-event-initialisation; dur=304.69179153442; desc=\"Application initialisation.\", timeline-event-boot; dur=251.34801864624; desc=\"Framework booting.\", timeline-event-run; dur=518.27311515808; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:20:56 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 174,\n        \"name\": \"bu-id-174\",\n        \"displayName\": \"Effigis GEOSOLUTIONS\",\n        \"description\": null,\n        \"businessCategory\": \"producer\",\n        \"createdAt\": \"2018-05-17T17:09:29+00:00\",\n        \"updatedAt\": \"2018-06-12T19:12:25+00:00\"\n    }\n}"}],"_postman_id":"e23e53ad-f819-406a-be96-033567551a7a"},{"name":"Update a business unit","id":"b089e219-7d7e-4a91-b436-df213f9223f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n    \"displayName\": \"My Company\",\n    \"description\": \"This is a description\",\n    \"businessCategory\": \"service_company\"\n}"},"url":"{{baseUrl}}/api/v1/businessunits/277","description":"## Input\n\nAll request body fields are optional.\n\nName | Type | Description\n---- | ---- | -----------\ndisplayName | `string` | \ndescription | `string` | \nbusinessCategory | `string` | Must be either `producer`, `consultant`, or `service_company`"},"response":[{"id":"ddd63ce9-621a-420d-83ac-cb09f6290b29","name":"Update a business unit","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"displayName\": \"My Company\",\n    \"description\": \"This is a description\",\n    \"businessCategory\": \"service_company\"\n}"},"url":"{{baseUrl}}/api/v1/businessunits/174"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:23:27 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:23:27 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550085807-8163-791202146"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=1210.7210159302; desc=\"Application\", db; dur=28.07; desc=\"Database\", timeline-event-total; dur=1211.2009525299; desc=\"Total execution time.\", timeline-event-initialisation; dur=389.48488235474; desc=\"Application initialisation.\", timeline-event-boot; dur=372.91097640991; desc=\"Framework booting.\", timeline-event-run; dur=821.71392440796; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:23:27 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 174,\n        \"name\": \"bu-id-174\",\n        \"displayName\": \"My Company\",\n        \"description\": \"This is a description\",\n        \"businessCategory\": \"service_company\",\n        \"createdAt\": \"2018-05-17T17:09:29+00:00\",\n        \"updatedAt\": \"2019-02-13T19:23:27+00:00\"\n    }\n}"}],"_postman_id":"b089e219-7d7e-4a91-b436-df213f9223f2"}],"id":"bf96563a-ecd0-4a65-a331-a463edb6c0b6","_postman_id":"bf96563a-ecd0-4a65-a331-a463edb6c0b6"},{"name":"Exploitations (farms)","item":[{"name":"List all exploitations","id":"d365b973-0e68-4e6b-9016-4206e2dd207b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/exploitations","description":"This endpoint lists all the exploitations for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all exploitations are returned.\n\nSee the `Create an exploitation` endpoint for a description of the ouput fields."},"response":[{"id":"38b76460-43e0-49b9-81e8-ea60769c1212","name":"List all exploitations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/exploitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Tue, 19 Feb 2019 16:46:26 +0000"},{"key":"Date","value":"Tue, 19 Feb 2019 16:46:26 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550594786-5266-151429992"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=539.27206993103; desc=\"Application\", db; dur=18.79; desc=\"Database\", timeline-event-total; dur=539.63303565979; desc=\"Total execution time.\", timeline-event-initialisation; dur=215.01612663269; desc=\"Application initialisation.\", timeline-event-boot; dur=165.53902626038; desc=\"Framework booting.\", timeline-event-run; dur=324.61714744568; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Mon, 15-Nov-2021 16:46:26 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 176,\n            \"businessUnitId\": 277,\n            \"name\": \"My Updated Farm\",\n            \"description\": \"My updated description\",\n            \"email\": null,\n            \"cellPhone\": null,\n            \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n            \"currency\": \"dollar_ca\",\n            \"nitrogenPrice\": 665.99999999999955,\n            \"cornGrainPrice\": 200.00000000000009,\n            \"createdAt\": \"2018-05-17T17:09:30+00:00\",\n            \"updatedAt\": \"2019-02-15T19:48:08+00:00\"\n        },\n        {\n            \"id\": 459,\n            \"businessUnitId\": 277,\n            \"name\": \"My New Farm\",\n            \"description\": \"This is my new farm\",\n            \"email\": \"me@email.com\",\n            \"cellPhone\": \"12345678910\",\n            \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n            \"currency\": \"dollar_ca\",\n            \"nitrogenPrice\": 100.0000000000007,\n            \"cornGrainPrice\": 99.999999999998778,\n            \"createdAt\": \"2019-02-19T16:36:08+00:00\",\n            \"updatedAt\": \"2019-02-19T16:36:08+00:00\"\n        }\n    ]\n}"}],"_postman_id":"d365b973-0e68-4e6b-9016-4206e2dd207b"},{"name":"List all exploitations  - Legacy - Not documented for public use","id":"0a224f33-c828-4fe4-bd08-fa9279ef58cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/exploitations/legacy","description":"This endpoint lists all the exploitations for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all exploitations are returned."},"response":[{"id":"d0912591-4936-4cb9-ba6c-2c389b35f2c6","name":"List all exploitations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/exploitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:27:50 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:27:50 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550086070-2139-1280407195"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=1041.5999889374; desc=\"Application\", db; dur=22.38; desc=\"Database\", timeline-event-total; dur=1041.9900417328; desc=\"Total execution time.\", timeline-event-initialisation; dur=374.53103065491; desc=\"Application initialisation.\", timeline-event-boot; dur=297.75905609131; desc=\"Framework booting.\", timeline-event-run; dur=667.45901107788; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:27:49 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 435,\n            \"businessUnitId\": 277,\n            \"name\": \"My First Farm\",\n            \"description\": \"Description\",\n            \"email\": null,\n            \"cellPhone\": null,\n            \"fertilizerType\": \"pure_nitrogen_1000_0_0\",\n            \"currency\": \"dollar_ca\",\n            \"nitrogenPricePerMetricTon\": 1200,\n            \"cornGrainPricePerMetricTon\": 200,\n            \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n            \"updatedAt\": \"2018-11-29T15:19:52+00:00\"\n        }\n    ]\n}"}],"_postman_id":"0a224f33-c828-4fe4-bd08-fa9279ef58cc"},{"name":"Get a single exploitation","id":"484a4d3e-28ad-405e-ae21-1117654fbb76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/exploitations/435","description":"This endpoint returns a single exploitation. If the requested exploitation is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information.\n\nSee the `Create an exploitation` endpoint for a description of the ouput fields."},"response":[{"id":"7fb99ac5-dd7f-41e3-af12-046af100f49e","name":"Get a single exploitation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/exploitations/435"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:46:39 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:46:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"X-Clockwork-Id","value":"1550087199-5082-522639229"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=680.57799339294; desc=\"Application\", db; dur=13.22; desc=\"Database\", timeline-event-total; dur=680.76992034912; desc=\"Total execution time.\", timeline-event-initialisation; dur=249.5698928833; desc=\"Application initialisation.\", timeline-event-boot; dur=205.11293411255; desc=\"Framework booting.\", timeline-event-run; dur=431.20002746582; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:46:39 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 435,\n        \"businessUnitId\": 277,\n        \"ownerUserId\": 0,\n        \"name\": \"My First Farm\",\n        \"description\": \"Description\",\n        \"email\": null,\n        \"cellPhone\": null,\n        \"fertilizerType\": \"pure_nitrogen_1000_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPrice\": 1200,\n        \"cornGrainPrice\": 200,\n        \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n        \"updatedAt\": \"2018-11-29T15:19:52+00:00\"\n    }\n}"}],"_postman_id":"484a4d3e-28ad-405e-ae21-1117654fbb76"},{"name":"Get a single exploitation - Legacy - Not documented for public use","id":"90093e60-9dba-47fd-aa24-c5fce72413f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/exploitations/legacy/435","description":"This endpoint returns a single exploitation. If the requested exploitation is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information."},"response":[{"id":"45163472-b854-4b94-8617-4fbaca39fb51","name":"Get a single exploitation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/exploitations/435"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:46:39 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:46:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"X-Clockwork-Id","value":"1550087199-5082-522639229"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=680.57799339294; desc=\"Application\", db; dur=13.22; desc=\"Database\", timeline-event-total; dur=680.76992034912; desc=\"Total execution time.\", timeline-event-initialisation; dur=249.5698928833; desc=\"Application initialisation.\", timeline-event-boot; dur=205.11293411255; desc=\"Framework booting.\", timeline-event-run; dur=431.20002746582; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:46:39 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 435,\n        \"businessUnitId\": 277,\n        \"ownerUserId\": 0,\n        \"name\": \"My First Farm\",\n        \"description\": \"Description\",\n        \"email\": null,\n        \"cellPhone\": null,\n        \"fertilizerType\": \"pure_nitrogen_1000_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPricePerMetricTon\": 1200,\n        \"cornGrainPricePerMetricTon\": 200,\n        \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n        \"updatedAt\": \"2018-11-29T15:19:52+00:00\"\n    }\n}"}],"_postman_id":"90093e60-9dba-47fd-aa24-c5fce72413f9"},{"name":"Create an exploitation","id":"7c9c18a5-73f4-4193-aaf8-fe46fa9a5ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":" {\n    \"businessUnitId\": 277,\n    \"name\": \"My New Farm\",\n    \"description\": \"This is my new farm\",\n    \"email\": \"me@email.com\",\n    \"cellPhone\": \"12345678910\",\n    \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n    \"currency\": \"dollar_ca\",\n    \"nitrogenPrice\": 100,\n    \"cornGrainPrice\": 100\n}"},"url":"{{baseUrl}}/api/v1/exploitations","description":"## Input\n\nAll request body fields are **required**, unless specified otherwise below.\n\nName | Type | Description\n---- | ---- | -----------\nbusinessUnitId | `integer` | The id of the business unit to which the new exploitation will belong\nname | `string` | A name for the new exploitation\ndescription | `string` | **Optional** A user-friendly description for the new exploitation\nemail | `string` | Email adress to send recommandations\ncellPhone | `string` | Cell phone number to send recommandations by SMS. 10 digits (with leading country code)\nfertilizerType | `string` | Default fertilizer for this exploitation. Must be a member of the `FERTILIZER_TYPES` enumeration\ncurrency | `string` | Defaut currency for this exploitation (currently, only `dollar_ca` is supported)\nnitrogenPrice | `number` | Default price of nitrogen for this exploitation, in the default currency. The unit for this value depends on the default fertilizer (see `fertilizerType` above) and the user's `agriculturalUnitPreference` (`metric` or `imperial`, see the table below for details)\ncornGrainPrice | `number` | Default price of corn for this exploitation, in the selected currency, by `bushel` (if the authenticated user's `agriculturalUnitPreference` is `imperial`) or by `metric ton` (if `agriculturalUnitPreference` is `metric`)\n \n\n## Pricing units for nitrogen\n\nDefault fertilizer | Metric | Imperial\n---- | ---- | -----------\n`urea_460_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`ammonium_nitrate_335_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`nitrogen_solution_280_0_0` | `currency_per_litre` | `currency_per_gallon`\n`nitrogen_solution_300_0_0` | `currency_per_litre` | `currency_per_gallon`\n`nitrogen_solution_320_0_0` | `currency_per_litre` | `currency_per_gallon`\n`calcium_ammonium_nitrate_270_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`anhydrous_ammonia_820_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`pure_nitrogen_1000_0_0` | `currency_per_metric_ton` | `currency_per_pound`"},"response":[{"id":"11cca9fc-eb64-4583-97c5-c6ccc5b663d7","name":"Create a new exploitation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"businessUnitId\": 277,\n        \"name\": \"My New Farm\",\n        \"description\": \"This is my new farm\",\n        \"email\": \"me@email.com\",\n        \"cellPhone\": \"12345678910\",\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPrice\": 100,\n        \"cornGrainPrice\": 100\n}"},"url":"{{baseUrl}}/api/v1/exploitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:55:34 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:55:34 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550087734-8079-713599570"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=952.20303535461; desc=\"Application\", db; dur=23.86; desc=\"Database\", timeline-event-total; dur=952.47387886047; desc=\"Total execution time.\", timeline-event-initialisation; dur=388.21291923523; desc=\"Application initialisation.\", timeline-event-boot; dur=254.09317016602; desc=\"Framework booting.\", timeline-event-run; dur=564.25595283508; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:55:34 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 451,\n        \"businessUnitId\": 277,\n        \"name\": \"My New Farm\",\n        \"description\": \"This is my new farm\",\n        \"email\": \"me@email.com\",\n        \"cellPhone\": \"12345678910\",\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPrice\": 100.00000000000097,\n        \"cornGrainPrice\": 100,\n        \"createdAt\": \"2019-02-13T19:55:34+00:00\",\n        \"updatedAt\": \"2019-02-13T19:55:34+00:00\"\n    }\n}"}],"_postman_id":"7c9c18a5-73f4-4193-aaf8-fe46fa9a5ae3"},{"name":"Create an exploitation  - Legacy - Not documented for public use","id":"49f8158a-9508-4fca-8241-972daddde937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":" {\n    \"businessUnitId\": 277,\n    \"name\": \"My New Farm\",\n    \"description\": \"This is my new farm\",\n    \"email\": \"me@email.com\",\n    \"cellPhone\": \"12345678910\",\n    \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n    \"currency\": \"dollar_ca\",\n    \"nitrogenPricePerMetricTon\": 100,\n    \"cornGrainPricePerMetricTon\": 100\n}"},"url":"{{baseUrl}}/api/v1/exploitations/legacy","description":"## Input\n\nAll request body fields are **required**, unless specified below.\n\nName | Type | Description\n---- | ---- | -----------\nbusinessUnitId | `integer` | \nname | `string` | \ndescription | `string` | **Optional**\nemail | `string` | Email adress to send recommandations\ncellPhone | `string` | Cell phone number to send recommandations by SMS. 10 digits (with leading country code)\nfertilizerType | `string` | Default fertilizer for this exploitation. Must be a member of the `FERTILIZER_TYPES` enumeration\ncurrency | `string` | Currently, only `dollar_ca` is supported\nnitrogenPrice | `number` | Default price of nitrogen for this exploitation, in the selected currency. This value depends on the selected default fertilizer (see `fertilizerType` above) and the user's `agriculturalUnitPreference` (see the table below for details)\ncornGrainPrice | `number` | Default price of corn for this exploitation, in the selected currency, by `bushel` (for `imperial`) or by `metric ton` (for `metric`)\n\n\n## Pricing system for nitrogen\n\nDefault fertilizer | Metric | Imperial\n---- | ---- | -----------\n`urea_460_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`ammonium_nitrate_335_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`nitrogen_solution_280_0_0` | `currency_per_litre` | `currency_per_gallon`\n`nitrogen_solution_300_0_0` | `currency_per_litre` | `currency_per_gallon`\n`nitrogen_solution_320_0_0` | `currency_per_litre` | `currency_per_gallon`\n`calcium_ammonium_nitrate_270_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`anhydrous_ammonia_820_0_0` | `currency_per_metric_ton` | `currency_per_pound`\n`pure_nitrogen_1000_0_0` | `currency_per_metric_ton` | `currency_per_pound`"},"response":[{"id":"49e719dd-9931-4a7f-8d7a-4c71aeac58f4","name":"Create a new exploitation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"businessUnitId\": 277,\n        \"name\": \"My New Farm\",\n        \"description\": \"This is my new farm\",\n        \"email\": \"me@email.com\",\n        \"cellPhone\": \"12345678910\",\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPrice\": 100,\n        \"cornGrainPrice\": 100\n}"},"url":"{{baseUrl}}/api/v1/exploitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:55:34 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:55:34 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Clockwork-Id","value":"1550087734-8079-713599570"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=952.20303535461; desc=\"Application\", db; dur=23.86; desc=\"Database\", timeline-event-total; dur=952.47387886047; desc=\"Total execution time.\", timeline-event-initialisation; dur=388.21291923523; desc=\"Application initialisation.\", timeline-event-boot; dur=254.09317016602; desc=\"Framework booting.\", timeline-event-run; dur=564.25595283508; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:55:34 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 451,\n        \"businessUnitId\": 277,\n        \"name\": \"My New Farm\",\n        \"description\": \"This is my new farm\",\n        \"email\": \"me@email.com\",\n        \"cellPhone\": \"12345678910\",\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPrice\": 100.00000000000097,\n        \"cornGrainPrice\": 100,\n        \"createdAt\": \"2019-02-13T19:55:34+00:00\",\n        \"updatedAt\": \"2019-02-13T19:55:34+00:00\"\n    }\n}"}],"_postman_id":"49f8158a-9508-4fca-8241-972daddde937"},{"name":"Update an exploitation","id":"2e489c2c-d9e1-4438-a7e7-de89efea98fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":" {\n    \"name\": \"My Updated Farm\",\n    \"description\": \"My updated description\",\n    \"email\": \"updated@email.com\",\n    \"cellPhone\": \"12345678910\",\n    \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n    \"currency\": \"dollar_ca\",\n    \"nitrogenPrice\": 80,\n    \"cornGrainPrice\": 80\n}"},"url":"{{baseUrl}}/api/v1/exploitations/176","description":"## Input\n\nThis enpoint uses the same input fields as `Create an exploitation`, except `businessUnitId` (as this value cannot be modified)."},"response":[{"id":"cdf8a2d9-56c2-4f3b-bbe5-d1bd4368df82","name":"Update an exploitation","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":" {\n    \"name\": \"My Updated Farm\",\n    \"description\": \"My updated description\",\n    \"email\": \"updated@email.com\",\n    \"cellPhone\": \"12345678910\",\n    \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n    \"currency\": \"dollar_ca\",\n    \"nitrogenPrice\": 80,\n    \"cornGrainPrice\": 80\n}"},"url":"{{baseUrl}}/api/v1/exploitations/176"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Tue, 19 Feb 2019 18:48:10 +0000"},{"key":"Date","value":"Tue, 19 Feb 2019 18:48:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550602090-1741-276048104"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=599.44105148315; desc=\"Application\", db; dur=45.72; desc=\"Database\", timeline-event-total; dur=599.71404075623; desc=\"Total execution time.\", timeline-event-initialisation; dur=171.56791687012; desc=\"Application initialisation.\", timeline-event-boot; dur=163.6528968811; desc=\"Framework booting.\", timeline-event-run; dur=428.14517021179; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Mon, 15-Nov-2021 18:48:09 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 176,\n        \"businessUnitId\": 277,\n        \"name\": \"My Updated Farm\",\n        \"description\": \"My updated description\",\n        \"email\": \"updated@email.com\",\n        \"cellPhone\": \"12345678910\",\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPrice\": 79.999999999999972,\n        \"cornGrainPrice\": 80.000000000000028,\n        \"createdAt\": \"2018-05-17T17:09:30+00:00\",\n        \"updatedAt\": \"2019-02-19T18:48:10+00:00\"\n    }\n}"}],"_postman_id":"2e489c2c-d9e1-4438-a7e7-de89efea98fe"},{"name":"Update an exploitation - Legacy - Not documented for public use","id":"529f04fb-4521-4247-abe3-aaffe38dd236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":" {\n        \"name\": \"My Updated Farm\",\n        \"description\": \"My updated description\",\n        \"email\": null,\n        \"cell_phone\": null,\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPricePerMetricTon\": 666,\n        \"cornGrainPricePerMetricTon\": 200\n}"},"url":"{{baseUrl}}/api/v1/exploitations/legacy/176","description":"## Input\n\nThis enpoint uses the same input fields as `Create an exploitation`, except `businessUnitId` (this value cannot be modified)."},"response":[{"id":"f2cfb7e7-c958-4dcf-b4af-6ae3e6b84268","name":"Update an existing exploitation","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"name\": \"My Updated Farm\",\n        \"description\": \"My updated description\",\n        \"email\": null,\n        \"cell_phone\": null,\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPricePerMetricTon\": 666,\n        \"cornGrainPricePerMetricTon\": 200\n}"},"url":"{{baseUrl}}/api/v1/exploitations/176"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:59:28 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 19:59:28 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550087968-0362-342945489"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=905.97891807556; desc=\"Application\", db; dur=20.79; desc=\"Database\", timeline-event-total; dur=906.45790100098; desc=\"Total execution time.\", timeline-event-initialisation; dur=270.80798149109; desc=\"Application initialisation.\", timeline-event-boot; dur=249.920129776; desc=\"Framework booting.\", timeline-event-run; dur=635.6520652771; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 19:59:27 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 176,\n        \"businessUnitId\": 277,\n        \"ownerUserId\": 322,\n        \"name\": \"My Updated Farm\",\n        \"description\": \"My updated description\",\n        \"email\": null,\n        \"cellPhone\": null,\n        \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\n        \"currency\": \"dollar_ca\",\n        \"nitrogenPricePerMetricTon\": 665.99999999998749,\n        \"cornGrainPricePerMetricTon\": 200,\n        \"createdAt\": \"2018-05-17T17:09:30+00:00\",\n        \"updatedAt\": \"2019-02-13T19:59:27+00:00\"\n    }\n}"}],"_postman_id":"529f04fb-4521-4247-abe3-aaffe38dd236"},{"name":"Delete an exploitation","id":"3c73e966-976c-43fe-b11b-1a7240d6d066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/exploitations/450","description":"This endpoint will delete the selected exploitation, and all associated fields and recommandations."},"response":[{"id":"5b04bcd1-4f40-413c-9aef-babf550748df","name":"Delete an exploitation","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/exploitations/450"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 20:03:56 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 20:03:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"X-Clockwork-Id","value":"1550088236-4048-2033359174"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=852.53500938416; desc=\"Application\", db; dur=141.03; desc=\"Database\", timeline-event-total; dur=853.06787490845; desc=\"Total execution time.\", timeline-event-initialisation; dur=218.09196472168; desc=\"Application initialisation.\", timeline-event-boot; dur=209.69486236572; desc=\"Framework booting.\", timeline-event-run; dur=634.97710227966; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 20:03:56 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true\n}"}],"_postman_id":"3c73e966-976c-43fe-b11b-1a7240d6d066"}],"id":"99220af4-91f4-4edb-8079-1a0084f0fc0e","event":[{"listen":"prerequest","script":{"id":"d76bc5d8-3b5f-44a1-b627-69e2e316b069","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb6e2dc4-66e4-4727-9716-ef17d62219c3","type":"text/javascript","exec":[""]}}],"_postman_id":"99220af4-91f4-4edb-8079-1a0084f0fc0e"},{"name":"Fields","item":[{"name":"List all fields","id":"c2b5ff48-8725-43e1-b18d-cf69acae413d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/fields","description":"This endpoint lists all the fields for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all fields are returned.\n\n# Output\n\nGeometries (`geog`) are expressed as GeoJSON geometries, of type `MultiPolygon`:\n\n```\n{\n\t\"type\": \"MultiPolygon\",\n\t\"coordinates\": [\n\t    [\n\t        [\n\t            [\n\t                -73.869806999999994,\n\t                45.294398000000001\n\t            ],\n\t        \t[\n\t                -73.869893000000005,\n\t                45.294334999999997\n\t            ],\n\t            ...\n\t        ]\n\t    ]\n\t]\n}\n```"},"response":[{"id":"220d9052-9e12-46da-acc1-182b35344aaf","name":"List all fields","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 15:28:29 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 15:28:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Clockwork-Id","value":"1550244509-1629-1348853246"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=729.28786277771; desc=\"Application\", db; dur=70.4; desc=\"Database\", timeline-event-total; dur=729.49504852295; desc=\"Total execution time.\", timeline-event-initialisation; dur=230.46588897705; desc=\"Application initialisation.\", timeline-event-boot; dur=195.10412216187; desc=\"Framework booting.\", timeline-event-run; dur=499.02701377869; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 15:28:28 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1136,\n            \"exploitationId\": 176,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -71.702427,\n                                46.672880999999997\n                            ],\n                            [\n                                -71.702558999999994,\n                                46.672767\n                            ],\n                            [\n                                -71.698597000000007,\n                                46.669696000000002\n                            ],\n                            [\n                                -71.696087000000006,\n                                46.669117\n                            ],\n                            [\n                                -71.695542000000003,\n                                46.669707000000002\n                            ],\n                            [\n                                -71.699340000000007,\n                                46.672665000000002\n                            ],\n                            [\n                                -71.700710000000001,\n                                46.672665000000002\n                            ],\n                            [\n                                -71.702427,\n                                46.672880999999997\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": \"bd34\",\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3Aoxz%7BGdkstLTXdRwWrBuNuBmBoQvV%3FpGi%40vI&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=R6v6-fBLqAmkPg__UF7MJCd6b7M=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 86939.526195526094,\n            \"active\": true,\n            \"previousCrop\": \"soy\",\n            \"organicMatterPercent\": 4.9000000000000004,\n            \"soilTexture\": \"silty_clay_loam\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 175.25756159999671,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 6,\n            \"createdAt\": \"2018-06-05T13:28:22+00:00\",\n            \"updatedAt\": \"2018-06-05T13:28:22+00:00\"\n        },\n        {\n            \"id\": 1598,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.874994000000001,\n                                45.295090000000002\n                            ],\n                            [\n                                -73.874925000000005,\n                                45.295071\n                            ],\n                            [\n                                -73.874804999999995,\n                                45.295096000000001\n                            ],\n                            [\n                                -73.874668,\n                                45.295140000000004\n                            ],\n                            [\n                                -73.874583999999999,\n                                45.295184999999996\n                            ],\n                            [\n                                -73.874510999999998,\n                                45.295206\n                            ],\n                            [\n                                -73.874454,\n                                45.295206\n                            ],\n                            [\n                                -73.874398999999997,\n                                45.295194000000002\n                            ],\n                            [\n                                -73.874354999999994,\n                                45.295166000000002\n                            ],\n                            [\n                                -73.874295000000004,\n                                45.295102\n                            ],\n                            [\n                                -73.874255000000005,\n                                45.295037000000001\n                            ],\n                            [\n                                -73.874230999999995,\n                                45.294994000000003\n                            ],\n                            [\n                                -73.874184999999997,\n                                45.294953999999997\n                            ],\n                            [\n                                -73.874109000000004,\n                                45.294908\n                            ],\n                            [\n                                -73.873973000000007,\n                                45.294795999999998\n                            ],\n                            [\n                                -73.873851999999999,\n                                45.294694999999997\n                            ],\n                            [\n                                -73.873782000000006,\n                                45.294642000000003\n                            ],\n                            [\n                                -73.873661999999996,\n                                45.294575000000002\n                            ],\n                            [\n                                -73.873525000000001,\n                                45.294514999999997\n                            ],\n                            [\n                                -73.873351999999997,\n                                45.294440000000002\n                            ],\n                            [\n                                -73.873154999999997,\n                                45.294350999999999\n                            ],\n                            [\n                                -73.873035000000002,\n                                45.294276000000004\n                            ],\n                            [\n                                -73.872944000000004,\n                                45.294203000000003\n                            ],\n                            [\n                                -73.872856999999996,\n                                45.294128000000001\n                            ],\n                            [\n                                -73.872788999999997,\n                                45.294094000000001\n                            ],\n                            [\n                                -73.872726,\n                                45.294079000000004\n                            ],\n                            [\n                                -73.872664999999998,\n                                45.294082000000003\n                            ],\n                            [\n                                -73.872629000000003,\n                                45.294099000000003\n                            ],\n                            [\n                                -73.872519999999994,\n                                45.294178000000002\n                            ],\n                            [\n                                -73.872258000000002,\n                                45.294372000000003\n                            ],\n                            [\n                                -73.872192999999996,\n                                45.294409000000002\n                            ],\n                            [\n                                -73.872129999999999,\n                                45.294410999999997\n                            ],\n                            [\n                                -73.872057999999996,\n                                45.294398000000001\n                            ],\n                            [\n                                -73.871999000000002,\n                                45.294362\n                            ],\n                            [\n                                -73.871868000000006,\n                                45.294266\n                            ],\n                            [\n                                -73.871358000000001,\n                                45.293850999999997\n                            ],\n                            [\n                                -73.871071999999998,\n                                45.293613000000001\n                            ],\n                            [\n                                -73.871049999999997,\n                                45.293574\n                            ],\n                            [\n                                -73.871049999999997,\n                                45.293542000000002\n                            ],\n                            [\n                                -73.871063000000007,\n                                45.293500000000002\n                            ],\n                            [\n                                -73.871116999999998,\n                                45.293458000000001\n                            ],\n                            [\n                                -73.871185999999994,\n                                45.293418000000003\n                            ],\n                            [\n                                -73.871300000000005,\n                                45.293357\n                            ],\n                            [\n                                -73.871446000000006,\n                                45.293272999999999\n                            ],\n                            [\n                                -73.871780000000001,\n                                45.293070999999998\n                            ],\n                            [\n                                -73.872136999999995,\n                                45.292887\n                            ],\n                            [\n                                -73.872604999999993,\n                                45.292658000000003\n                            ],\n                            [\n                                -73.873137999999997,\n                                45.292386\n                            ],\n                            [\n                                -73.873234999999994,\n                                45.292349000000002\n                            ],\n                            [\n                                -73.873301999999995,\n                                45.292341\n                            ],\n                            [\n                                -73.873344000000003,\n                                45.292350999999996\n                            ],\n                            [\n                                -73.873444000000006,\n                                45.292414999999998\n                            ],\n                            [\n                                -73.873693000000003,\n                                45.292619000000002\n                            ],\n                            [\n                                -73.874437999999998,\n                                45.293197999999997\n                            ],\n                            [\n                                -73.874797999999998,\n                                45.293475999999998\n                            ],\n                            [\n                                -73.875152,\n                                45.293748000000001\n                            ],\n                            [\n                                -73.875370000000004,\n                                45.293914000000001\n                            ],\n                            [\n                                -73.875736000000003,\n                                45.294190999999998\n                            ],\n                            [\n                                -73.876245999999995,\n                                45.294589000000002\n                            ],\n                            [\n                                -73.876688999999999,\n                                45.294947000000001\n                            ],\n                            [\n                                -73.877131000000006,\n                                45.295285\n                            ],\n                            [\n                                -73.877568999999994,\n                                45.295606999999997\n                            ],\n                            [\n                                -73.877588000000003,\n                                45.295634\n                            ],\n                            [\n                                -73.877585999999994,\n                                45.295664000000002\n                            ],\n                            [\n                                -73.877503000000004,\n                                45.295807000000003\n                            ],\n                            [\n                                -73.877433999999994,\n                                45.295921\n                            ],\n                            [\n                                -73.877407000000005,\n                                45.295979000000003\n                            ],\n                            [\n                                -73.877382999999995,\n                                45.296093999999997\n                            ],\n                            [\n                                -73.877385000000004,\n                                45.296191\n                            ],\n                            [\n                                -73.877357000000003,\n                                45.296280000000003\n                            ],\n                            [\n                                -73.877311000000006,\n                                45.296337999999999\n                            ],\n                            [\n                                -73.877234999999999,\n                                45.296382999999999\n                            ],\n                            [\n                                -73.877161000000001,\n                                45.296398000000003\n                            ],\n                            [\n                                -73.877022999999994,\n                                45.296401000000003\n                            ],\n                            [\n                                -73.876744000000002,\n                                45.296394999999997\n                            ],\n                            [\n                                -73.876638999999997,\n                                45.296382999999999\n                            ],\n                            [\n                                -73.876514999999998,\n                                45.296346999999997\n                            ],\n                            [\n                                -73.876354000000006,\n                                45.296273999999997\n                            ],\n                            [\n                                -73.876123000000007,\n                                45.296087999999997\n                            ],\n                            [\n                                -73.87603,\n                                45.295999000000002\n                            ],\n                            [\n                                -73.875888000000003,\n                                45.295879999999997\n                            ],\n                            [\n                                -73.875828999999996,\n                                45.295802999999999\n                            ],\n                            [\n                                -73.875769000000005,\n                                45.295687999999998\n                            ],\n                            [\n                                -73.875732999999997,\n                                45.295616000000003\n                            ],\n                            [\n                                -73.875681999999998,\n                                45.295569999999998\n                            ],\n                            [\n                                -73.875584000000003,\n                                45.295499\n                            ],\n                            [\n                                -73.875510000000006,\n                                45.295445000000001\n                            ],\n                            [\n                                -73.875416999999999,\n                                45.295395999999997\n                            ],\n                            [\n                                -73.875292999999999,\n                                45.295310000000001\n                            ],\n                            [\n                                -73.875080999999994,\n                                45.295155000000001\n                            ],\n                            [\n                                -73.874994000000001,\n                                45.295090000000002\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AiumsGtu%7BaMBKEWG%5BIQCM%3FKBIBGLKJGHEFGFOT%5BRWJMJWJYNc%40Pe%40LWNSLOFM%40K%3FKCGOUe%40s%40GM%3FK%40MFKPYrAeBn%40y%40FCD%3FF%40FJFLJTP%5Cf%40%60Ab%40fAl%40%7CAt%40hBFR%40JAFMRg%40p%40sBtCw%40fAu%40dA_%40j%40w%40hAoAdBgAvAcAvA_AvACBE%3F%5DQUMKCUES%40QEKIGMCO%3F%5B%3Fw%40BSDWNa%40b%40m%40PQV%5BNKTKLGHILSHMHQPY%5Ci%40LQ&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=LhqYkzWVQTjfNc1KJK6WzadM7Ns=\",\n            \"adminIsPaid\": true,\n            \"adminDatePaid\": \"2018-10-03T15:44:47+00:00\",\n            \"superficyM2\": 82764.986758090599,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-09-28T14:34:14+00:00\",\n            \"updatedAt\": \"2018-10-03T15:44:47+00:00\"\n        },\n        {\n            \"id\": 1605,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.867029000000002,\n                                45.290785999999997\n                            ],\n                            [\n                                -73.867096000000004,\n                                45.290781000000003\n                            ],\n                            [\n                                -73.867174000000006,\n                                45.290819999999997\n                            ],\n                            [\n                                -73.867214000000004,\n                                45.290846000000002\n                            ],\n                            [\n                                -73.867559,\n                                45.291077999999999\n                            ],\n                            [\n                                -73.867862000000002,\n                                45.291294999999998\n                            ],\n                            [\n                                -73.868144000000001,\n                                45.291505999999998\n                            ],\n                            [\n                                -73.868472999999994,\n                                45.291753\n                            ],\n                            [\n                                -73.868621000000005,\n                                45.291868999999998\n                            ],\n                            [\n                                -73.868694000000005,\n                                45.291922999999997\n                            ],\n                            [\n                                -73.868734000000003,\n                                45.291955999999999\n                            ],\n                            [\n                                -73.869085999999996,\n                                45.292225999999999\n                            ],\n                            [\n                                -73.869127000000006,\n                                45.292288999999997\n                            ],\n                            [\n                                -73.869121000000007,\n                                45.292369000000001\n                            ],\n                            [\n                                -73.869006999999996,\n                                45.292546000000002\n                            ],\n                            [\n                                -73.867705000000001,\n                                45.294530999999999\n                            ],\n                            [\n                                -73.866483000000002,\n                                45.296371999999998\n                            ],\n                            [\n                                -73.866421000000003,\n                                45.296393000000002\n                            ],\n                            [\n                                -73.866338999999996,\n                                45.296393000000002\n                            ],\n                            [\n                                -73.866142999999994,\n                                45.296249000000003\n                            ],\n                            [\n                                -73.865644000000003,\n                                45.295870000000001\n                            ],\n                            [\n                                -73.865641999999994,\n                                45.295869000000003\n                            ],\n                            [\n                                -73.865367000000006,\n                                45.295679\n                            ],\n                            [\n                                -73.864969000000002,\n                                45.295383000000001\n                            ],\n                            [\n                                -73.864722999999998,\n                                45.295197999999999\n                            ],\n                            [\n                                -73.864358999999993,\n                                45.294919\n                            ],\n                            [\n                                -73.864331000000007,\n                                45.294885999999998\n                            ],\n                            [\n                                -73.864324999999994,\n                                45.294843999999998\n                            ],\n                            [\n                                -73.864357999999996,\n                                45.294753999999998\n                            ],\n                            [\n                                -73.864476999999994,\n                                45.294562999999997\n                            ],\n                            [\n                                -73.865486000000004,\n                                45.293016000000001\n                            ],\n                            [\n                                -73.866726999999997,\n                                45.291155000000003\n                            ],\n                            [\n                                -73.866940999999997,\n                                45.290833999999997\n                            ],\n                            [\n                                -73.867029000000002,\n                                45.290785999999997\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AmzlsG%7CczaM%40LGLEFm%40dAk%40z%40i%40v%40o%40%60AW%5CILGFu%40fAKFOAc%40UkKcGoJuFCK%3FOZg%40jAcB%3F%3Fd%40u%40z%40oAb%40q%40v%40gADEH%3FPDd%40VrHhErJvF%60Ah%40FP&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=uGOFPigG9IQ0xeIBr2GIzEuQjHY=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 116505.657646932,\n            \"active\": true,\n            \"previousCrop\": \"soy\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-10-23T16:22:15+00:00\",\n            \"updatedAt\": \"2018-10-23T16:22:15+00:00\"\n        },\n        {\n            \"id\": 1623,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.878463999999994,\n                                45.298946000000001\n                            ],\n                            [\n                                -73.878474999999995,\n                                45.298890999999998\n                            ],\n                            [\n                                -73.878517000000002,\n                                45.298833999999999\n                            ],\n                            [\n                                -73.878533000000004,\n                                45.298786999999997\n                            ],\n                            [\n                                -73.878525999999994,\n                                45.298727\n                            ],\n                            [\n                                -73.878519999999995,\n                                45.298622000000002\n                            ],\n                            [\n                                -73.878469999999993,\n                                45.298378999999997\n                            ],\n                            [\n                                -73.878387000000004,\n                                45.298076000000002\n                            ],\n                            [\n                                -73.878347000000005,\n                                45.297983000000002\n                            ],\n                            [\n                                -73.878303000000002,\n                                45.297918000000003\n                            ],\n                            [\n                                -73.878246000000004,\n                                45.297877999999997\n                            ],\n                            [\n                                -73.878129000000001,\n                                45.297790999999997\n                            ],\n                            [\n                                -73.878091999999995,\n                                45.297741000000002\n                            ],\n                            [\n                                -73.878073999999998,\n                                45.297688999999998\n                            ],\n                            [\n                                -73.878085999999996,\n                                45.297632\n                            ],\n                            [\n                                -73.878141999999997,\n                                45.297562999999997\n                            ],\n                            [\n                                -73.878185000000002,\n                                45.297516000000002\n                            ],\n                            [\n                                -73.878207000000003,\n                                45.297466\n                            ],\n                            [\n                                -73.878203999999997,\n                                45.297393999999997\n                            ],\n                            [\n                                -73.878214999999997,\n                                45.297212999999999\n                            ],\n                            [\n                                -73.878221999999994,\n                                45.297114000000001\n                            ],\n                            [\n                                -73.878203999999997,\n                                45.297040000000003\n                            ],\n                            [\n                                -73.878179000000003,\n                                45.297002999999997\n                            ],\n                            [\n                                -73.878095999999999,\n                                45.296953000000002\n                            ],\n                            [\n                                -73.877964000000006,\n                                45.296877000000002\n                            ],\n                            [\n                                -73.877877999999995,\n                                45.296810000000001\n                            ],\n                            [\n                                -73.877759999999995,\n                                45.296720999999998\n                            ],\n                            [\n                                -73.877516999999997,\n                                45.296539000000003\n                            ],\n                            [\n                                -73.877459999999999,\n                                45.296486000000002\n                            ],\n                            [\n                                -73.877436000000003,\n                                45.296425999999997\n                            ],\n                            [\n                                -73.877430000000004,\n                                45.296371000000001\n                            ],\n                            [\n                                -73.877437,\n                                45.296301999999997\n                            ],\n                            [\n                                -73.877472999999995,\n                                45.296245999999996\n                            ],\n                            [\n                                -73.877506999999994,\n                                45.296193000000002\n                            ],\n                            [\n                                -73.877502000000007,\n                                45.296154999999999\n                            ],\n                            [\n                                -73.877502000000007,\n                                45.296115\n                            ],\n                            [\n                                -73.877514000000005,\n                                45.296042999999997\n                            ],\n                            [\n                                -73.877538000000001,\n                                45.296013000000002\n                            ],\n                            [\n                                -73.877542000000005,\n                                45.295966999999997\n                            ],\n                            [\n                                -73.877544999999998,\n                                45.295912999999999\n                            ],\n                            [\n                                -73.877571000000003,\n                                45.295831\n                            ],\n                            [\n                                -73.877618999999996,\n                                45.295765000000003\n                            ],\n                            [\n                                -73.877673000000001,\n                                45.295726999999999\n                            ],\n                            [\n                                -73.877713999999997,\n                                45.295709000000002\n                            ],\n                            [\n                                -73.878214999999997,\n                                45.296080000000003\n                            ],\n                            [\n                                -73.879267999999996,\n                                45.296886999999998\n                            ],\n                            [\n                                -73.879575000000003,\n                                45.297131999999998\n                            ],\n                            [\n                                -73.879626999999999,\n                                45.297186000000004\n                            ],\n                            [\n                                -73.879681000000005,\n                                45.297254000000002\n                            ],\n                            [\n                                -73.879728,\n                                45.297302999999999\n                            ],\n                            [\n                                -73.879772000000003,\n                                45.297333000000002\n                            ],\n                            [\n                                -73.879885000000002,\n                                45.297378000000002\n                            ],\n                            [\n                                -73.879960999999994,\n                                45.297426000000002\n                            ],\n                            [\n                                -73.880330999999998,\n                                45.297716000000001\n                            ],\n                            [\n                                -73.880713999999998,\n                                45.297998999999997\n                            ],\n                            [\n                                -73.881061000000003,\n                                45.298264000000003\n                            ],\n                            [\n                                -73.881088000000005,\n                                45.298296000000001\n                            ],\n                            [\n                                -73.881088000000005,\n                                45.298349999999999\n                            ],\n                            [\n                                -73.881083000000004,\n                                45.298389\n                            ],\n                            [\n                                -73.880859999999998,\n                                45.298541999999998\n                            ],\n                            [\n                                -73.880707000000001,\n                                45.298648999999997\n                            ],\n                            [\n                                -73.880554000000004,\n                                45.298774000000002\n                            ],\n                            [\n                                -73.880356000000006,\n                                45.298901999999998\n                            ],\n                            [\n                                -73.880274,\n                                45.298924999999997\n                            ],\n                            [\n                                -73.880161000000001,\n                                45.298924999999997\n                            ],\n                            [\n                                -73.880071000000001,\n                                45.298912999999999\n                            ],\n                            [\n                                -73.880019000000004,\n                                45.298907\n                            ],\n                            [\n                                -73.879998000000001,\n                                45.298924\n                            ],\n                            [\n                                -73.879998000000001,\n                                45.298948000000003\n                            ],\n                            [\n                                -73.880035000000007,\n                                45.298983\n                            ],\n                            [\n                                -73.880126000000004,\n                                45.299106000000002\n                            ],\n                            [\n                                -73.880140999999995,\n                                45.299157999999998\n                            ],\n                            [\n                                -73.880140999999995,\n                                45.299202999999999\n                            ],\n                            [\n                                -73.880110000000002,\n                                45.299245999999997\n                            ],\n                            [\n                                -73.880049,\n                                45.299278999999999\n                            ],\n                            [\n                                -73.879970999999998,\n                                45.299295000000001\n                            ],\n                            [\n                                -73.879892999999996,\n                                45.299292999999999\n                            ],\n                            [\n                                -73.879645999999994,\n                                45.299261000000001\n                            ],\n                            [\n                                -73.879300999999998,\n                                45.299221000000003\n                            ],\n                            [\n                                -73.878895,\n                                45.299171999999999\n                            ],\n                            [\n                                -73.878805,\n                                45.299157000000001\n                            ],\n                            [\n                                -73.878658000000001,\n                                45.299135\n                            ],\n                            [\n                                -73.878562000000002,\n                                45.299104999999997\n                            ],\n                            [\n                                -73.878506000000002,\n                                45.299069000000003\n                            ],\n                            [\n                                -73.878471000000005,\n                                45.299014999999997\n                            ],\n                            [\n                                -73.878463999999994,\n                                45.298946000000001\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AmmnsGjk%7CaMJBJFF%40J%3FTAn%40Iz%40ORGJIFIPWHGHCJBLHFHHBNAb%40BR%3FLCFCHOL%5BLOPWb%40o%40HKJCJAL%40HDJFDAF%3FN%40DDF%3FJ%40NBJHFHBFiAdBaDpEo%40%7C%40KHKHIHEFIVILy%40hAw%40jAs%40dAGDI%3FGA%5Dk%40U%5DW_%40Ye%40EQ%3FUBQ%3FIACE%3FEFYPI%40G%3FIEEKCO%40ODo%40FeAHoA%40QB%5DDSFIHGLA&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=uuccIl1ZObPxJwcSx1v10PKOVYg=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 49671.154159859798,\n            \"active\": true,\n            \"previousCrop\": \"grassland\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-10-25T17:14:49+00:00\",\n            \"updatedAt\": \"2018-10-25T17:14:49+00:00\"\n        },\n        {\n            \"id\": 1606,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.880273000000003,\n                                45.290770000000002\n                            ],\n                            [\n                                -73.880622000000002,\n                                45.290762999999998\n                            ],\n                            [\n                                -73.881106000000003,\n                                45.290765\n                            ],\n                            [\n                                -73.881444999999999,\n                                45.290771999999997\n                            ],\n                            [\n                                -73.881787000000003,\n                                45.290784000000002\n                            ],\n                            [\n                                -73.882114999999999,\n                                45.290801000000002\n                            ],\n                            [\n                                -73.882486999999998,\n                                45.290827999999998\n                            ],\n                            [\n                                -73.882486,\n                                45.290882000000003\n                            ],\n                            [\n                                -73.882476999999994,\n                                45.290944000000003\n                            ],\n                            [\n                                -73.882341999999994,\n                                45.291491999999998\n                            ],\n                            [\n                                -73.882350000000002,\n                                45.291524000000003\n                            ],\n                            [\n                                -73.882425999999995,\n                                45.291589000000002\n                            ],\n                            [\n                                -73.882453999999996,\n                                45.291626000000001\n                            ],\n                            [\n                                -73.882108000000002,\n                                45.293039999999998\n                            ],\n                            [\n                                -73.88185,\n                                45.294114\n                            ],\n                            [\n                                -73.881818999999993,\n                                45.294125999999999\n                            ],\n                            [\n                                -73.881766999999996,\n                                45.294123999999996\n                            ],\n                            [\n                                -73.881729000000007,\n                                45.294114\n                            ],\n                            [\n                                -73.877832999999995,\n                                45.291037000000003\n                            ],\n                            [\n                                -73.877778000000006,\n                                45.290989000000003\n                            ],\n                            [\n                                -73.878147999999996,\n                                45.290934999999998\n                            ],\n                            [\n                                -73.878333999999995,\n                                45.290909999999997\n                            ],\n                            [\n                                -73.878669000000002,\n                                45.290872\n                            ],\n                            [\n                                -73.879035999999999,\n                                45.290838000000001\n                            ],\n                            [\n                                -73.879396,\n                                45.290813\n                            ],\n                            [\n                                -73.879780999999994,\n                                45.290790999999999\n                            ],\n                            [\n                                -73.880273000000003,\n                                45.290770000000002\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AizlsGtv%7CaM%40dAA%60B%3FbAAbAC%60AEhAI%3FKAmB%5BE%40MNGByGcAuEs%40CE%40I%40GdRkWHIHhADb%40FbADhADfABjAB%60B&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=-_Fpc_X18jK1XdhoRIyCMu9cvMw=\",\n            \"adminIsPaid\": true,\n            \"adminDatePaid\": \"2018-10-26T13:58:55+00:00\",\n            \"superficyM2\": 73759.743862807794,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-10-23T17:19:27+00:00\",\n            \"updatedAt\": \"2018-10-26T13:58:55+00:00\"\n        },\n        {\n            \"id\": 1629,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.802374413987408,\n                                45.744132804436667\n                            ],\n                            [\n                                -73.797897710018034,\n                                45.743116589498683\n                            ],\n                            [\n                                -73.793690236874411,\n                                45.729333912675763\n                            ],\n                            [\n                                -73.796631163536077,\n                                45.729538815105563\n                            ],\n                            [\n                                -73.79738841102872,\n                                45.729673851151297\n                            ],\n                            [\n                                -73.797418431056045,\n                                45.729075525315949\n                            ],\n                            [\n                                -73.79819384772216,\n                                45.729061608156996\n                            ],\n                            [\n                                -73.802649593881327,\n                                45.743639031953457\n                            ],\n                            [\n                                -73.802374413987408,\n                                45.744132804436667\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AykevGxomaMhE%7DZduAiYi%40jQYvCtBDBxCczAzZaBw%40&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=La1ICP5dWf4Ns580PkgM1qva9QE=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 565816.56919515098,\n            \"active\": true,\n            \"previousCrop\": null,\n            \"organicMatterPercent\": null,\n            \"soilTexture\": null,\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": null,\n            \"percentAverageYield\": null,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-11-29T15:18:05+00:00\",\n            \"updatedAt\": \"2018-11-29T15:18:05+00:00\"\n        },\n        {\n            \"id\": 1631,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.794227000000006,\n                                45.735289000000002\n                            ],\n                            [\n                                -73.794330000000002,\n                                45.735306000000001\n                            ],\n                            [\n                                -73.794343999999995,\n                                45.735315\n                            ],\n                            [\n                                -73.794696000000002,\n                                45.736502000000002\n                            ],\n                            [\n                                -73.795233999999994,\n                                45.738335999999997\n                            ],\n                            [\n                                -73.795782000000003,\n                                45.740116\n                            ],\n                            [\n                                -73.796291999999994,\n                                45.741771\n                            ],\n                            [\n                                -73.796605999999997,\n                                45.742831000000002\n                            ],\n                            [\n                                -73.796605999999997,\n                                45.742866999999997\n                            ],\n                            [\n                                -73.796593999999999,\n                                45.742885000000001\n                            ],\n                            [\n                                -73.796542000000002,\n                                45.742876000000003\n                            ],\n                            [\n                                -73.796155999999996,\n                                45.742778999999999\n                            ],\n                            [\n                                -73.796118000000007,\n                                45.742761000000002\n                            ],\n                            [\n                                -73.796104,\n                                45.742697999999997\n                            ],\n                            [\n                                -73.795567000000005,\n                                45.740881000000002\n                            ],\n                            [\n                                -73.795005000000003,\n                                45.739038999999998\n                            ],\n                            [\n                                -73.794391000000005,\n                                45.736997000000002\n                            ],\n                            [\n                                -73.793893999999995,\n                                45.735308000000003\n                            ],\n                            [\n                                -73.793944999999994,\n                                45.735280000000003\n                            ],\n                            [\n                                -73.794021999999998,\n                                45.735280000000003\n                            ],\n                            [\n                                -73.794227000000006,\n                                45.735289000000002\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AqtcvG%7C%7CkaMCRA%40kFfAoJhBcJlBiIdBsE%7E%40G%3FCC%40IRkABGJCjJiBnJoBvK%7BBpIcBDJ%3FLAh%40&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=_CWrimnJ-NUHwSDpwrljYI38q4E=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 29392.194131553199,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-11-29T15:18:47+00:00\",\n            \"updatedAt\": \"2018-11-29T15:18:47+00:00\"\n        },\n        {\n            \"id\": 1632,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.869806999999994,\n                                45.294398000000001\n                            ],\n                            [\n                                -73.869837000000004,\n                                45.294398000000001\n                            ],\n                            [\n                                -73.870793000000006,\n                                45.295138999999999\n                            ],\n                            [\n                                -73.870833000000005,\n                                45.295188000000003\n                            ],\n                            [\n                                -73.870829999999998,\n                                45.295240999999997\n                            ],\n                            [\n                                -73.870806999999999,\n                                45.295273999999999\n                            ],\n                            [\n                                -73.870586000000003,\n                                45.295422000000002\n                            ],\n                            [\n                                -73.868826999999996,\n                                45.296577999999997\n                            ],\n                            [\n                                -73.868774000000002,\n                                45.296585\n                            ],\n                            [\n                                -73.868691999999996,\n                                45.296579000000001\n                            ],\n                            [\n                                -73.868607999999995,\n                                45.296548999999999\n                            ],\n                            [\n                                -73.868183000000002,\n                                45.296261999999999\n                            ],\n                            [\n                                -73.868128999999996,\n                                45.296191999999998\n                            ],\n                            [\n                                -73.868101999999993,\n                                45.296154999999999\n                            ],\n                            [\n                                -73.868101999999993,\n                                45.296132\n                            ],\n                            [\n                                -73.868099000000001,\n                                45.296098999999998\n                            ],\n                            [\n                                -73.868696999999997,\n                                45.295431000000001\n                            ],\n                            [\n                                -73.868921,\n                                45.295194000000002\n                            ],\n                            [\n                                -73.869217000000006,\n                                45.294905\n                            ],\n                            [\n                                -73.869806999999994,\n                                45.294398000000001\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": \"Test\",\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3A_qmsGhuzaM%3FDsC%7CDIFI%3FEC%5Dk%40gF_JAK%40ODOx%40uALIDED%3FD%3FdCvBn%40j%40v%40z%40dBtB&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=boolGqgn5Db9k_G5woM8a-CtS_M=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 24255.673601985,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-12-04T14:22:51+00:00\",\n            \"updatedAt\": \"2018-12-04T14:22:51+00:00\"\n        }\n    ]\n}"}],"_postman_id":"c2b5ff48-8725-43e1-b18d-cf69acae413d"},{"name":"List all fields - Legacy - Not documented for public use","id":"76164596-567c-4ce4-b19d-d094b4774311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/legacy/fields","description":"This endpoint lists all the fields for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all fields are returned.\n\n# Output\n\nGeometries (`geog`) are expressed as GeoJSON geometries, of type `MultiPolygon`:\n\n```\n{\n\t\"type\": \"MultiPolygon\",\n\t\"coordinates\": [\n\t    [\n\t        [\n\t            [\n\t                -73.869806999999994,\n\t                45.294398000000001\n\t            ],\n\t        \t[\n\t                -73.869893000000005,\n\t                45.294334999999997\n\t            ],\n\t            ...\n\t        ]\n\t    ]\n\t]\n}\n```"},"response":[],"_postman_id":"76164596-567c-4ce4-b19d-d094b4774311"},{"name":"Get a single field","id":"404e9288-1f72-4fe2-908b-9f3e046e7a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/fields/1136","description":"This endpoint returns a single field. If the requested field is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information.\n\n# Output\n\nGeometries (`geog`) are expressed as GeoJSON geometries, of type `MultiPolygon`:\n\n```\n{\n\t\"type\": \"MultiPolygon\",\n\t\"coordinates\": [\n\t    [\n\t        [\n\t            [\n\t                -73.869806999999994,\n\t                45.294398000000001\n\t            ],\n\t        \t[\n\t                -73.869893000000005,\n\t                45.294334999999997\n\t            ],\n\t            ...\n\t        ]\n\t    ]\n\t]\n}\n```"},"response":[{"id":"526cf2ca-44ba-4220-9c63-40bd5e661033","name":"Get a single field","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/fields/1136"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 15:42:19 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 15:42:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550245339-7222-1828992697"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=876.55997276306; desc=\"Application\", db; dur=41.03; desc=\"Database\", timeline-event-total; dur=876.78194046021; desc=\"Total execution time.\", timeline-event-initialisation; dur=291.46289825439; desc=\"Application initialisation.\", timeline-event-boot; dur=229.19988632202; desc=\"Framework booting.\", timeline-event-run; dur=585.31904220581; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 15:42:19 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1136,\n        \"exploitationId\": 176,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -71.702427,\n                            46.672880999999997\n                        ],\n                        [\n                            -71.702558999999994,\n                            46.672767\n                        ],\n                        [\n                            -71.698597000000007,\n                            46.669696000000002\n                        ],\n                        [\n                            -71.696087000000006,\n                            46.669117\n                        ],\n                        [\n                            -71.695542000000003,\n                            46.669707000000002\n                        ],\n                        [\n                            -71.699340000000007,\n                            46.672665000000002\n                        ],\n                        [\n                            -71.700710000000001,\n                            46.672665000000002\n                        ],\n                        [\n                            -71.702427,\n                            46.672880999999997\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"name\": \"My Field\",\n        \"description\": \"My Field Description\",\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3Aoxz%7BGdkstLTXdRwWrBuNuBmBoQvV%3FpGi%40vI&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=R6v6-fBLqAmkPg__UF7MJCd6b7M=\",\n        \"adminIsPaid\": false,\n        \"adminDatePaid\": null,\n        \"superficyM2\": 86939.526195526094,\n        \"active\": true,\n        \"previousCrop\": \"soy\",\n        \"organicMatterPercent\": 4.9000000000000004,\n        \"soilTexture\": \"silty_clay_loam\",\n        \"clayPercent\": null,\n        \"sandPercent\": null,\n        \"averageYield\": 175.25756159999671,\n        \"percentAverageYield\": 100,\n        \"imageryCount\": 6,\n        \"createdAt\": \"2018-06-05T13:28:22+00:00\",\n        \"updatedAt\": \"2018-06-05T13:28:22+00:00\"\n    }\n}"}],"_postman_id":"404e9288-1f72-4fe2-908b-9f3e046e7a3c"},{"name":"Get a single field - Legacy - Not documented for public use","id":"377f64f9-a834-4066-b5ee-f2ea8ab76fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/fields/legacy/1136","description":"# Output\n\nGeometries (`geog`) are expressed as GeoJSON geometries, of type `MultiPolygon`:\n\n```\n{\n\t\"type\": \"MultiPolygon\",\n\t\"coordinates\": [\n\t    [\n\t        [\n\t            [\n\t                -73.869806999999994,\n\t                45.294398000000001\n\t            ],\n\t        \t[\n\t                -73.869893000000005,\n\t                45.294334999999997\n\t            ],\n\t            ...\n\t        ]\n\t    ]\n\t]\n}\n```"},"response":[{"id":"35cd9a8d-55ec-4626-afb6-07ccbc09c2f2","name":"Get a single field","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {token}","type":"text"}],"url":"{{baseUrl}}/api/v1/fields/1615"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 21:41:10 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 21:41:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"X-Clockwork-Id","value":"1550094070-1287-2067344201"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=710.8998298645; desc=\"Application\", db; dur=49.33; desc=\"Database\", timeline-event-total; dur=711.09485626221; desc=\"Total execution time.\", timeline-event-initialisation; dur=233.64186286926; desc=\"Application initialisation.\", timeline-event-boot; dur=201.59888267517; desc=\"Framework booting.\", timeline-event-run; dur=477.45108604431; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 21:41:09 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 200,\n  \"success\": true,\n  \"data\": {\n\t  \"id\": 1615,\n\t  \"exploitationId\": 435,\n\t  \"geog\": {},\n\t  \"name\": null,\n\t  \"description\": null,\n\t  \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3A_qmsGhuzaMJNE%3FGBGFq%40b%40%5D%60Ak%40HIz%40EP%3FJ%40Jw%40uAgF_JAK%40ODOx%40uALIDED%3FD%3FdCvBn%40j%40v%40z%40dBtB&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=w01R_Qa28IbDGW4YP0hYYs3nrrI=\",\n\t  \"adminIsPaid\": false,\n\t  \"adminDatePaid\": null,\n\t  \"superficyM2\": 24137.962316215,\n\t  \"managementZone\": {\n\t    \"id\": 1615,\n\t    \"fieldId\": 1615,\n\t    \"name\": null,\n\t    \"description\": null,\n\t    \"active\": true,\n\t    \"geog\": {},\n\t    \"previousCrop\": \"corn\",\n\t    \"organicMatterPercent\": 1.5,\n\t    \"soilTexture\": \"fine_sand\",\n\t    \"clayPercent\": null,\n\t    \"sandPercent\": null,\n\t    \"averageYield\": 159.32505599999703,\n\t    \"percentAverageYield\": 100,\n\t    \"superficyM2\": 24137.962316215,\n\t    \"createdAt\": \"2018-10-24T17:18:21+00:00\",\n\t    \"updatedAt\": \"2018-10-24T17:18:21+00:00\"\n\t  },\n\t  \"imageryCount\": 0,\n\t  \"createdAt\": \"2018-10-24T17:18:21+00:00\",\n\t  \"updatedAt\": \"2018-10-24T17:18:21+00:00\"\n\t}\n}"}],"_postman_id":"377f64f9-a834-4066-b5ee-f2ea8ab76fa7"},{"name":"Create a field","id":"9f97df1d-2f58-40fc-b8f5-c4d0a6b269cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n        \"id\": null,\n        \"exploitationId\": 377,\n        \"operationId\": 57,\n        \"organizationId\": 57,\n        \"name\": null,\n        \"description\": null,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -73.670999,\n                            45.853497\n                        ],\n                        [\n                            -73.671661,\n                            45.854085\n                        ],\n                        [\n                            -73.6715,\n                            45.853857\n                        ],\n                        [\n                            -73.671228,\n                            45.85358\n                        ],\n                        [\n                            -73.670999,\n                            45.853497\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"adminDatePaid\": \"2019-12-20T11:51:57+00:00\",\n        \"adminIsPaid\": true,\n        \"averageYield\": 10,\n        \"organicMatterPercent\": 1.5,\n        \"selectedSoilTextureLayerIndex\": 1,\n        \"soilTextureLayers\": [\n            {\n                \"id\": 2095,\n                \"name\": \"Couche #2095\",\n                \"layerableId\": 2192,\n                \"layerType\": \"soil_texture\",\n                \"createdAt\": \"2019-12-12 16:13:59\",\n                \"updatedAt\": \"2019-12-20 20:43:36\",\n                \"deletedAt\": null,\n                \"layerPolygons\": [\n                    {\n                        \"id\": 2095,\n                        \"name\": \"Zone #2095\",\n                        \"geog\": {\n                            \"type\": \"Polygon\",\n                            \"coordinates\":\n                [\n                    [\n                        [\n                            -73.670999,\n                            45.853497\n                        ],\n                        [\n                            -73.671661,\n                            45.854085\n                        ],\n                        [\n                            -73.6715,\n                            45.853857\n                        ],\n                        [\n                            -73.671228,\n                            45.85358\n                        ],\n                        [\n                            -73.670999,\n                            45.853497\n                        ]\n                    ]\n                ]\n\n                        },\n                        \"layerId\": 2095,\n                        \"polygonAttributes\": {\n                            \"clayPercent\": null,\n                            \"sandPercent\": null,\n                            \"soilTexture\": \"loamy_sand\"\n                        },\n                        \"createdAt\": \"2019-12-12 16:13:59\",\n                        \"updatedAt\": \"2019-12-20 20:43:36\",\n                        \"deletedAt\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 2095,\n                \"name\": \"Couche #2095\",\n                \"layerableId\": 2192,\n                \"layerType\": \"soil_texture\",\n                \"createdAt\": \"2019-12-12 16:13:59\",\n                \"updatedAt\": \"2019-12-20 20:43:36\",\n                \"deletedAt\": null,\n                \"layerPolygons\": [\n                    {\n                        \"id\": 2095,\n                        \"name\": \"Zone #2095\",\n                        \"geog\": {\n                            \"type\": \"Polygon\",\n                            \"coordinates\":\n                [\n                    [\n                        [\n                            -73.670999,\n                            45.853497\n                        ],\n                        [\n                            -73.671661,\n                            45.854085\n                        ],\n                        [\n                            -73.6715,\n                            45.853857\n                        ],\n                        [\n                            -73.671228,\n                            45.85358\n                        ],\n                        [\n                            -73.670999,\n                            45.853497\n                        ]\n                    ]\n                ]\n\n                        },\n                        \"layerId\": 2095,\n                        \"polygonAttributes\": {\n                            \"clayPercent\": null,\n                            \"sandPercent\": null,\n                            \"soilTexture\": \"loamy_sand\"\n                        },\n                        \"createdAt\": \"2019-12-12 16:13:59\",\n                        \"updatedAt\": \"2019-12-20 20:43:36\",\n                        \"deletedAt\": null\n                    }\n                ]\n            }\n        ],\n        \"selectedManagementZoneLayerIndex\": null,\n        \"managementZoneLayers\": [],\n        \"previousCrops\": [\n            {\n                \"year\": 2019,\n                \"crop\": \"corn\",\n                \"fieldId\": 2192\n            },\n            {\n                \"year\": 2018,\n                \"crop\": \"beans\",\n                \"fieldId\": 2192\n            }\n        ],\n        \"currentCrop\": {\n            \"year\": 2020,\n            \"crop\": \"corn\",\n            \"fieldId\": 2192,\n            \"sowingDateType\": \"estimated_date\",\n            \"sowingDate\": \"2020-05-07\",\n            \"actualCornStage\": \"computed\",\n            \"actualCornStageOffset\": null,\n            \"starterFertilizersContribution\": 0,\n            \"previousInSeasonFertilizerContribution\": 0,\n            \"preplantIncorporatedFertilizerContribution\": 0,\n            \"coverCropsContribution\": 0,\n            \"organicAmendmentContribution\": 0,\n            \"otherContributions\": 0\n        },\n        \"imageryCount\": 0,\n        \"superficyM2\": 85558.9839721918,\n        \"superficy\": 21.1,\n        \"superficyUnit\": \"acre\",\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AkwzvGvzs%60MHo%40EWs%40c%40EcAUiFLiARg%40h%40m%40%5EOXCf%40Jh%40Tf%40P%5C%5C%5Ed%40bAfBPf%40ZrBZxBz%40hCXj%40bAz%40j%40lBDb%40sUCOIEWOaA%40%5D%40Qr%40Ol%40_%40v%40u%40Nm%40&client=gme-effigis&channel=FieldApex-localhost&signature=qrRD0JUoPCZTfvdLovDTzMS_HaQ=\",\n        \"createdAt\": \"2019-12-12T16:13:59+00:00\",\n        \"updatedAt\": \"2019-12-20T20:43:35+00:00\",\n        \"johnDeereId\": null\n    }"},"url":"{{baseUrl}}/api/v1/fields","description":"## Input\n\nAll request body fields are **required**, unless specified below.\n\nName | Type | Description\n---- | ---- | -----------\nexploitationId | `integer` | The id of the exploitation to which the new field will belong\nname | `string` | A name for the new field\ndescription | `string` | **Optional** a user-friendly description for the new field\ngeog | `geojson` | Field geometry, encoded as a `GeoJSON MultiPolygon` **geometry** (not a `GeoJSon Feature`). Coordinates expressed in WGS84. See example below\npreviousCrop | `string` | Must be a member of the `CROP_TYPES` enumeration\norganicMatterPercent | `number` | Minimum 0, maximum 100\nsoilTexture | `string` | Must be a member of the `SOIL_TEXTURES` enumeration. This field can be omitted if **both** `clayPercent` and `sandPercent` are specified\nclayPercent | `number` | Minimum 0, maximum 100. This field can be omitted if `soilTexture` is specified\nsandPercent | `number` | Minimum 0, maximum 100. This field can be omitted if `soilTexture` is specified\naverageYield | `number` | Average yield. If the authenticated user's `agriculturalUnitPreference` is `imperial`, the value is expressed in bushels per acre. If `metric`, the value is expressed in tons per hectare\npercentAverageYield | `integer` | Minimum 0, maximum 120\n\nGeoJSON MultiPolygon\n```\n{\n    \"type\": \"MultiPolygon\",\n    \"coordinates\": [\n        [\n            [\n                [\n                    -73.869806999999994,\n                    45.294398000000001\n                ],\n                [\n                    -73.869893000000005,\n                    45.294334999999997\n                ],\n                ...\n            ]\n        ]\n    ]\n}\n```"},"response":[{"id":"8b98dc95-3770-46cb-98f4-41fc49e2bd02","name":"Create a field","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"exploitationId\": 176,\n    \"name\": \"My New Field\",\n    \"description\": \"My New Field Description\",\n    \"geog\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n            [\n                [\n                    -73.584666,\n                    45.400085\n                ],\n                [\n                    -73.582982,\n                    45.399852\n                ],\n                [\n                    -73.58472,\n                    45.396469\n                ],\n                [\n                    -73.586286,\n                    45.397071\n                ],\n                [\n                    -73.584666,\n                    45.400085\n                ]\n            ]\n        ]\n    },\n    \"previousCrop\": \"corn\",\n    \"organicMatterPercent\": 1.5,\n    \"soilTexture\": \"fine_sand\",\n    \"clayPercent\": 10,\n    \"sandPercent\": 10,\n    \"averageYield\": 10,\n    \"percentAverageYield\": 100\n}"},"url":"{{baseUrl}}/api/v1/fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 19:18:49 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 19:18:49 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"116"},{"key":"X-Clockwork-Id","value":"1550258329-5166-1284286310"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=1388.5610103607; desc=\"Application\", db; dur=53.52; desc=\"Database\", timeline-event-total; dur=1388.7670040131; desc=\"Total execution time.\", timeline-event-initialisation; dur=166.68200492859; desc=\"Application initialisation.\", timeline-event-boot; dur=153.66196632385; desc=\"Framework booting.\", timeline-event-run; dur=1222.0838069916; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 19:18:48 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1656,\n        \"exploitationId\": 176,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -73.584665999999999,\n                            45.400084999999997\n                        ],\n                        [\n                            -73.582982000000001,\n                            45.399852000000003\n                        ],\n                        [\n                            -73.584720000000004,\n                            45.396469000000003\n                        ],\n                        [\n                            -73.586286000000001,\n                            45.397070999999997\n                        ],\n                        [\n                            -73.584665999999999,\n                            45.400084999999997\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"name\": \"My New Field\",\n        \"description\": \"My New Field Description\",\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AqebtGd_c%60Mn%40qIbTzIwBxH%7BQcI&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=zFynarzKq9KRgtFjq5zbvXZwwlY=\",\n        \"adminIsPaid\": false,\n        \"adminDatePaid\": null,\n        \"superficyM2\": 51329.4064974785,\n        \"active\": true,\n        \"previousCrop\": \"corn\",\n        \"organicMatterPercent\": 1.5,\n        \"soilTexture\": \"fine_sand\",\n        \"clayPercent\": 10,\n        \"sandPercent\": 10,\n        \"averageYield\": 9.9999999999999734,\n        \"percentAverageYield\": 100,\n        \"imageryCount\": 0,\n        \"createdAt\": \"2019-02-15T19:18:48+00:00\",\n        \"updatedAt\": \"2019-02-15T19:18:49+00:00\"\n    }\n}"}],"_postman_id":"9f97df1d-2f58-40fc-b8f5-c4d0a6b269cc"},{"name":"Create a field  - Legacy - Not documented for public use","id":"ec963c98-6125-48f8-a5fb-72b797f38327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n    \"id\": null,\n    \"exploitationId\": 176,\n    \"name\": null,\n    \"description\": null,\n    \"managementZone\": {\n        \"name\": null,\n        \"description\": null,\n        \"previousCrop\": \"corn\",\n        \"organicMatterPercent\": 1.5,\n        \"soilTexture\": \"fine_sand\",\n        \"clayPercent\": null,\n        \"sandPercent\": null,\n        \"averageYield\": 10,\n        \"percentAverageYield\": 100,\n        \"geog\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -73.584666,\n                        45.400085\n                    ],\n                    [\n                        -73.582982,\n                        45.399852\n                    ],\n                    [\n                        -73.58472,\n                        45.396469\n                    ],\n                    [\n                        -73.586286,\n                        45.397071\n                    ],\n                    [\n                        -73.584666,\n                        45.400085\n                    ]\n                ]\n            ]\n        }\n    },\n    \"geog\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n            [\n                [\n                    -73.584666,\n                    45.400085\n                ],\n                [\n                    -73.582982,\n                    45.399852\n                ],\n                [\n                    -73.58472,\n                    45.396469\n                ],\n                [\n                    -73.586286,\n                    45.397071\n                ],\n                [\n                    -73.584666,\n                    45.400085\n                ]\n            ]\n        ]\n    }\n}"},"url":"{{baseUrl}}/api/v1/fields/legacy","description":"## Input\n\nAll request body fields are **required**.\n\nName | Type | Description\n---- | ---- | -----------\nbusinessUnitId | `integer` | \nname | `string` | \ndescription | `string` | \nemail | `string` | Email adress to send recommandations\ncellPhone | `string` | Cell phone number to send recommandations by SMS. 10 digits (with leading country code)\nfertilizerType | `string` | Default fertilizer for this exploitation. Must be a member of the `FERTILIZER_TYPES` enumeration\ncurrency | `string` | Currently, only `dollar_ca` is supported\nnitrogenPricePerMetricTon | `number` | Default price of nitrogen for this exploitation, in the selected currency\ncornGrainPricePerMetricTon | `number` | Default price of corn for this exploitation, in the selected currency"},"response":[],"_postman_id":"ec963c98-6125-48f8-a5fb-72b797f38327"},{"name":"Fields - Upload - Not documented for public use","id":"685b0f74-8411-4fc7-bbf8-846b857b768d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"formdata","formdata":[{"key":"shapefile","type":"file","value":null},{"key":"exploitationId","value":"1","type":"text"}]},"url":"{{baseUrl}}/api/v1/fields/upload"},"response":[],"_postman_id":"685b0f74-8411-4fc7-bbf8-846b857b768d"},{"name":"Update a field","id":"a5f93329-8e3a-4aad-9d99-14dc9449beac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n        \"id\": 2203,\n        \"exploitationId\": 377,\n        \"name\": \"Champ #220 - UPDATED\",\n        \"description\": null,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -73.776786,\n                            45.87732\n                        ],\n                        [\n                            -73.776351,\n                            45.867239\n                        ],\n                        [\n                            -73.776375,\n                            45.86719\n                        ],\n                        [\n                            -73.776427,\n                            45.867156\n                        ],\n                        [\n                            -73.776708,\n                            45.867152\n                        ],\n                        [\n                            -73.7769,\n                            45.867157\n                        ],\n                        [\n                            -73.777202,\n                            45.867144\n                        ],\n                        [\n                            -73.777331,\n                            45.867148\n                        ],\n                        [\n                            -73.777406,\n                            45.86717\n                        ],\n                        [\n                            -73.777443,\n                            45.867226\n                        ],\n                        [\n                            -73.777848,\n                            45.876588\n                        ],\n                        [\n                            -73.777652,\n                            45.876603\n                        ],\n                        [\n                            -73.777607,\n                            45.876535\n                        ],\n                        [\n                            -73.777491,\n                            45.876464\n                        ],\n                        [\n                            -73.777414,\n                            45.876445\n                        ],\n                        [\n                            -73.777298,\n                            45.876473\n                        ],\n                        [\n                            -73.777207,\n                            45.876526\n                        ],\n                        [\n                            -73.77717,\n                            45.876572\n                        ],\n                        [\n                            -73.777167,\n                            45.876643\n                        ],\n                        [\n                            -73.777179,\n                            45.8767\n                        ],\n                        [\n                            -73.777217,\n                            45.876745\n                        ],\n                        [\n                            -73.777296,\n                            45.876787\n                        ],\n                        [\n                            -73.777378,\n                            45.876851\n                        ],\n                        [\n                            -73.777448,\n                            45.877096\n                        ],\n                        [\n                            -73.777429,\n                            45.877148\n                        ],\n                        [\n                            -73.777306,\n                            45.87722\n                        ],\n                        [\n                            -73.776812,\n                            45.87741\n                        ],\n                        [\n                            -73.7768,\n                            45.877391\n                        ],\n                        [\n                            -73.776786,\n                            45.87732\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"adminDatePaid\": null,\n        \"adminIsPaid\": false,\n        \"soilTexture\": \"sandy_loam\",\n        \"clayPercent\": null,\n        \"sandPercent\": null,\n        \"averageYield\": 10,\n        \"organicMatterPercent\": 1.5,\n        \"accumulatedGrowingDegreeDaysSinceSowing\": 0,\n        \"accumulatedCornHeatUnitsSinceSowing\": 0,\n        \"dailyWeatherData\": {\n            \"id\": 1727095,\n            \"fieldId\": 2203,\n            \"observationDate\": \"2019-12-17T00:00:00+00:00\",\n            \"updatedAt\": \"2019-12-17T16:08:36+00:00\",\n            \"precipitation\": \"9.2025078363939\",\n            \"minTemperature\": \"-7.2213039398193\",\n            \"maxTemperature\": \"-12.911575317383\",\n            \"temperature\": \"-10.066439628601\",\n            \"pressure\": null,\n            \"humidity\": null,\n            \"visibility\": null,\n            \"cloudCover\": null,\n            \"windSpeed\": null,\n            \"windDirection\": null\n        },\n        \"lastThresholdCornScanRecommendation\": null,\n        \"beforeLastThresholdCornScanRecommendation\": null,\n\n        \"layers\": [\n            {\n                \"id\": 2113,\n                \"name\": \"Couche #2095 - UPDATED\",\n                \"fieldId\": 2203,\n                \"layerType\": \"soil_texture\",\n                \"createdAt\": \"2019-12-17 16:08:34\",\n                \"updatedAt\": \"2019-12-17 16:58:08\",\n                \"deletedAt\": null,\n                \"layerPolygons\": [\n                    {\n                        \"id\": 2109,\n                        \"name\": \"Zone #2095 - UPDATED\",\n                        \"geog\": {\n                            \"type\": \"Polygon\",\n                            \"coordinates\": [\n                                [\n                                    [\n                                        -73.670999,\n                                        45.853497\n                                    ],\n                                    [\n                                        -73.670756,\n                                        45.853452\n                                    ],\n                                    [\n                                        -73.670644,\n                                        45.853477\n                                    ],\n                                    [\n                                        -73.670458,\n                                        45.853741\n                                    ],\n                                    [\n                                        -73.670115,\n                                        45.853774\n                                    ],\n                                    [\n                                        -73.668948,\n                                        45.853879\n                                    ],\n                                    [\n                                        -73.668578,\n                                        45.853808\n                                    ],\n                                    [\n                                        -73.668383,\n                                        45.853709\n                                    ],\n                                    [\n                                        -73.668153,\n                                        45.853499\n                                    ],\n                                    [\n                                        -73.668073,\n                                        45.853344\n                                    ],\n                                    [\n                                        -73.668053,\n                                        45.85321\n                                    ],\n                                    [\n                                        -73.66811,\n                                        45.853008\n                                    ],\n                                    [\n                                        -73.668216,\n                                        45.8528\n                                    ],\n                                    [\n                                        -73.668314,\n                                        45.852598\n                                    ],\n                                    [\n                                        -73.668455,\n                                        45.852448\n                                    ],\n                                    [\n                                        -73.668645,\n                                        45.852291\n                                    ],\n                                    [\n                                        -73.669167,\n                                        45.851951\n                                    ],\n                                    [\n                                        -73.669365,\n                                        45.851855\n                                    ],\n                                    [\n                                        -73.669952,\n                                        45.851718\n                                    ],\n                                    [\n                                        -73.670558,\n                                        45.851579\n                                    ],\n                                    [\n                                        -73.671254,\n                                        45.85128\n                                    ],\n                                    [\n                                        -73.671471,\n                                        45.851145\n                                    ],\n                                    [\n                                        -73.671765,\n                                        45.850805\n                                    ],\n                                    [\n                                        -73.67232,\n                                        45.850594\n                                    ],\n                                    [\n                                        -73.672504,\n                                        45.850555\n                                    ],\n                                    [\n                                        -73.672484,\n                                        45.854183\n                                    ],\n                                    [\n                                        -73.672425,\n                                        45.85426\n                                    ],\n                                    [\n                                        -73.67231,\n                                        45.854287\n                                    ],\n                                    [\n                                        -73.671982,\n                                        45.854365\n                                    ],\n                                    [\n                                        -73.671834,\n                                        45.85436\n                                    ],\n                                    [\n                                        -73.671742,\n                                        45.854347\n                                    ],\n                                    [\n                                        -73.671661,\n                                        45.854085\n                                    ],\n                                    [\n                                        -73.6715,\n                                        45.853857\n                                    ],\n                                    [\n                                        -73.671228,\n                                        45.85358\n                                    ],\n                                    [\n                                        -73.670999,\n                                        45.853497\n                                    ]\n                                ]\n                            ]\n                        },\n                        \"layerId\": 2113,\n                        \"polygonAttributes\": {\n                            \"clayPercent\": 10,\n                            \"sandPercent\": 10,\n                            \"siltPercent\": 80,\n                            \"soilTexture\": \"loam\"\n                        },\n                        \"createdAt\": \"2019-12-17 16:08:34\",\n                        \"updatedAt\": \"2019-12-17 16:58:08\",\n                        \"deletedAt\": null\n                    },\n                    {\n                        \"id\": 2110,\n                        \"name\": \"Zone #2095 - UPDATED\",\n                        \"geog\": {\n                            \"type\": \"Polygon\",\n                            \"coordinates\": [\n                                [\n                                    [\n                                        -73.670999,\n                                        45.853497\n                                    ],\n                                    [\n                                        -73.670756,\n                                        45.853452\n                                    ],\n                                    [\n                                        -73.670644,\n                                        45.853477\n                                    ],\n                                    [\n                                        -73.670458,\n                                        45.853741\n                                    ],\n                                    [\n                                        -73.670115,\n                                        45.853774\n                                    ],\n                                    [\n                                        -73.668948,\n                                        45.853879\n                                    ],\n                                    [\n                                        -73.668578,\n                                        45.853808\n                                    ],\n                                    [\n                                        -73.668383,\n                                        45.853709\n                                    ],\n                                    [\n                                        -73.668153,\n                                        45.853499\n                                    ],\n                                    [\n                                        -73.668073,\n                                        45.853344\n                                    ],\n                                    [\n                                        -73.668053,\n                                        45.85321\n                                    ],\n                                    [\n                                        -73.66811,\n                                        45.853008\n                                    ],\n                                    [\n                                        -73.668216,\n                                        45.8528\n                                    ],\n                                    [\n                                        -73.668314,\n                                        45.852598\n                                    ],\n                                    [\n                                        -73.668455,\n                                        45.852448\n                                    ],\n                                    [\n                                        -73.668645,\n                                        45.852291\n                                    ],\n                                    [\n                                        -73.669167,\n                                        45.851951\n                                    ],\n                                    [\n                                        -73.669365,\n                                        45.851855\n                                    ],\n                                    [\n                                        -73.669952,\n                                        45.851718\n                                    ],\n                                    [\n                                        -73.670558,\n                                        45.851579\n                                    ],\n                                    [\n                                        -73.671254,\n                                        45.85128\n                                    ],\n                                    [\n                                        -73.671471,\n                                        45.851145\n                                    ],\n                                    [\n                                        -73.671765,\n                                        45.850805\n                                    ],\n                                    [\n                                        -73.67232,\n                                        45.850594\n                                    ],\n                                    [\n                                        -73.672504,\n                                        45.850555\n                                    ],\n                                    [\n                                        -73.672484,\n                                        45.854183\n                                    ],\n                                    [\n                                        -73.672425,\n                                        45.85426\n                                    ],\n                                    [\n                                        -73.67231,\n                                        45.854287\n                                    ],\n                                    [\n                                        -73.671982,\n                                        45.854365\n                                    ],\n                                    [\n                                        -73.671834,\n                                        45.85436\n                                    ],\n                                    [\n                                        -73.671742,\n                                        45.854347\n                                    ],\n                                    [\n                                        -73.671661,\n                                        45.854085\n                                    ],\n                                    [\n                                        -73.6715,\n                                        45.853857\n                                    ],\n                                    [\n                                        -73.671228,\n                                        45.85358\n                                    ],\n                                    [\n                                        -73.670999,\n                                        45.853497\n                                    ]\n                                ]\n                            ]\n                        },\n                        \"layerId\": 2113,\n                        \"polygonAttributes\": {\n                            \"clayPercent\": 10,\n                            \"sandPercent\": 10,\n                            \"siltPercent\": 80,\n                            \"soilTexture\": \"loam\"\n                        },\n                        \"createdAt\": \"2019-12-17 16:08:34\",\n                        \"updatedAt\": \"2019-12-17 16:58:08\",\n                        \"deletedAt\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 2112,\n                \"name\": \"toto  - UPDATED\",\n                \"fieldId\": 2203,\n                \"layerType\": \"soil_texture\",\n                \"createdAt\": \"2019-12-17 16:08:34\",\n                \"updatedAt\": \"2019-12-17 16:58:08\",\n                \"deletedAt\": null,\n                \"layerPolygons\": [\n                    {\n                        \"id\": 2108,\n                        \"name\": \"Zone #2108 - UPDATED\",\n                        \"geog\": {\n                            \"type\": \"Polygon\",\n                            \"coordinates\": [\n                                [\n                                    [\n                                        -73.776786,\n                                        45.87732\n                                    ],\n                                    [\n                                        -73.776351,\n                                        45.867239\n                                    ],\n                                    [\n                                        -73.776375,\n                                        45.86719\n                                    ],\n                                    [\n                                        -73.776427,\n                                        45.867156\n                                    ],\n                                    [\n                                        -73.776708,\n                                        45.867152\n                                    ],\n                                    [\n                                        -73.7769,\n                                        45.867157\n                                    ],\n                                    [\n                                        -73.777202,\n                                        45.867144\n                                    ],\n                                    [\n                                        -73.777331,\n                                        45.867148\n                                    ],\n                                    [\n                                        -73.777406,\n                                        45.86717\n                                    ],\n                                    [\n                                        -73.777443,\n                                        45.867226\n                                    ],\n                                    [\n                                        -73.777848,\n                                        45.876588\n                                    ],\n                                    [\n                                        -73.777652,\n                                        45.876603\n                                    ],\n                                    [\n                                        -73.777607,\n                                        45.876535\n                                    ],\n                                    [\n                                        -73.777491,\n                                        45.876464\n                                    ],\n                                    [\n                                        -73.777414,\n                                        45.876445\n                                    ],\n                                    [\n                                        -73.777298,\n                                        45.876473\n                                    ],\n                                    [\n                                        -73.777207,\n                                        45.876526\n                                    ],\n                                    [\n                                        -73.77717,\n                                        45.876572\n                                    ],\n                                    [\n                                        -73.777167,\n                                        45.876643\n                                    ],\n                                    [\n                                        -73.777179,\n                                        45.8767\n                                    ],\n                                    [\n                                        -73.777217,\n                                        45.876745\n                                    ],\n                                    [\n                                        -73.777296,\n                                        45.876787\n                                    ],\n                                    [\n                                        -73.777378,\n                                        45.876851\n                                    ],\n                                    [\n                                        -73.777448,\n                                        45.877096\n                                    ],\n                                    [\n                                        -73.777429,\n                                        45.877148\n                                    ],\n                                    [\n                                        -73.777306,\n                                        45.87722\n                                    ],\n                                    [\n                                        -73.776812,\n                                        45.87741\n                                    ],\n                                    [\n                                        -73.7768,\n                                        45.877391\n                                    ],\n                                    [\n                                        -73.776786,\n                                        45.87732\n                                    ]\n                                ]\n                            ]\n                        },\n                        \"layerId\": 2112,\n                        \"polygonAttributes\": {\n                            \"clayPercent\": 20,\n                            \"sandPercent\": 30,\n                            \"siltPercent\": 50,\n                            \"soilTexture\": \"custom\"\n                        },\n                        \"createdAt\": \"2019-12-17 16:08:34\",\n                        \"updatedAt\": \"2019-12-17 16:58:08\",\n                        \"deletedAt\": null\n                    }\n                ]\n            }\n\t\t],\n\n\n\n        \"previousCrops\": [\n            {\n                \"year\": 2018,\n                \"crop\": \"beans\",\n                \"fieldId\": 2203\n            }\n        ],\n        \"currentCrop\": {\n            \"year\": 2019,\n            \"crop\": \"corn\",\n            \"fieldId\": 2203,\n            \"sowingDateType\": \"real_date\",\n            \"sowingDate\": \"2019-12-16\",\n            \"actualCornStage\": \"sowing_date\",\n            \"actualCornStageOffset\": 0,\n            \"starterFertilizersContribution\": 50,\n            \"previousInSeasonFertilizerContribution\": 0,\n            \"preplantIncorporatedFertilizerContribution\": 0,\n            \"coverCropsContribution\": 0,\n            \"organicAmendmentContribution\": 0,\n            \"otherContributions\": 0\n        },\n        \"imageryCount\": 0,\n        \"superficyM2\": 92112.2211967818,\n        \"superficy\": 22.8,\n        \"superficyUnit\": \"acre\",\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3Agl_wG%7CohaM%7E%7D%40wAHDDH%40v%40Ad%40Bz%40AXCNKDoy%40pAAg%40JGNW%40OCUKQGGM%3FK%40IFGNKNq%40LICMWe%40cBBALA&client=gme-effigis&channel=FieldApex-localhost&signature=_KK2lc6wkEuBs-ClsrUob6r8-z4=\",\n        \"createdAt\": \"2019-12-17T16:08:34+00:00\",\n        \"updatedAt\": \"2019-12-17T16:08:34+00:00\",\n        \"johnDeereId\": null\n    }"},"url":"{{baseUrl}}/api/v1/fields/2203","description":"This enpoint uses the same input fields as `Create an field`, except `exploitationId` and `geog` (as these values cannot be modified)."},"response":[{"id":"4a29fc55-dbb2-4421-9d75-fb9a45468bdc","name":"Update a field","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Updated Field\",\n    \"description\": \"My Updated Field Description\",\n    \"previousCrop\": \"cereals\",\n    \"organicMatterPercent\": 20,\n    \"soilTexture\": \"clay\",\n    \"clayPercent\": 20,\n    \"sandPercent\": 20,\n    \"averageYield\": 20,\n    \"percentAverageYield\": 90\n}"},"url":"{{baseUrl}}/api/v1/fields/1646"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 20:17:34 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 20:17:34 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Clockwork-Id","value":"1550261854-4697-1429414599"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=1782.89103508; desc=\"Application\", db; dur=56.89; desc=\"Database\", timeline-event-total; dur=1783.077955246; desc=\"Total execution time.\", timeline-event-initialisation; dur=231.7521572113; desc=\"Application initialisation.\", timeline-event-boot; dur=235.75401306152; desc=\"Framework booting.\", timeline-event-run; dur=1551.3250827789; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 20:17:33 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1646,\n        \"exploitationId\": 176,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -74.189999999999998,\n                            46.079999999999998\n                        ],\n                        [\n                            -74.180000000000007,\n                            45.07\n                        ],\n                        [\n                            -74.200000000000003,\n                            45.090000000000003\n                        ],\n                        [\n                            -74.209999999999994,\n                            45.100000000000001\n                        ],\n                        [\n                            -74.202200000000005,\n                            45.093400000000003\n                        ],\n                        [\n                            -74.206000000000003,\n                            45.097000000000001\n                        ],\n                        [\n                            -74.189999999999998,\n                            46.079999999999998\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"name\": \"My Updated Field\",\n        \"description\": \"My Updated Field Description\",\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3A__gxGnfycMngdEo%7D%40_%7CB%7E%7BBo%7D%40n%7D%40fh%40wo%40oUvVw%7E%7ED_cB&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=9bqXu3AmeLoSxZGIwNnCOgOb6v0=\",\n        \"adminIsPaid\": false,\n        \"adminDatePaid\": null,\n        \"superficyM2\": 113827983.000222,\n        \"active\": true,\n        \"previousCrop\": \"cereals\",\n        \"organicMatterPercent\": 20,\n        \"soilTexture\": \"clay\",\n        \"clayPercent\": 20,\n        \"sandPercent\": 20,\n        \"averageYield\": 19.999999999999623,\n        \"percentAverageYield\": 90,\n        \"imageryCount\": 0,\n        \"createdAt\": \"2019-02-15T16:32:31+00:00\",\n        \"updatedAt\": \"2019-02-15T20:16:30+00:00\"\n    }\n}"}],"_postman_id":"a5f93329-8e3a-4aad-9d99-14dc9449beac"},{"name":"Update a field - Legacy - Not documented for public use","id":"71c2d2f8-3eff-43d4-aaa1-7821dc5d9b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/fields/legacy/1646","description":"This enpoint uses the same input fields as `Create an field`, except `exploitationId` (this value cannot be modified).\n\nAll request body fields are **required**."},"response":[],"_postman_id":"71c2d2f8-3eff-43d4-aaa1-7821dc5d9b3e"},{"name":"Enable billing for a field","id":"0ec29bcd-5498-4e85-a8b4-a3b04dafb44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/fields/1658/enable","description":"This endpoint enables recommandations for the requested field id. If the requested field is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information."},"response":[{"id":"0380817b-c356-4162-9e90-d8b4d8221ba2","name":"Enable field for recommandations","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/fields/1658/enable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 20:22:21 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 20:22:21 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"114"},{"key":"X-Clockwork-Id","value":"1550262141-6837-64522399"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=598.44708442688; desc=\"Application\", db; dur=66.05; desc=\"Database\", timeline-event-total; dur=598.63495826721; desc=\"Total execution time.\", timeline-event-initialisation; dur=179.02088165283; desc=\"Application initialisation.\", timeline-event-boot; dur=182.98101425171; desc=\"Framework booting.\", timeline-event-run; dur=419.61407661438; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 20:22:21 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1658,\n        \"exploitationId\": 435,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -73.873260999999999,\n                            45.297291000000001\n                        ],\n                        [\n                            -73.872145000000003,\n                            45.296120999999999\n                        ],\n                        [\n                            -73.871200999999999,\n                            45.296225999999997\n                        ],\n                        [\n                            -73.871137000000004,\n                            45.296672000000001\n                        ],\n                        [\n                            -73.872521000000006,\n                            45.297449\n                        ],\n                        [\n                            -73.873260999999999,\n                            45.297291000000001\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"name\": null,\n        \"description\": null,\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AacnsGzj%7BaMhF%7DEU%7DDwAK%7BCrG%5ErC&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=WeEjx_GpBUj7qFYgmEd7OclCaN0=\",\n        \"adminIsPaid\": true,\n        \"adminDatePaid\": \"2019-02-15T20:22:21+00:00\",\n        \"superficyM2\": 13085.9552339315,\n        \"active\": true,\n        \"previousCrop\": \"beans\",\n        \"organicMatterPercent\": 1.5,\n        \"soilTexture\": \"fine_sand\",\n        \"clayPercent\": null,\n        \"sandPercent\": null,\n        \"averageYield\": 9.9999999999999734,\n        \"percentAverageYield\": 100,\n        \"imageryCount\": 0,\n        \"createdAt\": \"2019-02-15T19:31:10+00:00\",\n        \"updatedAt\": \"2019-02-15T20:22:21+00:00\"\n    }\n}"}],"_postman_id":"0ec29bcd-5498-4e85-a8b4-a3b04dafb44d"},{"name":"Delete a field","id":"5ca2fc43-aa27-43fe-b37b-07e578898753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/fields/1615","description":"This endpoint will delete the selected field, and all associated recommandations."},"response":[{"id":"caafbb84-50d2-4ad3-b0c5-a5052fb03da5","name":"Delete a field","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/fields/1615"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Wed, 13 Feb 2019 22:05:56 +0000"},{"key":"Date","value":"Wed, 13 Feb 2019 22:05:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Clockwork-Id","value":"1550095556-0720-1683760771"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=1017.0629024506; desc=\"Application\", db; dur=125.94; desc=\"Database\", timeline-event-total; dur=1017.3959732056; desc=\"Total execution time.\", timeline-event-initialisation; dur=308.57586860657; desc=\"Application initialisation.\", timeline-event-boot; dur=250.34999847412; desc=\"Framework booting.\", timeline-event-run; dur=708.820104599; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Tue, 09-Nov-2021 22:05:55 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true\n}"}],"_postman_id":"5ca2fc43-aa27-43fe-b37b-07e578898753"},{"name":"Get imagery for field - Not documented for public use","id":"3c41be3e-4638-445a-97f6-7df3302d108c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/fields/1605/imagery"},"response":[],"_postman_id":"3c41be3e-4638-445a-97f6-7df3302d108c"}],"id":"c36b0921-37ee-4675-b9f2-a9f754f5f45b","_postman_id":"c36b0921-37ee-4675-b9f2-a9f754f5f45b"},{"name":"FieldInsights","item":[{"name":"List Insights","id":"85bdfdb6-e3e8-475f-ae6d-59b77bcb61d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/field_insights/1597,1605","description":"This endpoint lists all the fields for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all fields are returned.\n\n# Output\n\nGeometries (`geog`) are expressed as GeoJSON geometries, of type `MultiPolygon`:\n\n```\n{\n\t\"type\": \"MultiPolygon\",\n\t\"coordinates\": [\n\t    [\n\t        [\n\t            [\n\t                -73.869806999999994,\n\t                45.294398000000001\n\t            ],\n\t        \t[\n\t                -73.869893000000005,\n\t                45.294334999999997\n\t            ],\n\t            ...\n\t        ]\n\t    ]\n\t]\n}\n```"},"response":[{"id":"6f0e1473-032b-48cd-8ffc-c5758836ef1f","name":"List all fields","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 15:28:29 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 15:28:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Clockwork-Id","value":"1550244509-1629-1348853246"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=729.28786277771; desc=\"Application\", db; dur=70.4; desc=\"Database\", timeline-event-total; dur=729.49504852295; desc=\"Total execution time.\", timeline-event-initialisation; dur=230.46588897705; desc=\"Application initialisation.\", timeline-event-boot; dur=195.10412216187; desc=\"Framework booting.\", timeline-event-run; dur=499.02701377869; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 15:28:28 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1136,\n            \"exploitationId\": 176,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -71.702427,\n                                46.672880999999997\n                            ],\n                            [\n                                -71.702558999999994,\n                                46.672767\n                            ],\n                            [\n                                -71.698597000000007,\n                                46.669696000000002\n                            ],\n                            [\n                                -71.696087000000006,\n                                46.669117\n                            ],\n                            [\n                                -71.695542000000003,\n                                46.669707000000002\n                            ],\n                            [\n                                -71.699340000000007,\n                                46.672665000000002\n                            ],\n                            [\n                                -71.700710000000001,\n                                46.672665000000002\n                            ],\n                            [\n                                -71.702427,\n                                46.672880999999997\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": \"bd34\",\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3Aoxz%7BGdkstLTXdRwWrBuNuBmBoQvV%3FpGi%40vI&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=R6v6-fBLqAmkPg__UF7MJCd6b7M=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 86939.526195526094,\n            \"active\": true,\n            \"previousCrop\": \"soy\",\n            \"organicMatterPercent\": 4.9000000000000004,\n            \"soilTexture\": \"silty_clay_loam\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 175.25756159999671,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 6,\n            \"createdAt\": \"2018-06-05T13:28:22+00:00\",\n            \"updatedAt\": \"2018-06-05T13:28:22+00:00\"\n        },\n        {\n            \"id\": 1598,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.874994000000001,\n                                45.295090000000002\n                            ],\n                            [\n                                -73.874925000000005,\n                                45.295071\n                            ],\n                            [\n                                -73.874804999999995,\n                                45.295096000000001\n                            ],\n                            [\n                                -73.874668,\n                                45.295140000000004\n                            ],\n                            [\n                                -73.874583999999999,\n                                45.295184999999996\n                            ],\n                            [\n                                -73.874510999999998,\n                                45.295206\n                            ],\n                            [\n                                -73.874454,\n                                45.295206\n                            ],\n                            [\n                                -73.874398999999997,\n                                45.295194000000002\n                            ],\n                            [\n                                -73.874354999999994,\n                                45.295166000000002\n                            ],\n                            [\n                                -73.874295000000004,\n                                45.295102\n                            ],\n                            [\n                                -73.874255000000005,\n                                45.295037000000001\n                            ],\n                            [\n                                -73.874230999999995,\n                                45.294994000000003\n                            ],\n                            [\n                                -73.874184999999997,\n                                45.294953999999997\n                            ],\n                            [\n                                -73.874109000000004,\n                                45.294908\n                            ],\n                            [\n                                -73.873973000000007,\n                                45.294795999999998\n                            ],\n                            [\n                                -73.873851999999999,\n                                45.294694999999997\n                            ],\n                            [\n                                -73.873782000000006,\n                                45.294642000000003\n                            ],\n                            [\n                                -73.873661999999996,\n                                45.294575000000002\n                            ],\n                            [\n                                -73.873525000000001,\n                                45.294514999999997\n                            ],\n                            [\n                                -73.873351999999997,\n                                45.294440000000002\n                            ],\n                            [\n                                -73.873154999999997,\n                                45.294350999999999\n                            ],\n                            [\n                                -73.873035000000002,\n                                45.294276000000004\n                            ],\n                            [\n                                -73.872944000000004,\n                                45.294203000000003\n                            ],\n                            [\n                                -73.872856999999996,\n                                45.294128000000001\n                            ],\n                            [\n                                -73.872788999999997,\n                                45.294094000000001\n                            ],\n                            [\n                                -73.872726,\n                                45.294079000000004\n                            ],\n                            [\n                                -73.872664999999998,\n                                45.294082000000003\n                            ],\n                            [\n                                -73.872629000000003,\n                                45.294099000000003\n                            ],\n                            [\n                                -73.872519999999994,\n                                45.294178000000002\n                            ],\n                            [\n                                -73.872258000000002,\n                                45.294372000000003\n                            ],\n                            [\n                                -73.872192999999996,\n                                45.294409000000002\n                            ],\n                            [\n                                -73.872129999999999,\n                                45.294410999999997\n                            ],\n                            [\n                                -73.872057999999996,\n                                45.294398000000001\n                            ],\n                            [\n                                -73.871999000000002,\n                                45.294362\n                            ],\n                            [\n                                -73.871868000000006,\n                                45.294266\n                            ],\n                            [\n                                -73.871358000000001,\n                                45.293850999999997\n                            ],\n                            [\n                                -73.871071999999998,\n                                45.293613000000001\n                            ],\n                            [\n                                -73.871049999999997,\n                                45.293574\n                            ],\n                            [\n                                -73.871049999999997,\n                                45.293542000000002\n                            ],\n                            [\n                                -73.871063000000007,\n                                45.293500000000002\n                            ],\n                            [\n                                -73.871116999999998,\n                                45.293458000000001\n                            ],\n                            [\n                                -73.871185999999994,\n                                45.293418000000003\n                            ],\n                            [\n                                -73.871300000000005,\n                                45.293357\n                            ],\n                            [\n                                -73.871446000000006,\n                                45.293272999999999\n                            ],\n                            [\n                                -73.871780000000001,\n                                45.293070999999998\n                            ],\n                            [\n                                -73.872136999999995,\n                                45.292887\n                            ],\n                            [\n                                -73.872604999999993,\n                                45.292658000000003\n                            ],\n                            [\n                                -73.873137999999997,\n                                45.292386\n                            ],\n                            [\n                                -73.873234999999994,\n                                45.292349000000002\n                            ],\n                            [\n                                -73.873301999999995,\n                                45.292341\n                            ],\n                            [\n                                -73.873344000000003,\n                                45.292350999999996\n                            ],\n                            [\n                                -73.873444000000006,\n                                45.292414999999998\n                            ],\n                            [\n                                -73.873693000000003,\n                                45.292619000000002\n                            ],\n                            [\n                                -73.874437999999998,\n                                45.293197999999997\n                            ],\n                            [\n                                -73.874797999999998,\n                                45.293475999999998\n                            ],\n                            [\n                                -73.875152,\n                                45.293748000000001\n                            ],\n                            [\n                                -73.875370000000004,\n                                45.293914000000001\n                            ],\n                            [\n                                -73.875736000000003,\n                                45.294190999999998\n                            ],\n                            [\n                                -73.876245999999995,\n                                45.294589000000002\n                            ],\n                            [\n                                -73.876688999999999,\n                                45.294947000000001\n                            ],\n                            [\n                                -73.877131000000006,\n                                45.295285\n                            ],\n                            [\n                                -73.877568999999994,\n                                45.295606999999997\n                            ],\n                            [\n                                -73.877588000000003,\n                                45.295634\n                            ],\n                            [\n                                -73.877585999999994,\n                                45.295664000000002\n                            ],\n                            [\n                                -73.877503000000004,\n                                45.295807000000003\n                            ],\n                            [\n                                -73.877433999999994,\n                                45.295921\n                            ],\n                            [\n                                -73.877407000000005,\n                                45.295979000000003\n                            ],\n                            [\n                                -73.877382999999995,\n                                45.296093999999997\n                            ],\n                            [\n                                -73.877385000000004,\n                                45.296191\n                            ],\n                            [\n                                -73.877357000000003,\n                                45.296280000000003\n                            ],\n                            [\n                                -73.877311000000006,\n                                45.296337999999999\n                            ],\n                            [\n                                -73.877234999999999,\n                                45.296382999999999\n                            ],\n                            [\n                                -73.877161000000001,\n                                45.296398000000003\n                            ],\n                            [\n                                -73.877022999999994,\n                                45.296401000000003\n                            ],\n                            [\n                                -73.876744000000002,\n                                45.296394999999997\n                            ],\n                            [\n                                -73.876638999999997,\n                                45.296382999999999\n                            ],\n                            [\n                                -73.876514999999998,\n                                45.296346999999997\n                            ],\n                            [\n                                -73.876354000000006,\n                                45.296273999999997\n                            ],\n                            [\n                                -73.876123000000007,\n                                45.296087999999997\n                            ],\n                            [\n                                -73.87603,\n                                45.295999000000002\n                            ],\n                            [\n                                -73.875888000000003,\n                                45.295879999999997\n                            ],\n                            [\n                                -73.875828999999996,\n                                45.295802999999999\n                            ],\n                            [\n                                -73.875769000000005,\n                                45.295687999999998\n                            ],\n                            [\n                                -73.875732999999997,\n                                45.295616000000003\n                            ],\n                            [\n                                -73.875681999999998,\n                                45.295569999999998\n                            ],\n                            [\n                                -73.875584000000003,\n                                45.295499\n                            ],\n                            [\n                                -73.875510000000006,\n                                45.295445000000001\n                            ],\n                            [\n                                -73.875416999999999,\n                                45.295395999999997\n                            ],\n                            [\n                                -73.875292999999999,\n                                45.295310000000001\n                            ],\n                            [\n                                -73.875080999999994,\n                                45.295155000000001\n                            ],\n                            [\n                                -73.874994000000001,\n                                45.295090000000002\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AiumsGtu%7BaMBKEWG%5BIQCM%3FKBIBGLKJGHEFGFOT%5BRWJMJWJYNc%40Pe%40LWNSLOFM%40K%3FKCGOUe%40s%40GM%3FK%40MFKPYrAeBn%40y%40FCD%3FF%40FJFLJTP%5Cf%40%60Ab%40fAl%40%7CAt%40hBFR%40JAFMRg%40p%40sBtCw%40fAu%40dA_%40j%40w%40hAoAdBgAvAcAvA_AvACBE%3F%5DQUMKCUES%40QEKIGMCO%3F%5B%3Fw%40BSDWNa%40b%40m%40PQV%5BNKTKLGHILSHMHQPY%5Ci%40LQ&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=LhqYkzWVQTjfNc1KJK6WzadM7Ns=\",\n            \"adminIsPaid\": true,\n            \"adminDatePaid\": \"2018-10-03T15:44:47+00:00\",\n            \"superficyM2\": 82764.986758090599,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-09-28T14:34:14+00:00\",\n            \"updatedAt\": \"2018-10-03T15:44:47+00:00\"\n        },\n        {\n            \"id\": 1605,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.867029000000002,\n                                45.290785999999997\n                            ],\n                            [\n                                -73.867096000000004,\n                                45.290781000000003\n                            ],\n                            [\n                                -73.867174000000006,\n                                45.290819999999997\n                            ],\n                            [\n                                -73.867214000000004,\n                                45.290846000000002\n                            ],\n                            [\n                                -73.867559,\n                                45.291077999999999\n                            ],\n                            [\n                                -73.867862000000002,\n                                45.291294999999998\n                            ],\n                            [\n                                -73.868144000000001,\n                                45.291505999999998\n                            ],\n                            [\n                                -73.868472999999994,\n                                45.291753\n                            ],\n                            [\n                                -73.868621000000005,\n                                45.291868999999998\n                            ],\n                            [\n                                -73.868694000000005,\n                                45.291922999999997\n                            ],\n                            [\n                                -73.868734000000003,\n                                45.291955999999999\n                            ],\n                            [\n                                -73.869085999999996,\n                                45.292225999999999\n                            ],\n                            [\n                                -73.869127000000006,\n                                45.292288999999997\n                            ],\n                            [\n                                -73.869121000000007,\n                                45.292369000000001\n                            ],\n                            [\n                                -73.869006999999996,\n                                45.292546000000002\n                            ],\n                            [\n                                -73.867705000000001,\n                                45.294530999999999\n                            ],\n                            [\n                                -73.866483000000002,\n                                45.296371999999998\n                            ],\n                            [\n                                -73.866421000000003,\n                                45.296393000000002\n                            ],\n                            [\n                                -73.866338999999996,\n                                45.296393000000002\n                            ],\n                            [\n                                -73.866142999999994,\n                                45.296249000000003\n                            ],\n                            [\n                                -73.865644000000003,\n                                45.295870000000001\n                            ],\n                            [\n                                -73.865641999999994,\n                                45.295869000000003\n                            ],\n                            [\n                                -73.865367000000006,\n                                45.295679\n                            ],\n                            [\n                                -73.864969000000002,\n                                45.295383000000001\n                            ],\n                            [\n                                -73.864722999999998,\n                                45.295197999999999\n                            ],\n                            [\n                                -73.864358999999993,\n                                45.294919\n                            ],\n                            [\n                                -73.864331000000007,\n                                45.294885999999998\n                            ],\n                            [\n                                -73.864324999999994,\n                                45.294843999999998\n                            ],\n                            [\n                                -73.864357999999996,\n                                45.294753999999998\n                            ],\n                            [\n                                -73.864476999999994,\n                                45.294562999999997\n                            ],\n                            [\n                                -73.865486000000004,\n                                45.293016000000001\n                            ],\n                            [\n                                -73.866726999999997,\n                                45.291155000000003\n                            ],\n                            [\n                                -73.866940999999997,\n                                45.290833999999997\n                            ],\n                            [\n                                -73.867029000000002,\n                                45.290785999999997\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AmzlsG%7CczaM%40LGLEFm%40dAk%40z%40i%40v%40o%40%60AW%5CILGFu%40fAKFOAc%40UkKcGoJuFCK%3FOZg%40jAcB%3F%3Fd%40u%40z%40oAb%40q%40v%40gADEH%3FPDd%40VrHhErJvF%60Ah%40FP&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=uGOFPigG9IQ0xeIBr2GIzEuQjHY=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 116505.657646932,\n            \"active\": true,\n            \"previousCrop\": \"soy\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-10-23T16:22:15+00:00\",\n            \"updatedAt\": \"2018-10-23T16:22:15+00:00\"\n        },\n        {\n            \"id\": 1623,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.878463999999994,\n                                45.298946000000001\n                            ],\n                            [\n                                -73.878474999999995,\n                                45.298890999999998\n                            ],\n                            [\n                                -73.878517000000002,\n                                45.298833999999999\n                            ],\n                            [\n                                -73.878533000000004,\n                                45.298786999999997\n                            ],\n                            [\n                                -73.878525999999994,\n                                45.298727\n                            ],\n                            [\n                                -73.878519999999995,\n                                45.298622000000002\n                            ],\n                            [\n                                -73.878469999999993,\n                                45.298378999999997\n                            ],\n                            [\n                                -73.878387000000004,\n                                45.298076000000002\n                            ],\n                            [\n                                -73.878347000000005,\n                                45.297983000000002\n                            ],\n                            [\n                                -73.878303000000002,\n                                45.297918000000003\n                            ],\n                            [\n                                -73.878246000000004,\n                                45.297877999999997\n                            ],\n                            [\n                                -73.878129000000001,\n                                45.297790999999997\n                            ],\n                            [\n                                -73.878091999999995,\n                                45.297741000000002\n                            ],\n                            [\n                                -73.878073999999998,\n                                45.297688999999998\n                            ],\n                            [\n                                -73.878085999999996,\n                                45.297632\n                            ],\n                            [\n                                -73.878141999999997,\n                                45.297562999999997\n                            ],\n                            [\n                                -73.878185000000002,\n                                45.297516000000002\n                            ],\n                            [\n                                -73.878207000000003,\n                                45.297466\n                            ],\n                            [\n                                -73.878203999999997,\n                                45.297393999999997\n                            ],\n                            [\n                                -73.878214999999997,\n                                45.297212999999999\n                            ],\n                            [\n                                -73.878221999999994,\n                                45.297114000000001\n                            ],\n                            [\n                                -73.878203999999997,\n                                45.297040000000003\n                            ],\n                            [\n                                -73.878179000000003,\n                                45.297002999999997\n                            ],\n                            [\n                                -73.878095999999999,\n                                45.296953000000002\n                            ],\n                            [\n                                -73.877964000000006,\n                                45.296877000000002\n                            ],\n                            [\n                                -73.877877999999995,\n                                45.296810000000001\n                            ],\n                            [\n                                -73.877759999999995,\n                                45.296720999999998\n                            ],\n                            [\n                                -73.877516999999997,\n                                45.296539000000003\n                            ],\n                            [\n                                -73.877459999999999,\n                                45.296486000000002\n                            ],\n                            [\n                                -73.877436000000003,\n                                45.296425999999997\n                            ],\n                            [\n                                -73.877430000000004,\n                                45.296371000000001\n                            ],\n                            [\n                                -73.877437,\n                                45.296301999999997\n                            ],\n                            [\n                                -73.877472999999995,\n                                45.296245999999996\n                            ],\n                            [\n                                -73.877506999999994,\n                                45.296193000000002\n                            ],\n                            [\n                                -73.877502000000007,\n                                45.296154999999999\n                            ],\n                            [\n                                -73.877502000000007,\n                                45.296115\n                            ],\n                            [\n                                -73.877514000000005,\n                                45.296042999999997\n                            ],\n                            [\n                                -73.877538000000001,\n                                45.296013000000002\n                            ],\n                            [\n                                -73.877542000000005,\n                                45.295966999999997\n                            ],\n                            [\n                                -73.877544999999998,\n                                45.295912999999999\n                            ],\n                            [\n                                -73.877571000000003,\n                                45.295831\n                            ],\n                            [\n                                -73.877618999999996,\n                                45.295765000000003\n                            ],\n                            [\n                                -73.877673000000001,\n                                45.295726999999999\n                            ],\n                            [\n                                -73.877713999999997,\n                                45.295709000000002\n                            ],\n                            [\n                                -73.878214999999997,\n                                45.296080000000003\n                            ],\n                            [\n                                -73.879267999999996,\n                                45.296886999999998\n                            ],\n                            [\n                                -73.879575000000003,\n                                45.297131999999998\n                            ],\n                            [\n                                -73.879626999999999,\n                                45.297186000000004\n                            ],\n                            [\n                                -73.879681000000005,\n                                45.297254000000002\n                            ],\n                            [\n                                -73.879728,\n                                45.297302999999999\n                            ],\n                            [\n                                -73.879772000000003,\n                                45.297333000000002\n                            ],\n                            [\n                                -73.879885000000002,\n                                45.297378000000002\n                            ],\n                            [\n                                -73.879960999999994,\n                                45.297426000000002\n                            ],\n                            [\n                                -73.880330999999998,\n                                45.297716000000001\n                            ],\n                            [\n                                -73.880713999999998,\n                                45.297998999999997\n                            ],\n                            [\n                                -73.881061000000003,\n                                45.298264000000003\n                            ],\n                            [\n                                -73.881088000000005,\n                                45.298296000000001\n                            ],\n                            [\n                                -73.881088000000005,\n                                45.298349999999999\n                            ],\n                            [\n                                -73.881083000000004,\n                                45.298389\n                            ],\n                            [\n                                -73.880859999999998,\n                                45.298541999999998\n                            ],\n                            [\n                                -73.880707000000001,\n                                45.298648999999997\n                            ],\n                            [\n                                -73.880554000000004,\n                                45.298774000000002\n                            ],\n                            [\n                                -73.880356000000006,\n                                45.298901999999998\n                            ],\n                            [\n                                -73.880274,\n                                45.298924999999997\n                            ],\n                            [\n                                -73.880161000000001,\n                                45.298924999999997\n                            ],\n                            [\n                                -73.880071000000001,\n                                45.298912999999999\n                            ],\n                            [\n                                -73.880019000000004,\n                                45.298907\n                            ],\n                            [\n                                -73.879998000000001,\n                                45.298924\n                            ],\n                            [\n                                -73.879998000000001,\n                                45.298948000000003\n                            ],\n                            [\n                                -73.880035000000007,\n                                45.298983\n                            ],\n                            [\n                                -73.880126000000004,\n                                45.299106000000002\n                            ],\n                            [\n                                -73.880140999999995,\n                                45.299157999999998\n                            ],\n                            [\n                                -73.880140999999995,\n                                45.299202999999999\n                            ],\n                            [\n                                -73.880110000000002,\n                                45.299245999999997\n                            ],\n                            [\n                                -73.880049,\n                                45.299278999999999\n                            ],\n                            [\n                                -73.879970999999998,\n                                45.299295000000001\n                            ],\n                            [\n                                -73.879892999999996,\n                                45.299292999999999\n                            ],\n                            [\n                                -73.879645999999994,\n                                45.299261000000001\n                            ],\n                            [\n                                -73.879300999999998,\n                                45.299221000000003\n                            ],\n                            [\n                                -73.878895,\n                                45.299171999999999\n                            ],\n                            [\n                                -73.878805,\n                                45.299157000000001\n                            ],\n                            [\n                                -73.878658000000001,\n                                45.299135\n                            ],\n                            [\n                                -73.878562000000002,\n                                45.299104999999997\n                            ],\n                            [\n                                -73.878506000000002,\n                                45.299069000000003\n                            ],\n                            [\n                                -73.878471000000005,\n                                45.299014999999997\n                            ],\n                            [\n                                -73.878463999999994,\n                                45.298946000000001\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AmmnsGjk%7CaMJBJFF%40J%3FTAn%40Iz%40ORGJIFIPWHGHCJBLHFHHBNAb%40BR%3FLCFCHOL%5BLOPWb%40o%40HKJCJAL%40HDJFDAF%3FN%40DDF%3FJ%40NBJHFHBFiAdBaDpEo%40%7C%40KHKHIHEFIVILy%40hAw%40jAs%40dAGDI%3FGA%5Dk%40U%5DW_%40Ye%40EQ%3FUBQ%3FIACE%3FEFYPI%40G%3FIEEKCO%40ODo%40FeAHoA%40QB%5DDSFIHGLA&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=uuccIl1ZObPxJwcSx1v10PKOVYg=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 49671.154159859798,\n            \"active\": true,\n            \"previousCrop\": \"grassland\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-10-25T17:14:49+00:00\",\n            \"updatedAt\": \"2018-10-25T17:14:49+00:00\"\n        },\n        {\n            \"id\": 1606,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.880273000000003,\n                                45.290770000000002\n                            ],\n                            [\n                                -73.880622000000002,\n                                45.290762999999998\n                            ],\n                            [\n                                -73.881106000000003,\n                                45.290765\n                            ],\n                            [\n                                -73.881444999999999,\n                                45.290771999999997\n                            ],\n                            [\n                                -73.881787000000003,\n                                45.290784000000002\n                            ],\n                            [\n                                -73.882114999999999,\n                                45.290801000000002\n                            ],\n                            [\n                                -73.882486999999998,\n                                45.290827999999998\n                            ],\n                            [\n                                -73.882486,\n                                45.290882000000003\n                            ],\n                            [\n                                -73.882476999999994,\n                                45.290944000000003\n                            ],\n                            [\n                                -73.882341999999994,\n                                45.291491999999998\n                            ],\n                            [\n                                -73.882350000000002,\n                                45.291524000000003\n                            ],\n                            [\n                                -73.882425999999995,\n                                45.291589000000002\n                            ],\n                            [\n                                -73.882453999999996,\n                                45.291626000000001\n                            ],\n                            [\n                                -73.882108000000002,\n                                45.293039999999998\n                            ],\n                            [\n                                -73.88185,\n                                45.294114\n                            ],\n                            [\n                                -73.881818999999993,\n                                45.294125999999999\n                            ],\n                            [\n                                -73.881766999999996,\n                                45.294123999999996\n                            ],\n                            [\n                                -73.881729000000007,\n                                45.294114\n                            ],\n                            [\n                                -73.877832999999995,\n                                45.291037000000003\n                            ],\n                            [\n                                -73.877778000000006,\n                                45.290989000000003\n                            ],\n                            [\n                                -73.878147999999996,\n                                45.290934999999998\n                            ],\n                            [\n                                -73.878333999999995,\n                                45.290909999999997\n                            ],\n                            [\n                                -73.878669000000002,\n                                45.290872\n                            ],\n                            [\n                                -73.879035999999999,\n                                45.290838000000001\n                            ],\n                            [\n                                -73.879396,\n                                45.290813\n                            ],\n                            [\n                                -73.879780999999994,\n                                45.290790999999999\n                            ],\n                            [\n                                -73.880273000000003,\n                                45.290770000000002\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AizlsGtv%7CaM%40dAA%60B%3FbAAbAC%60AEhAI%3FKAmB%5BE%40MNGByGcAuEs%40CE%40I%40GdRkWHIHhADb%40FbADhADfABjAB%60B&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=-_Fpc_X18jK1XdhoRIyCMu9cvMw=\",\n            \"adminIsPaid\": true,\n            \"adminDatePaid\": \"2018-10-26T13:58:55+00:00\",\n            \"superficyM2\": 73759.743862807794,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-10-23T17:19:27+00:00\",\n            \"updatedAt\": \"2018-10-26T13:58:55+00:00\"\n        },\n        {\n            \"id\": 1629,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.802374413987408,\n                                45.744132804436667\n                            ],\n                            [\n                                -73.797897710018034,\n                                45.743116589498683\n                            ],\n                            [\n                                -73.793690236874411,\n                                45.729333912675763\n                            ],\n                            [\n                                -73.796631163536077,\n                                45.729538815105563\n                            ],\n                            [\n                                -73.79738841102872,\n                                45.729673851151297\n                            ],\n                            [\n                                -73.797418431056045,\n                                45.729075525315949\n                            ],\n                            [\n                                -73.79819384772216,\n                                45.729061608156996\n                            ],\n                            [\n                                -73.802649593881327,\n                                45.743639031953457\n                            ],\n                            [\n                                -73.802374413987408,\n                                45.744132804436667\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AykevGxomaMhE%7DZduAiYi%40jQYvCtBDBxCczAzZaBw%40&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=La1ICP5dWf4Ns580PkgM1qva9QE=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 565816.56919515098,\n            \"active\": true,\n            \"previousCrop\": null,\n            \"organicMatterPercent\": null,\n            \"soilTexture\": null,\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": null,\n            \"percentAverageYield\": null,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-11-29T15:18:05+00:00\",\n            \"updatedAt\": \"2018-11-29T15:18:05+00:00\"\n        },\n        {\n            \"id\": 1631,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.794227000000006,\n                                45.735289000000002\n                            ],\n                            [\n                                -73.794330000000002,\n                                45.735306000000001\n                            ],\n                            [\n                                -73.794343999999995,\n                                45.735315\n                            ],\n                            [\n                                -73.794696000000002,\n                                45.736502000000002\n                            ],\n                            [\n                                -73.795233999999994,\n                                45.738335999999997\n                            ],\n                            [\n                                -73.795782000000003,\n                                45.740116\n                            ],\n                            [\n                                -73.796291999999994,\n                                45.741771\n                            ],\n                            [\n                                -73.796605999999997,\n                                45.742831000000002\n                            ],\n                            [\n                                -73.796605999999997,\n                                45.742866999999997\n                            ],\n                            [\n                                -73.796593999999999,\n                                45.742885000000001\n                            ],\n                            [\n                                -73.796542000000002,\n                                45.742876000000003\n                            ],\n                            [\n                                -73.796155999999996,\n                                45.742778999999999\n                            ],\n                            [\n                                -73.796118000000007,\n                                45.742761000000002\n                            ],\n                            [\n                                -73.796104,\n                                45.742697999999997\n                            ],\n                            [\n                                -73.795567000000005,\n                                45.740881000000002\n                            ],\n                            [\n                                -73.795005000000003,\n                                45.739038999999998\n                            ],\n                            [\n                                -73.794391000000005,\n                                45.736997000000002\n                            ],\n                            [\n                                -73.793893999999995,\n                                45.735308000000003\n                            ],\n                            [\n                                -73.793944999999994,\n                                45.735280000000003\n                            ],\n                            [\n                                -73.794021999999998,\n                                45.735280000000003\n                            ],\n                            [\n                                -73.794227000000006,\n                                45.735289000000002\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": null,\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AqtcvG%7C%7CkaMCRA%40kFfAoJhBcJlBiIdBsE%7E%40G%3FCC%40IRkABGJCjJiBnJoBvK%7BBpIcBDJ%3FLAh%40&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=_CWrimnJ-NUHwSDpwrljYI38q4E=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 29392.194131553199,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-11-29T15:18:47+00:00\",\n            \"updatedAt\": \"2018-11-29T15:18:47+00:00\"\n        },\n        {\n            \"id\": 1632,\n            \"exploitationId\": 435,\n            \"geog\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -73.869806999999994,\n                                45.294398000000001\n                            ],\n                            [\n                                -73.869837000000004,\n                                45.294398000000001\n                            ],\n                            [\n                                -73.870793000000006,\n                                45.295138999999999\n                            ],\n                            [\n                                -73.870833000000005,\n                                45.295188000000003\n                            ],\n                            [\n                                -73.870829999999998,\n                                45.295240999999997\n                            ],\n                            [\n                                -73.870806999999999,\n                                45.295273999999999\n                            ],\n                            [\n                                -73.870586000000003,\n                                45.295422000000002\n                            ],\n                            [\n                                -73.868826999999996,\n                                45.296577999999997\n                            ],\n                            [\n                                -73.868774000000002,\n                                45.296585\n                            ],\n                            [\n                                -73.868691999999996,\n                                45.296579000000001\n                            ],\n                            [\n                                -73.868607999999995,\n                                45.296548999999999\n                            ],\n                            [\n                                -73.868183000000002,\n                                45.296261999999999\n                            ],\n                            [\n                                -73.868128999999996,\n                                45.296191999999998\n                            ],\n                            [\n                                -73.868101999999993,\n                                45.296154999999999\n                            ],\n                            [\n                                -73.868101999999993,\n                                45.296132\n                            ],\n                            [\n                                -73.868099000000001,\n                                45.296098999999998\n                            ],\n                            [\n                                -73.868696999999997,\n                                45.295431000000001\n                            ],\n                            [\n                                -73.868921,\n                                45.295194000000002\n                            ],\n                            [\n                                -73.869217000000006,\n                                45.294905\n                            ],\n                            [\n                                -73.869806999999994,\n                                45.294398000000001\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"name\": \"Test\",\n            \"description\": null,\n            \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3A_qmsGhuzaM%3FDsC%7CDIFI%3FEC%5Dk%40gF_JAK%40ODOx%40uALIDED%3FD%3FdCvBn%40j%40v%40z%40dBtB&client=gme-effigis&channel=FieldApex-192.168.0.195%3A8000&signature=boolGqgn5Db9k_G5woM8a-CtS_M=\",\n            \"adminIsPaid\": false,\n            \"adminDatePaid\": null,\n            \"superficyM2\": 24255.673601985,\n            \"active\": true,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"imageryCount\": 0,\n            \"createdAt\": \"2018-12-04T14:22:51+00:00\",\n            \"updatedAt\": \"2018-12-04T14:22:51+00:00\"\n        }\n    ]\n}"}],"_postman_id":"85bdfdb6-e3e8-475f-ae6d-59b77bcb61d6"}],"id":"d6e34213-675c-4e08-b4f4-b8bf93354b9f","_postman_id":"d6e34213-675c-4e08-b4f4-b8bf93354b9f"},{"name":"Recommandations","item":[{"name":"Corn (SCAN)","item":[{"name":"List all recommandations","id":"b5f46320-2153-49f4-8ac6-b31dda547278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn","description":"This endpoint lists all the recommandations for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all recommandations are returned."},"response":[{"id":"2505bb04-cf2e-420b-81b6-442f8c205468","name":"List all recommandations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/recommandations/corn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 21:12:32 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 21:12:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Clockwork-Id","value":"1550265152-9037-1824158446"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=719.02298927307; desc=\"Application\", db; dur=15.95; desc=\"Database\", timeline-event-total; dur=719.21896934509; desc=\"Total execution time.\", timeline-event-initialisation; dur=302.31094360352; desc=\"Application initialisation.\", timeline-event-boot; dur=214.17307853699; desc=\"Framework booting.\", timeline-event-run; dur=416.90516471863; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 21:12:32 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1177,\n            \"fieldId\": 1606,\n            \"name\": null,\n            \"description\": null,\n            \"type\": \"single_dose\",\n            \"status\": \"processed\",\n            \"recommendationDate\": \"2018-10-26T09:58:56+00:00\",\n            \"dateRequested\": \"2018-10-26T09:58:56+00:00\",\n            \"dateProcessed\": \"2018-10-26T13:58:58+00:00\",\n            \"algorithmDose\": 137.39558472639212,\n            \"recommendedDose\": 137.39558472639212,\n            \"chosenFertilizerRecommendedDose\": 137.39558472639212,\n            \"coverCropsContribution\": 0,\n            \"organicAmendmentContribution\": 0,\n            \"starterFertilizersContribution\": 44.608956079997441,\n            \"prePlantIncorporatedFertilizerContribution\": 0,\n            \"starterAndPrePlantFertilizersContribution\": 0,\n            \"otherContributions\": 0,\n            \"createdAt\": \"2018-10-26T13:58:56+00:00\",\n            \"updatedAt\": \"2018-10-26T13:58:58+00:00\"\n        }\n    ]\n}"}],"_postman_id":"b5f46320-2153-49f4-8ac6-b31dda547278"},{"name":"List all recommandations - Legacy - Not documented for public use","id":"d035d629-9e9b-4928-b52c-1492bcc8bb1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/legacy","description":"This endpoint lists all the recommandations for the authenticated user. If the user is a system administrator (`isSysadmin: true`), then all recommandations are returned."},"response":[],"_postman_id":"d035d629-9e9b-4928-b52c-1492bcc8bb1b"},{"name":"Get a single recommandation","id":"e130f2ed-e6a4-4d76-bf52-85a38b934e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/1177","description":"This endpoint returns a single recommandation. If the requested recommandation is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information."},"response":[{"id":"d0464aa1-fe4d-407d-b147-d58a76b68c83","name":"Get a single recommandation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/1177"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 21:14:10 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 21:14:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550265250-1637-1691252325"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=612.56623268127; desc=\"Application\", db; dur=22.58; desc=\"Database\", timeline-event-total; dur=612.77413368225; desc=\"Total execution time.\", timeline-event-initialisation; dur=189.36610221863; desc=\"Application initialisation.\", timeline-event-boot; dur=158.55598449707; desc=\"Framework booting.\", timeline-event-run; dur=423.40803146362; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 21:14:09 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1177,\n        \"fieldId\": 1606,\n        \"name\": null,\n        \"description\": null,\n        \"type\": \"single_dose\",\n        \"status\": \"processed\",\n        \"recommendationDate\": \"2018-10-26T09:58:56+00:00\",\n        \"dateRequested\": \"2018-10-26T09:58:56+00:00\",\n        \"dateProcessed\": \"2018-10-26T13:58:58+00:00\",\n        \"algorithmDose\": 137.39558472639212,\n        \"recommendedDose\": 137.39558472639212,\n        \"chosenFertilizerRecommendedDose\": 137.39558472639212,\n        \"coverCropsContribution\": 0,\n        \"organicAmendmentContribution\": 0,\n        \"starterFertilizersContribution\": 44.608956079997441,\n        \"prePlantIncorporatedFertilizerContribution\": 0,\n        \"starterAndPrePlantFertilizersContribution\": 0,\n        \"otherContributions\": 0,\n        \"inputParameters\": {\n            \"agriculturalUnitPreference\": \"metric\",\n            \"currency\": \"dollar_ca\",\n            \"fertilizerType\": \"pure_nitrogen_1000_0_0\",\n            \"nitrogenPrice\": 0.54431084401204255,\n            \"cornGrainPrice\": 5.0800000000000001,\n            \"previousCrop\": \"corn\",\n            \"organicMatterPercent\": 1.5,\n            \"soilTexture\": \"fine_sand\",\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"averageYield\": 159.32505599999703,\n            \"percentAverageYield\": 100,\n            \"coverCropsContribution\": null,\n            \"organicAmendmentContribution\": null,\n            \"starterFertilizersContribution\": 44.608956079997441,\n            \"prePlantIncorporatedFertilizerContribution\": null,\n            \"otherContributions\": null\n        },\n        \"createdAt\": \"2018-10-26T13:58:56+00:00\",\n        \"updatedAt\": \"2018-10-26T13:58:58+00:00\"\n    }\n}"}],"_postman_id":"e130f2ed-e6a4-4d76-bf52-85a38b934e6f"},{"name":"Get a single recommandation  - Legacy - Not documented for public use","id":"7a0b37d3-f51c-4824-9062-10ec295c73ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/legacy/1177","description":"This endpoint returns a single recommandation. If the requested recommandation is not accessible to the authenticated user, `404 Not Found` is returned, as to prevent leakage of information."},"response":[{"id":"bb738fba-c7e0-4484-98f0-9b23634dbb20","name":"Get a single recommandation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/1177"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 21:14:10 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 21:14:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550265250-1637-1691252325"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=612.56623268127; desc=\"Application\", db; dur=22.58; desc=\"Database\", timeline-event-total; dur=612.77413368225; desc=\"Total execution time.\", timeline-event-initialisation; dur=189.36610221863; desc=\"Application initialisation.\", timeline-event-boot; dur=158.55598449707; desc=\"Framework booting.\", timeline-event-run; dur=423.40803146362; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 21:14:09 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1177,\n        \"fieldId\": 1606,\n        \"name\": null,\n        \"description\": null,\n        \"type\": \"single_dose\",\n        \"status\": \"processed\",\n        \"recommendationDate\": \"2018-10-26T09:58:56+00:00\",\n        \"dateRequested\": \"2018-10-26T09:58:56+00:00\",\n        \"dateProcessed\": \"2018-10-26T13:58:58+00:00\",\n        \"inputParameters\": {\n            \"clayPercent\": null,\n            \"sandPercent\": null,\n            \"soilTexture\": \"fine_sand\",\n            \"averageYield\": 159.32505599999703,\n            \"previousCrop\": \"corn\",\n            \"fertilizerType\": \"pure_nitrogen_1000_0_0\",\n            \"otherContributions\": null,\n            \"percentAverageYield\": 100,\n            \"organicMatterPercent\": 1.5,\n            \"coverCropsContribution\": null,\n            \"agriculturalUnitPreference\": \"metric\",\n            \"nitrogenPricePerMetricTon\": 0.54431084401204255,\n            \"organicAmendmentContribution\": null,\n            \"cornGrainPricePerMetricTon\": 5.0800000000000001,\n            \"starterFertilizersContribution\": 44.608956079997441,\n            \"prePlantIncorporatedFertilizerContribution\": null\n        },\n        \"algorithmDose\": 137.39558472639212,\n        \"recommendedDose\": 137.39558472639212,\n        \"chosenFertilizerRecommendedDose\": 137.39558472639212,\n        \"coverCropsContribution\": 0,\n        \"organicAmendmentContribution\": 0,\n        \"starterFertilizersContribution\": 44.608956079997441,\n        \"prePlantIncorporatedFertilizerContribution\": 0,\n        \"starterAndPrePlantFertilizersContribution\": 0,\n        \"otherContributions\": 0,\n        \"createdAt\": \"2018-10-26T13:58:56+00:00\",\n        \"updatedAt\": \"2018-10-26T13:58:58+00:00\"\n    }\n}"}],"_postman_id":"7a0b37d3-f51c-4824-9062-10ec295c73ca"},{"name":"Download recommandation as PDF - Not documented for public use","id":"2f2efc69-a3ff-4362-96c9-1e81136edca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/1177/pdf"},"response":[],"_postman_id":"2f2efc69-a3ff-4362-96c9-1e81136edca2"},{"name":"Enable recommandations","id":"2b610ee8-d4cb-46b4-91b9-740895c7a2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/enable"},"response":[{"id":"0941f8af-0ed2-42ad-a585-68887f5666a8","name":"Enable recommandations","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/enable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Tue, 19 Feb 2019 15:17:45 +0000"},{"key":"Date","value":"Tue, 19 Feb 2019 15:17:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550589465-0888-1249628081"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=665.39692878723; desc=\"Application\", db; dur=30.31; desc=\"Database\", timeline-event-total; dur=665.67897796631; desc=\"Total execution time.\", timeline-event-initialisation; dur=173.8440990448; desc=\"Application initialisation.\", timeline-event-boot; dur=171.49686813354; desc=\"Framework booting.\", timeline-event-run; dur=491.83487892151; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Mon, 15-Nov-2021 15:17:44 GMT; Max-Age=86399999; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"id\": 418,\n        \"firstName\": \"Bill\",\n        \"lastName\": \"Doe\",\n        \"email\": \"bill.doe@somecompany.com\",\n        \"isSysadmin\": false,\n        \"createdAt\": \"2018-08-15T18:54:29+00:00\",\n        \"updatedAt\": \"2019-02-19T15:16:41+00:00\",\n        \"exploitations\": [\n            {\n                \"id\": 455\n            },\n            {\n                \"id\": 456\n            },\n            {\n                \"id\": 457\n            },\n            {\n                \"id\": 176\n            },\n            {\n                \"id\": 435\n            },\n            {\n                \"id\": 452\n            },\n            {\n                \"id\": 454\n            }\n        ],\n        \"businessUnits\": [\n            {\n                \"id\": 277\n            }\n        ],\n        \"relatedUsers\": [\n            {\n                \"id\": 418\n            }\n        ],\n        \"details\": {\n            \"locale\": \"en-CA\",\n            \"postalAddress\": \"1244 King Street\",\n            \"city\": \"Ottawa\",\n            \"state\": \"CA_ON\",\n            \"zipcode\": \"H0H 0H0\",\n            \"country\": \"CA\",\n            \"workPhone\": \"12345678910\",\n            \"workPhoneExtension\": null,\n            \"cellPhone\": null,\n            \"acceptedTerms\": true,\n            \"acceptedEffigisNewsAlerts\": true,\n            \"acceptedPromosOffers\": false,\n            \"canMakeRecommendations\": true,\n            \"canMakeRecommendationsPending\": false,\n            \"currencyPreference\": \"dollar_ca\",\n            \"meteorologicalUnitPreference\": \"imperial\",\n            \"agriculturalUnitPreference\": \"imperial\"\n        }\n    }\n}"}],"_postman_id":"2b610ee8-d4cb-46b4-91b9-740895c7a2d9"},{"name":"Request a recommandation - Legacy - Not documented for public use","id":"c56e87a4-4160-4fcf-9cd0-b55eb0d0ff85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 314,\r\n  \"fieldId\":  2192,\r\n  \"name\": null,\r\n  \"description\": null,\r\n  \"type\": \"single_dose\",\r\n  \"pluvio\":  [\r\n        {\r\n            \"obsDate\": \"2018-04-28T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-04-29T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 4.4,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-04-30T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 14.6,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-01T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 16.8,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-02T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": 5\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-03T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 1,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-04T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 7.8,\r\n            \"userValue\": 5\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-05T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 9,\r\n            \"userValue\": 5\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-06T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-07T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-08T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-09T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": 4\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-10T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-11T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-12T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-13T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-14T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-15T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0.3,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-16T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-17T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-18T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-19T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-20T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 6.2,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-21T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-22T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-23T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-24T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-25T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-26T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0.95,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-27T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        },\r\n        {\r\n            \"obsDate\": \"2018-05-28T00:00:00+00:00\",\r\n            \"exploitationId\": 174,\r\n            \"apiValue\": 0,\r\n            \"userValue\": null\r\n        }\r\n    ],\r\n  \"zoneInputParams\": [\r\n    {\r\n      \"zoneId\": 840,\r\n      \"previousCrop\": \"other_low\",\r\n      \"organicMatterPercent\": 4,\r\n      \"soilTexture\": null,\r\n      \"clayPercent\": 20,\r\n      \"sandPercent\": 25,\r\n      \"averageYield\": 100,\r\n      \"percentAverageYield\": 90,\r\n      \"starterFertilizersContribution\": 10,\r\n      \"coverCropsContribution\": 10,\r\n      \"organicAmendmentContribution\": 10,\r\n      \"otherContributions\": 10,\r\n      \"fertilizerType\": \"ammonium_nitrate_335_0_0\",\r\n      \"nitrogenPricePerMetricTon\": 10,\r\n      \"cornGrainPricePerMetricTon\": 10\r\n    }\r\n  ]\r\n}"},"url":"{{baseUrl}}/api/v1/recommandations/corn","description":"This endpoint lets you request a new recommandation for a given field. \n\nBefore requesting a new recommandation :\n\n1. Recommandations must have been activated for your account (the `canMakeRecommendations` flag for your account must be `true`). If this is not the case, please use the `Enable recommandations` endpoint;\n2. Billing must have been enabled for the field (the `adminIsPaid` flag for the field must be `true`). If this is not the case, please use the `Enable billing for a field` endpoint.\n\n## Input\n\nAll request body fields are **required**.\n\nName | Type | Description\n---- | ---- | -----------\nx | `integer` |"},"response":[],"_postman_id":"c56e87a4-4160-4fcf-9cd0-b55eb0d0ff85"},{"name":"Request a recommandation","id":"8bf11419-5bd3-40e0-ad50-50a9e87d8d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": null,\r\n  \"description\": null,\r\n  \"type\": \"single_dose\",\r\n  \"starterFertilizersContribution\": 10,\r\n  \"prePlantIncorporatedFertilizerContribution\": 20,\r\n  \"coverCropsContribution\": 30,\r\n  \"organicAmendmentContribution\": 40,\r\n  \"otherContributions\": 50,\r\n  \"fields\": [\r\n  \t{\r\n        \"id\": 2192,\r\n        \"exploitationId\": 377,\r\n        \"operationId\": 57,\r\n        \"organizationId\": 57,\r\n        \"name\": \"Field #2192 - 0000\",\r\n        \"description\": null,\r\n        \"geog\": {\r\n            \"type\": \"MultiPolygon\",\r\n            \"coordinates\": [\r\n                [\r\n                    [\r\n                        [\r\n                            -73.670999,\r\n                            45.853497\r\n                        ],\r\n                        [\r\n                            -73.670756,\r\n                            45.853452\r\n                        ],\r\n                        [\r\n                            -73.670644,\r\n                            45.853477\r\n                        ],\r\n                        [\r\n                            -73.670458,\r\n                            45.853741\r\n                        ],\r\n                        [\r\n                            -73.670115,\r\n                            45.853774\r\n                        ],\r\n                        [\r\n                            -73.668948,\r\n                            45.853879\r\n                        ],\r\n                        [\r\n                            -73.668578,\r\n                            45.853808\r\n                        ],\r\n                        [\r\n                            -73.668383,\r\n                            45.853709\r\n                        ],\r\n                        [\r\n                            -73.668153,\r\n                            45.853499\r\n                        ],\r\n                        [\r\n                            -73.668073,\r\n                            45.853344\r\n                        ],\r\n                        [\r\n                            -73.668053,\r\n                            45.85321\r\n                        ],\r\n                        [\r\n                            -73.66811,\r\n                            45.853008\r\n                        ],\r\n                        [\r\n                            -73.668216,\r\n                            45.8528\r\n                        ],\r\n                        [\r\n                            -73.668314,\r\n                            45.852598\r\n                        ],\r\n                        [\r\n                            -73.668455,\r\n                            45.852448\r\n                        ],\r\n                        [\r\n                            -73.668645,\r\n                            45.852291\r\n                        ],\r\n                        [\r\n                            -73.669167,\r\n                            45.851951\r\n                        ],\r\n                        [\r\n                            -73.669365,\r\n                            45.851855\r\n                        ],\r\n                        [\r\n                            -73.669952,\r\n                            45.851718\r\n                        ],\r\n                        [\r\n                            -73.670558,\r\n                            45.851579\r\n                        ],\r\n                        [\r\n                            -73.671254,\r\n                            45.85128\r\n                        ],\r\n                        [\r\n                            -73.671471,\r\n                            45.851145\r\n                        ],\r\n                        [\r\n                            -73.671765,\r\n                            45.850805\r\n                        ],\r\n                        [\r\n                            -73.67232,\r\n                            45.850594\r\n                        ],\r\n                        [\r\n                            -73.672504,\r\n                            45.850555\r\n                        ],\r\n                        [\r\n                            -73.672484,\r\n                            45.854183\r\n                        ],\r\n                        [\r\n                            -73.672425,\r\n                            45.85426\r\n                        ],\r\n                        [\r\n                            -73.67231,\r\n                            45.854287\r\n                        ],\r\n                        [\r\n                            -73.671982,\r\n                            45.854365\r\n                        ],\r\n                        [\r\n                            -73.671834,\r\n                            45.85436\r\n                        ],\r\n                        [\r\n                            -73.671742,\r\n                            45.854347\r\n                        ],\r\n                        [\r\n                            -73.671661,\r\n                            45.854085\r\n                        ],\r\n                        [\r\n                            -73.6715,\r\n                            45.853857\r\n                        ],\r\n                        [\r\n                            -73.671228,\r\n                            45.85358\r\n                        ],\r\n                        [\r\n                            -73.670999,\r\n                            45.853497\r\n                        ]\r\n                    ]\r\n                ]\r\n            ]\r\n        },\r\n        \"adminDatePaid\": \"2019-12-20T11:51:57+00:00\",\r\n        \"adminIsPaid\": true,\r\n        \"averageYield\": 10,\r\n        \"organicMatterPercent\": 1.5,\r\n        \"accumulatedGrowingDegreeDaysSinceSowing\": 0,\r\n        \"accumulatedCornHeatUnitsSinceSowing\": 0,\r\n        \"dailyWeatherData\": {\r\n            \"id\": 1734611,\r\n            \"fieldId\": 2192,\r\n            \"observationDate\": \"2020-01-16T00:00:00+00:00\",\r\n            \"updatedAt\": \"2020-01-16T19:59:21+00:00\",\r\n            \"precipitation\": \"0\",\r\n            \"minTemperature\": \"1.6939601898193\",\r\n            \"maxTemperature\": \"-0.69904470443726\",\r\n            \"temperature\": \"0.49745774269104\",\r\n            \"pressure\": null,\r\n            \"humidity\": null,\r\n            \"visibility\": null,\r\n            \"cloudCover\": null,\r\n            \"windSpeed\": null,\r\n            \"windDirection\": null\r\n        },\r\n        \"lastThresholdCornScanRecommendation\": null,\r\n        \"beforeLastThresholdCornScanRecommendation\": null,\r\n        \"selectedSoilTextureLayerIndex\": 0,\r\n        \"soilTextureLayers\": [\r\n            {\r\n                \"id\": 2095,\r\n                \"name\": \"Couche #2095\",\r\n                \"fieldId\": 2192,\r\n                \"layerType\": \"soil_texture\",\r\n                \"createdAt\": \"2019-12-12 16:13:59\",\r\n                \"updatedAt\": \"2019-12-20 20:43:36\",\r\n                \"deletedAt\": null,\r\n                \"layerPolygons\": [\r\n                    {\r\n                        \"id\": 2095,\r\n                        \"name\": \"Zone #2095\",\r\n                        \"geog\": {\r\n                            \"type\": \"Polygon\",\r\n                            \"coordinates\": [\r\n                                [\r\n                                    [\r\n                                        -73.670999,\r\n                                        45.853497\r\n                                    ],\r\n                                    [\r\n                                        -73.670756,\r\n                                        45.853452\r\n                                    ],\r\n                                    [\r\n                                        -73.670644,\r\n                                        45.853477\r\n                                    ],\r\n                                    [\r\n                                        -73.670458,\r\n                                        45.853741\r\n                                    ],\r\n                                    [\r\n                                        -73.670115,\r\n                                        45.853774\r\n                                    ],\r\n                                    [\r\n                                        -73.668948,\r\n                                        45.853879\r\n                                    ],\r\n                                    [\r\n                                        -73.668578,\r\n                                        45.853808\r\n                                    ],\r\n                                    [\r\n                                        -73.668383,\r\n                                        45.853709\r\n                                    ],\r\n                                    [\r\n                                        -73.668153,\r\n                                        45.853499\r\n                                    ],\r\n                                    [\r\n                                        -73.668073,\r\n                                        45.853344\r\n                                    ],\r\n                                    [\r\n                                        -73.668053,\r\n                                        45.85321\r\n                                    ],\r\n                                    [\r\n                                        -73.66811,\r\n                                        45.853008\r\n                                    ],\r\n                                    [\r\n                                        -73.668216,\r\n                                        45.8528\r\n                                    ],\r\n                                    [\r\n                                        -73.668314,\r\n                                        45.852598\r\n                                    ],\r\n                                    [\r\n                                        -73.668455,\r\n                                        45.852448\r\n                                    ],\r\n                                    [\r\n                                        -73.668645,\r\n                                        45.852291\r\n                                    ],\r\n                                    [\r\n                                        -73.669167,\r\n                                        45.851951\r\n                                    ],\r\n                                    [\r\n                                        -73.669365,\r\n                                        45.851855\r\n                                    ],\r\n                                    [\r\n                                        -73.669952,\r\n                                        45.851718\r\n                                    ],\r\n                                    [\r\n                                        -73.670558,\r\n                                        45.851579\r\n                                    ],\r\n                                    [\r\n                                        -73.671254,\r\n                                        45.85128\r\n                                    ],\r\n                                    [\r\n                                        -73.671471,\r\n                                        45.851145\r\n                                    ],\r\n                                    [\r\n                                        -73.671765,\r\n                                        45.850805\r\n                                    ],\r\n                                    [\r\n                                        -73.67232,\r\n                                        45.850594\r\n                                    ],\r\n                                    [\r\n                                        -73.672504,\r\n                                        45.850555\r\n                                    ],\r\n                                    [\r\n                                        -73.672484,\r\n                                        45.854183\r\n                                    ],\r\n                                    [\r\n                                        -73.672425,\r\n                                        45.85426\r\n                                    ],\r\n                                    [\r\n                                        -73.67231,\r\n                                        45.854287\r\n                                    ],\r\n                                    [\r\n                                        -73.671982,\r\n                                        45.854365\r\n                                    ],\r\n                                    [\r\n                                        -73.671834,\r\n                                        45.85436\r\n                                    ],\r\n                                    [\r\n                                        -73.671742,\r\n                                        45.854347\r\n                                    ],\r\n                                    [\r\n                                        -73.671661,\r\n                                        45.854085\r\n                                    ],\r\n                                    [\r\n                                        -73.6715,\r\n                                        45.853857\r\n                                    ],\r\n                                    [\r\n                                        -73.671228,\r\n                                        45.85358\r\n                                    ],\r\n                                    [\r\n                                        -73.670999,\r\n                                        45.853497\r\n                                    ]\r\n                                ]\r\n                            ]\r\n                        },\r\n                        \"layerId\": 2095,\r\n                        \"polygonAttributes\": {\r\n                            \"sandPercent\": null,\r\n                            \"soilTexture\": \"loam\"\r\n                        },\r\n                        \"createdAt\": \"2019-12-12 16:13:59\",\r\n                        \"updatedAt\": \"2019-12-20 20:43:36\",\r\n                        \"deletedAt\": null\r\n                    },\r\n                                        {\r\n                        \"id\": 2095,\r\n                        \"name\": \"Zone #2095\",\r\n                        \"geog\": {\r\n                            \"type\": \"Polygon\",\r\n                            \"coordinates\": [\r\n                                [\r\n                                    [\r\n                                        -73.670999,\r\n                                        45.853497\r\n                                    ],\r\n                                    [\r\n                                        -73.670756,\r\n                                        45.853452\r\n                                    ],\r\n                                    [\r\n                                        -73.670644,\r\n                                        45.853477\r\n                                    ],\r\n                                    [\r\n                                        -73.670458,\r\n                                        45.853741\r\n                                    ],\r\n                                    [\r\n                                        -73.670115,\r\n                                        45.853774\r\n                                    ],\r\n                                    [\r\n                                        -73.668948,\r\n                                        45.853879\r\n                                    ],\r\n                                    [\r\n                                        -73.668578,\r\n                                        45.853808\r\n                                    ],\r\n                                    [\r\n                                        -73.668383,\r\n                                        45.853709\r\n                                    ],\r\n                                    [\r\n                                        -73.668153,\r\n                                        45.853499\r\n                                    ],\r\n                                    [\r\n                                        -73.668073,\r\n                                        45.853344\r\n                                    ],\r\n                                    [\r\n                                        -73.668053,\r\n                                        45.85321\r\n                                    ],\r\n                                    [\r\n                                        -73.66811,\r\n                                        45.853008\r\n                                    ],\r\n                                    [\r\n                                        -73.668216,\r\n                                        45.8528\r\n                                    ],\r\n                                    [\r\n                                        -73.668314,\r\n                                        45.852598\r\n                                    ],\r\n                                    [\r\n                                        -73.668455,\r\n                                        45.852448\r\n                                    ],\r\n                                    [\r\n                                        -73.668645,\r\n                                        45.852291\r\n                                    ],\r\n                                    [\r\n                                        -73.669167,\r\n                                        45.851951\r\n                                    ],\r\n                                    [\r\n                                        -73.669365,\r\n                                        45.851855\r\n                                    ],\r\n                                    [\r\n                                        -73.669952,\r\n                                        45.851718\r\n                                    ],\r\n                                    [\r\n                                        -73.670558,\r\n                                        45.851579\r\n                                    ],\r\n                                    [\r\n                                        -73.671254,\r\n                                        45.85128\r\n                                    ],\r\n                                    [\r\n                                        -73.671471,\r\n                                        45.851145\r\n                                    ],\r\n                                    [\r\n                                        -73.671765,\r\n                                        45.850805\r\n                                    ],\r\n                                    [\r\n                                        -73.67232,\r\n                                        45.850594\r\n                                    ],\r\n                                    [\r\n                                        -73.672504,\r\n                                        45.850555\r\n                                    ],\r\n                                    [\r\n                                        -73.672484,\r\n                                        45.854183\r\n                                    ],\r\n                                    [\r\n                                        -73.672425,\r\n                                        45.85426\r\n                                    ],\r\n                                    [\r\n                                        -73.67231,\r\n                                        45.854287\r\n                                    ],\r\n                                    [\r\n                                        -73.671982,\r\n                                        45.854365\r\n                                    ],\r\n                                    [\r\n                                        -73.671834,\r\n                                        45.85436\r\n                                    ],\r\n                                    [\r\n                                        -73.671742,\r\n                                        45.854347\r\n                                    ],\r\n                                    [\r\n                                        -73.671661,\r\n                                        45.854085\r\n                                    ],\r\n                                    [\r\n                                        -73.6715,\r\n                                        45.853857\r\n                                    ],\r\n                                    [\r\n                                        -73.671228,\r\n                                        45.85358\r\n                                    ],\r\n                                    [\r\n                                        -73.670999,\r\n                                        45.853497\r\n                                    ]\r\n                                ]\r\n                            ]\r\n                        },\r\n                        \"layerId\": 2095,\r\n                        \"polygonAttributes\": {\r\n                            \"sandPercent\": 10,\r\n                            \"siltPercent\": 30,\r\n                            \"clayPercent\": null,\r\n                            \"soilTexture\": \"custom\"\r\n                        },\r\n                        \"createdAt\": \"2019-12-12 16:13:59\",\r\n                        \"updatedAt\": \"2019-12-20 20:43:36\",\r\n                        \"deletedAt\": null\r\n                    }\r\n\r\n                ]\r\n            },\r\n            {\r\n                \"id\": 2097,\r\n                \"name\": \"Couche #2097\",\r\n                \"fieldId\": 2192,\r\n                \"layerType\": \"soil_texture\",\r\n                \"createdAt\": \"2019-12-13 17:50:57\",\r\n                \"updatedAt\": \"2019-12-20 20:40:21\",\r\n                \"deletedAt\": null,\r\n                \"layerPolygons\": [\r\n                \t                   {\r\n                        \"id\": 2095,\r\n                        \"name\": \"Zone #2095\",\r\n                        \"geog\": {\r\n                            \"type\": \"Polygon\",\r\n                            \"coordinates\": [\r\n                                [\r\n                                    [\r\n                                        -73.670999,\r\n                                        45.853497\r\n                                    ],\r\n                                    [\r\n                                        -73.670756,\r\n                                        45.853452\r\n                                    ],\r\n                                    [\r\n                                        -73.670644,\r\n                                        45.853477\r\n                                    ],\r\n                                    [\r\n                                        -73.670458,\r\n                                        45.853741\r\n                                    ],\r\n                                    [\r\n                                        -73.670115,\r\n                                        45.853774\r\n                                    ],\r\n                                    [\r\n                                        -73.668948,\r\n                                        45.853879\r\n                                    ],\r\n                                    [\r\n                                        -73.668578,\r\n                                        45.853808\r\n                                    ],\r\n                                    [\r\n                                        -73.668383,\r\n                                        45.853709\r\n                                    ],\r\n                                    [\r\n                                        -73.668153,\r\n                                        45.853499\r\n                                    ],\r\n                                    [\r\n                                        -73.668073,\r\n                                        45.853344\r\n                                    ],\r\n                                    [\r\n                                        -73.668053,\r\n                                        45.85321\r\n                                    ],\r\n                                    [\r\n                                        -73.66811,\r\n                                        45.853008\r\n                                    ],\r\n                                    [\r\n                                        -73.668216,\r\n                                        45.8528\r\n                                    ],\r\n                                    [\r\n                                        -73.668314,\r\n                                        45.852598\r\n                                    ],\r\n                                    [\r\n                                        -73.668455,\r\n                                        45.852448\r\n                                    ],\r\n                                    [\r\n                                        -73.668645,\r\n                                        45.852291\r\n                                    ],\r\n                                    [\r\n                                        -73.669167,\r\n                                        45.851951\r\n                                    ],\r\n                                    [\r\n                                        -73.669365,\r\n                                        45.851855\r\n                                    ],\r\n                                    [\r\n                                        -73.669952,\r\n                                        45.851718\r\n                                    ],\r\n                                    [\r\n                                        -73.670558,\r\n                                        45.851579\r\n                                    ],\r\n                                    [\r\n                                        -73.671254,\r\n                                        45.85128\r\n                                    ],\r\n                                    [\r\n                                        -73.671471,\r\n                                        45.851145\r\n                                    ],\r\n                                    [\r\n                                        -73.671765,\r\n                                        45.850805\r\n                                    ],\r\n                                    [\r\n                                        -73.67232,\r\n                                        45.850594\r\n                                    ],\r\n                                    [\r\n                                        -73.672504,\r\n                                        45.850555\r\n                                    ],\r\n                                    [\r\n                                        -73.672484,\r\n                                        45.854183\r\n                                    ],\r\n                                    [\r\n                                        -73.672425,\r\n                                        45.85426\r\n                                    ],\r\n                                    [\r\n                                        -73.67231,\r\n                                        45.854287\r\n                                    ],\r\n                                    [\r\n                                        -73.671982,\r\n                                        45.854365\r\n                                    ],\r\n                                    [\r\n                                        -73.671834,\r\n                                        45.85436\r\n                                    ],\r\n                                    [\r\n                                        -73.671742,\r\n                                        45.854347\r\n                                    ],\r\n                                    [\r\n                                        -73.671661,\r\n                                        45.854085\r\n                                    ],\r\n                                    [\r\n                                        -73.6715,\r\n                                        45.853857\r\n                                    ],\r\n                                    [\r\n                                        -73.671228,\r\n                                        45.85358\r\n                                    ],\r\n                                    [\r\n                                        -73.670999,\r\n                                        45.853497\r\n                                    ]\r\n                                ]\r\n                            ]\r\n                        },\r\n                        \"layerId\": 2095,\r\n                        \"polygonAttributes\": {\r\n                            \"sandPercent\": null,\r\n                            \"soilTexture\": \"loam\"\r\n                        },\r\n                        \"createdAt\": \"2019-12-12 16:13:59\",\r\n                        \"updatedAt\": \"2019-12-20 20:43:36\",\r\n                        \"deletedAt\": null\r\n                    }\r\n\r\n                \t]\r\n            }\r\n        ],\r\n        \"selectedManagementZoneLayerIndex\": null,\r\n        \"managementZoneLayers\": [],\r\n        \"previousCrops\": [\r\n            {\r\n                \"year\": 2019,\r\n                \"crop\": \"corn\",\r\n                \"fieldId\": 2192\r\n            },\r\n            {\r\n                \"year\": 2018,\r\n                \"crop\": \"beans\",\r\n                \"fieldId\": 2192\r\n            }\r\n        ],\r\n        \"currentCrop\": {\r\n            \"year\": 2020,\r\n            \"crop\": null,\r\n            \"fieldId\": 2192,\r\n            \"sowingDateType\": \"estimated_date\",\r\n            \"sowingDate\": \"2020-05-07\",\r\n            \"actualCornStage\": \"computed\",\r\n            \"actualCornStageOffset\": null,\r\n            \"starterFertilizersContribution\": 0,\r\n            \"previousInSeasonFertilizerContribution\": 0,\r\n            \"preplantIncorporatedFertilizerContribution\": 0,\r\n            \"coverCropsContribution\": 0,\r\n            \"organicAmendmentContribution\": 0,\r\n            \"otherContributions\": 0\r\n        },\r\n        \"imageryCount\": 0,\r\n        \"superficyM2\": 85558.9839721918,\r\n        \"superficy\": 21.1,\r\n        \"superficyUnit\": \"acre\",\r\n        \"thumbnailUrl\": \"https://maps.googleapis.com/maps/api/staticmap?geodesic=true&maptype=satellite&size=100x100&path=fillcolor%3A0xffff0032%7Ccolor%3A0xffff00ff%7Cweight%3A1%7Cenc%3AkwzvGvzs%60MHo%40EWs%40c%40EcAUiFLiARg%40h%40m%40%5EOXCf%40Jh%40Tf%40P%5C%5C%5Ed%40bAfBPf%40ZrBZxBz%40hCXj%40bAz%40j%40lBDb%40sUCOIEWOaA%40%5D%40Qr%40Ol%40_%40v%40u%40Nm%40&client=gme-effigis&channel=FieldApex-localhost&signature=qrRD0JUoPCZTfvdLovDTzMS_HaQ=\",\r\n        \"createdAt\": \"2019-12-12T16:13:59+00:00\",\r\n        \"updatedAt\": \"2019-12-20T20:43:35+00:00\",\r\n        \"johnDeereId\": null\r\n    }\r\n  \t]\r\n}"},"url":"{{baseUrl}}/api/v1/recommandations/corn","description":"This endpoint lets you request a new recommandation for a given field. \n\nBefore requesting a new recommandation :\n\n1. Recommandations must have been activated for the authenticated user's account (the `canMakeRecommendations` flag for the account must be `true`). If this is not the case, please use the `Enable recommandations` endpoint. Please note that the billing account activation could take between 2 and 6 hours;\n2. Billing must have been enabled for the field (the `adminIsPaid` flag for the field must be `true`). If this is not the case, please use the `Enable billing for a field` endpoint.\n\n## Input\n\nAll request body fields are **required**, unless specified otherwise below.\n\nName | Type | Description\n---- | ---- | -----------\nfieldId | `integer` | The id of the field for which the new recommandation is requested\nname | `string` | **Optional** A name for the new recommandation\ndescription | `string` | **Optional** A user-friendly description for the new recommandation\ntype | `string` | Only `single_dose` is supported at the moment\nstarterFertilizersContribution | `number` | See note below\nprePlantIncorporatedFertilizerContribution | `number` | See note below\ncoverCropsContribution | `number` | See note below\norganicAmendmentContribution | `number` | See note below\notherContributions | `number` | See note below\n\nNote on contributions : all the contributions must be specified according to the authenticated user's `agriculturalUnitPreference`, in `pounds per acre` if `imperial` or in `metric ton per hectare` if `metric`."},"response":[],"_postman_id":"8bf11419-5bd3-40e0-ad50-50a9e87d8d16"},{"name":"Delete a recommandation","id":"326c17b0-419a-4d26-a042-e17952651628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/1176"},"response":[{"id":"e7c0868d-df07-48e1-a0ce-b742c44e1b97","name":"Delete a recommandation","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{baseUrl}}/api/v1/recommandations/corn/1176"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"192.168.0.195:8000"},{"key":"Date","value":"Fri, 15 Feb 2019 20:40:24 +0000"},{"key":"Date","value":"Fri, 15 Feb 2019 20:40:24 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Clockwork-Id","value":"1550263224-4712-1062583893"},{"key":"X-Clockwork-Version","value":"2.2.5"},{"key":"Server-Timing","value":"app; dur=606.31895065308; desc=\"Application\", db; dur=26.4; desc=\"Database\", timeline-event-total; dur=606.52589797974; desc=\"Total execution time.\", timeline-event-initialisation; dur=179.23998832703; desc=\"Application initialisation.\", timeline-event-boot; dur=153.92112731934; desc=\"Framework booting.\", timeline-event-run; dur=427.28590965271; desc=\"Framework running.\""},{"key":"Set-Cookie","value":"locale=en-CA; expires=Thu, 11-Nov-2021 20:40:24 GMT; Max-Age=86400000; path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true\n}"}],"_postman_id":"326c17b0-419a-4d26-a042-e17952651628"}],"id":"285a0aa4-a418-48c3-9664-7e0f0d50d805","event":[{"listen":"prerequest","script":{"id":"28c0e5da-1a6d-4750-a897-0f3804bbcdd4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"27ba3db8-0c6d-4595-ace4-6edd7183854b","type":"text/javascript","exec":[""]}}],"_postman_id":"285a0aa4-a418-48c3-9664-7e0f0d50d805"}],"id":"1b1eed3d-509d-45b6-8192-68e33cff93c7","_postman_id":"1b1eed3d-509d-45b6-8192-68e33cff93c7"},{"name":"Imagery - Not documented for public use","item":[{"name":"Imagery - coverage","id":"b0ceaf67-7ec2-4fe2-85fe-bb108b162d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/imagery/coverage"},"response":[],"_postman_id":"b0ceaf67-7ec2-4fe2-85fe-bb108b162d78"}],"id":"6e72c062-1de1-4843-9928-387a60b01507","event":[{"listen":"prerequest","script":{"id":"4d663895-60b9-43f8-8ea9-ba260becabf4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a6563631-e303-4eee-b39f-78e2cb73d6cc","type":"text/javascript","exec":[""]}}],"_postman_id":"6e72c062-1de1-4843-9928-387a60b01507"},{"name":"LookupTables - Not documented for public use","item":[{"name":"LookupTables - Index","id":"e10b29a7-87ed-4283-be70-ae3e1534822b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/lookuptables"},"response":[],"_postman_id":"e10b29a7-87ed-4283-be70-ae3e1534822b"},{"name":"LookupTables - Show","id":"404629ca-da34-4d4f-a42d-a99c7b7e5a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/lookuptables/CROP_TYPES"},"response":[],"_postman_id":"404629ca-da34-4d4f-a42d-a99c7b7e5a28"}],"id":"2d93cfd5-eb7d-4781-91a9-224a25eedb02","event":[{"listen":"prerequest","script":{"id":"1b40f504-9075-43e1-9dc1-a6c3b2c93ad5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8accfb49-9015-4511-b774-4e9c129ad07e","type":"text/javascript","exec":[""]}}],"_postman_id":"2d93cfd5-eb7d-4781-91a9-224a25eedb02"},{"name":"ManagementZones - Not in use","item":[{"name":"Management Zones - Index","id":"5d06b9ff-49c6-41f2-800a-512b67ae798e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/managementzones"},"response":[],"_postman_id":"5d06b9ff-49c6-41f2-800a-512b67ae798e"},{"name":"Management Zones - Show","id":"edf60f5b-fb3d-495b-9add-b219cc43614e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/managementzones/843"},"response":[],"_postman_id":"edf60f5b-fb3d-495b-9add-b219cc43614e"},{"name":"Management Zones - Store","id":"b1aaa65c-44c1-40b7-951c-ec308c56d836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n        \"fieldId\": 842,\n        \"name\": \"deuxième mz pour le même champ\",\n        \"description\": null,\n        \"active\": true,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -74.19,\n                            45.08\n                        ],\n                        [\n                            -74.18,\n                            45.07\n                        ],\n                        [\n                            -74.2,\n                            45.09\n                        ],\n                        [\n                            -74.21,\n                            45.1\n                        ],\n                        [\n                            -74.2022,\n                            45.0934\n                        ],\n                        [\n                            -74.206,\n                            45.097\n                        ],\n                        [\n                            -74.19,\n                            45.08\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"previousCrop\": null,\n        \"organicMatterPercent\": null,\n        \"soilTexture\": null,\n        \"clayPercent\": null,\n        \"sandPercent\": null,\n        \"averageYield\": null,\n        \"percentAverageYield\": null\n    }"},"url":"{{baseUrl}}/api/v1/managementzones"},"response":[],"_postman_id":"b1aaa65c-44c1-40b7-951c-ec308c56d836"},{"name":"Management Zones - Update","id":"d6b26c97-3991-47ec-8215-60bff0943590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n        \"fieldId\": 842,\n        \"name\": \"Ma Zone à moi\",\n        \"description\": \"description\",\n        \"active\": true,\n        \"geog\": {\n            \"type\": \"MultiPolygon\",\n            \"coordinates\": [\n                [\n                    [\n                        [\n                            -74.19,\n                            46.08\n                        ],\n                        [\n                            -74.18,\n                            45.07\n                        ],\n                        [\n                            -74.2,\n                            45.09\n                        ],\n                        [\n                            -74.21,\n                            45.1\n                        ],\n                        [\n                            -74.2022,\n                            45.0934\n                        ],\n                        [\n                            -74.206,\n                            45.097\n                        ],\n                        [\n                            -74.19,\n                            46.08\n                        ]\n                    ]\n                ]\n            ]\n        },\n        \"previousCrop\": \"grassland\",\n        \"organicMatterPercent\": 6,\n        \"soilTexture\": \"sandy_clay_loam\",\n        \"clayPercent\": 25,\n        \"sandPercent\": 20,\n        \"averageYield\": 345,\n        \"percentAverageYield\": 90\n    }"},"url":"{{baseUrl}}/api/v1/managementzones/843"},"response":[],"_postman_id":"d6b26c97-3991-47ec-8215-60bff0943590"},{"name":"Management Zones - Delete","id":"9b282421-9cdf-41c7-b9a5-ab64638f8e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/api/v1/managementzones/842"},"response":[],"_postman_id":"9b282421-9cdf-41c7-b9a5-ab64638f8e1e"}],"id":"49fa167d-503b-4bd1-a365-38607420fa55","event":[{"listen":"prerequest","script":{"id":"2d0ae3d2-f11a-47c4-a65b-53134c388c1b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"342f110b-ed61-49d7-89a3-92efc86d2e1c","type":"text/javascript","exec":[""]}}],"_postman_id":"49fa167d-503b-4bd1-a365-38607420fa55"},{"name":"ScanPluvios - Not documented for public use","item":[{"name":"ScanPluvios - Show","id":"1b3f9406-3353-4420-a69e-08b06f2a774f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1/scanpluvios/834"},"response":[],"_postman_id":"1b3f9406-3353-4420-a69e-08b06f2a774f"}],"id":"68040308-0906-43b1-a5d6-101b93193068","event":[{"listen":"prerequest","script":{"id":"cff4778c-ba3e-4da4-af8e-bf54f15c74ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc0de711-6283-4606-a1cc-36acfcad239f","type":"text/javascript","exec":[""]}}],"_postman_id":"68040308-0906-43b1-a5d6-101b93193068"},{"name":"Layers","item":[{"name":"extract Layer","id":"c18c4354-3ebc-44c9-88b8-63063a4f883d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"body":{"mode":"raw","raw":"{\"type\":\"soil_texture\",\n\t\"source\": \"dss_v3_ontario\",\n\t\"geog\":{\n\t\t\"type\":\"Polygon\",\n\t\t\"coordinates\":[[[-80.02347,43.963953],[-80.021968,43.958455],[-80.014243,43.960247],[-80.015531,43.965621],[-80.02347,43.963953]]]\n\t}\n\t\n\t}\n"},"url":"{{baseUrl}}/api/v1/layers/extract"},"response":[],"_postman_id":"c18c4354-3ebc-44c9-88b8-63063a4f883d"},{"name":"Layer availability","id":"713b8cac-0f5f-4b34-a86a-ed4077f41869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\"type\":\"soil_texture\",\n\t\"geog\":{\n\t\t\"type\":\"Polygon\",\n\t\t\"coordinates\":[[[-80.02347,43.963953],[-80.021968,43.958455],[-80.014243,43.960247],[-80.015531,43.965621],[-80.02347,43.963953]]]\n\t}\n}\n"},"url":"{{baseUrl}}/api/v1/layers/availability"},"response":[],"_postman_id":"713b8cac-0f5f-4b34-a86a-ed4077f41869"}],"id":"a8fc561d-f930-48ff-b32c-17eb1885a472","_postman_id":"a8fc561d-f930-48ff-b32c-17eb1885a472"},{"name":"Api - Endpoints - Not documented for public use","id":"129c51d6-1ce7-4b58-8573-cffc05e4f909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"url":"{{baseUrl}}/api/v1"},"response":[],"_postman_id":"129c51d6-1ce7-4b58-8573-cffc05e4f909"}],"id":"b3d22b05-5678-4292-b5fa-ac14dad0d16d","auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"event":[{"listen":"prerequest","script":{"id":"fcb02dce-2abf-4fae-b614-e19f5d682679","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"39b2d5ec-ca97-4832-a318-4e5b64c2fea3","type":"text/javascript","exec":[""]}}],"_postman_id":"b3d22b05-5678-4292-b5fa-ac14dad0d16d"}],"event":[{"listen":"prerequest","script":{"id":"71c0358a-4afa-4d7c-9226-11555a55ea57","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"55038190-13cd-4c9b-b170-548e300b80a2","type":"text/javascript","exec":["let headers = pm.response.headers;","//let responseAsJson = pm.response.json();","","let accessToken = headers.get('Authorization');","//let accessToken = responseAsJson.data && responseAsJson.data.access_token;","","if (accessToken) {","    //let token = accessToken;","    let token = accessToken.split(' ')[1];","    //console.log(token);","    pm.environment.set('token', token);","}"]}}]}