{"info":{"_postman_id":"85a4ea78-6075-4850-8c73-4136f03958ec","name":"Execute APIs","description":"<html><head></head><body><p>This collection provides examples of using Execute's APIs.</p>\n<ul>\n<li><p>The <strong>Standard APIs</strong> folder gives common examples using Execute's standard transactional/session-based APIs. These APIs allow a 3rd party system to read and write document data, run reports, change configuration, etc.</p>\n</li>\n<li><p>The <strong>Document Fetch API</strong> folder describes how to use Execute's streamlined document-reading APIs. These APIs simplify the process of pulling large data sets from Execute and keeping a remote system in sync with changes in Execute.</p>\n</li>\n</ul>\n<p>To use this example collection against an Execute environment:</p>\n<ol>\n<li><p>Create a new API Key in your target environment. API Keys can be created and managed under (<code>Tools &gt; Configuration &gt; API Keys</code>) within Execute.</p>\n</li>\n<li><p>Setup a Postman Environment with the following variables:</p>\n<ol>\n<li><p><strong>BASE</strong> is the base URL for your Execute environment (i.e. <code>https://execute.mycompany.com</code>)</p>\n</li>\n<li><p><strong>APIKEY_ID</strong> is the ID for the API Key you've generated</p>\n</li>\n<li><p><strong>APIKEY_KEY</strong> is the Key for the generated API Key.</p>\n</li>\n</ol>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24781732","collectionId":"85a4ea78-6075-4850-8c73-4136f03958ec","publishedId":"2sA3s1oXCH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-08T16:03:29.000Z"},"item":[{"name":"Standard APIs","item":[{"name":"Authentication (pre-21.1.306)","item":[{"name":"Login w/ API Key","event":[{"listen":"test","script":{"id":"ebfec1b7-ed39-428f-b3ad-2406316eee32","exec":["pm.test(\"Get Auth Token\", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"AuthToken\", jsonData.AuthenticationToken);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5c0ef73b-3fc4-4491-be63-ab71ce86fadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    /* The API Key's ID to login with */\r\n    \"Id\": \"{{APIKEY_ID}}\",\r\n    /* The API Key's Key to login with */\r\n    \"Key\": \"{{APIKEY_KEY}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/api/Authentication/ApiKey/Login","description":"<p>The Login API takes an API Key (ID and Key) and creates a new Execute Session (returning the <code>AuthenticationToken</code> for that session).</p>\n","urlObject":{"path":["api","Authentication","ApiKey","Login"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"b1cb90d0-becf-4a7b-8f1d-ee106e5ad980","name":"Login w/ API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    /* These are examples.  Your keys will differ */\r\n    \r\n    /* The API Key's ID to login with */\r\n    \"Id\": \"5f88e023-c809-40b1-a085-e118a7a114fe\",\r\n    /* The API Key's Key to login with */\r\n    \"Key\": \"9hQebSt3smR5FDePLflmuUqW5QmbYseAcqbPaN8dn3swq7NSnfQ3oHnjM0XkLaBD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/api/Authentication/ApiKey/Login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 08 Aug 2024 16:09:14 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"AuthenticationToken\": \"w6qA7VFV9aX8oMluDMryeWSIj\",\n    \"SessionInfo\": {\n        \"UserId\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"UserName\": \"System Admin\",\n        \"AuxId\": \"Tgu6dUHqOwyWPpwJjC52XDmnE\",\n        \"CreationDate\": \"2024-08-08T16:09:15.3995357Z\",\n        \"Timezone\": \"America/Denver\",\n        \"DateFormat\": {\n            \"Id\": \"4db061dc-23b1-4532-be22-077802d39390\",\n            \"Name\": \"yyyy-mm-dd\",\n            \"DateTimeFormat\": \"YYYY-MM-DD HH:mm\",\n            \"DateNoTimeFormat\": \"YYYY-MM-DD\",\n            \"DateNoDayFormat\": \"YYYY-MM\"\n        }\n    }\n}"}],"_postman_id":"5c0ef73b-3fc4-4491-be63-ab71ce86fadc"},{"name":"Logout","id":"efb449fe-5dfd-4d31-a2a4-495783eafd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* The AuthenticationToken to terminate */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\"\r\n}"},"url":"{{BASE}}/api/Authentication/Logout","description":"<p>The logout call terminates a session and releases any resources (including locked documents) held by that session.</p>\n","urlObject":{"path":["api","Authentication","Logout"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"18561bed-3e53-47de-bf22-c856722544a7","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AuthenticationToken\": \"w6qA7VFV9aX8oMluDMryeWSIj\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/api/Authentication/Logout"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 08 Aug 2024 16:09:33 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"efb449fe-5dfd-4d31-a2a4-495783eafd13"}],"id":"bba622ff-ee91-4d96-9ab9-deeaf92b1893","description":"<p>In Execute versions prior to 21.1.306, the standard APIs require an <code>AuthenticationToken</code>, which identifies a session the API call will execute under (for managing state, document locks, permissions, etc.).</p>\n<p>The <code>Login</code> call creates a new session and returns an <code>AuthenticationToken</code>. The <code>Logout</code> call terminates a session and frees up resources.</p>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ul>\n<li><p>Note that an API Key can only have a single active session, so it's important to <code>Logout</code> after you are done making API calls.</p>\n</li>\n<li><p>AuthenticationTokens are not intended to be held onto for longer periods. Sessions automatically expire after a short period of inactivity (typically 60 minutes of inactivity), and upon server restarts - invaliding the associated AuthenticationToken.</p>\n</li>\n<li><p>An Execute Administrator can terminate API Key sessions under <code>Tools &gt; Manage Sessions</code> if required.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5b83b74c-14be-461c-a644-367b69744eb1","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"d7eb2fcd-3349-4437-957d-feecdba1ca8c","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"bba622ff-ee91-4d96-9ab9-deeaf92b1893"},{"name":"Browse","item":[{"name":"Recently Modified AFEs","event":[{"listen":"test","script":{"id":"18c28227-1290-4cf9-ad1d-bdec9007f895","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"327c33a7-b107-48da-8de0-e51edfa0c4e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentType we're reporting on */\r\n    \"DocumentType\": \"AFE\",\r\n    /* ReportType typically matches DocumentType unless you are retrieving details from a child table */\r\n    \"ReportType\": \"AFE\",\r\n    /* List of columns to retrieve from documents */\r\n    \"Columns\": [\r\n        \"AFENUMBER_DOC/AFENUMBER\",\r\n        \"DESCRIPTION\",\r\n        \"CUSTOM/AFE_TYPE\",\r\n        \"!LAST_MODIFIED_DATE\",\r\n        \"TOTAL_GROSS_ESTIMATE\"\r\n    ],\r\n    /* Optional columns to sort on */\r\n    \"SortColumns\": [],\r\n    /* Optional filters to apply */\r\n    /* (AFE TYPE = Drilling OR AFE TYPE = Facility) AND Modified >= Jan 1, 2024 */\r\n    \"Filter\": [\r\n        {\r\n            \"LeftParenthesis\": \"(\",\r\n            \"Column\": \"CUSTOM/AFE_TYPE\",\r\n            \"Operator\": \"=\",\r\n            \"Value\": \"DRILLING\"\r\n        },\r\n        {\r\n            \"RightParenthesis\": \")\",\r\n            \"Join\": \"OR\",\r\n            \"Column\": \"CUSTOM/AFE_TYPE\",\r\n            \"Operator\": \"=\",\r\n            \"Value\": \"FACILITY\"\r\n        },\r\n        {\r\n            \"Column\": \"!LAST_MODIFIED_DATE\",\r\n            \"Operator\": \">\",\r\n            \"Value\": \"2024-01-01\"\r\n        }\r\n    ],\r\n    \"GlobalSearch\": \"\",\r\n    /* Maximum number of rows to return */\r\n    \"MaxRowCount\": 100,\r\n    /* Skip the first N rows in response.  Useful for paginating results */\r\n    \"SkipRows\": 0,\r\n    /* Include Archived Documents? */\r\n    \"IncludeArchived\": false,\r\n    /* Include raw data for each row (rather than just Text representations */\r\n    \"IncludeRawData\":  true\r\n}"},"url":"{{BASE}}/api/Documents/Reporting/Execute","description":"<p>This basic example returns \"DRILLING\" AFEs (one row per AFE) that have been modified since Jan 1, 2024. It includes a few columns such as AFE Number, Description, AFE Type, LastMod Date, and the AFE's Gross Estimate.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","Reporting","Execute"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"5ab385ad-4bac-4b7a-95dc-e7d92bfbce4d","name":"Recently Modified AFEs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AuthenticationToken\": \"w6qA7VFV9aX8oMluDMryeWSIj\",\r\n    \"DocumentType\": \"AFE\",\r\n    \"ReportType\": \"AFE\",\r\n    \"Columns\": [\r\n        \"AFENUMBER_DOC/AFENUMBER\",\r\n        \"DESCRIPTION\",\r\n        \"CUSTOM/AFE_TYPE\",\r\n        \"!LAST_MODIFIED_DATE\",\r\n        \"TOTAL_GROSS_ESTIMATE\"\r\n    ],\r\n    \"SortColumns\": [],\r\n    \"Filter\": [\r\n        {\r\n            \"Column\": \"CUSTOM/AFE_TYPE\",\r\n            \"Operator\": \"=\",\r\n            \"Value\": \"DRILLING\"\r\n        },\r\n        {\r\n            \"Column\": \"!LAST_MODIFIED_DATE\",\r\n            \"Operator\": \">\",\r\n            \"Value\": \"2001-10-20\"\r\n        }\r\n    ],\r\n    \"GlobalSearch\": \"\",\r\n    \"MaxRowCount\": 100,\r\n    \"SkipRows\": 0,\r\n    \"IncludeArchived\": false,\r\n    \"IncludeRawData\":  true\r\n}"},"url":"{{BASE}}/api/Documents/Reporting/Execute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 08 Aug 2024 16:16:00 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Rows\": [\n        {\n            \"DocumentId\": \"29630f6b-69ae-4a6a-a652-02bd476da188\",\n            \"StatusColor\": \"Unreleased\",\n            \"Data\": [\n                \"Sample AFE 1\",\n                \"Drill a sample well\",\n                \"DRILLING\",\n                \"2021-10-23 09:29\",\n                \"4,460.00\"\n            ],\n            \"Flags\": [],\n            \"Valid\": [\n                true,\n                true,\n                true,\n                true,\n                true\n            ]\n        },\n        {\n            \"DocumentId\": \"d3bd068e-515e-4ae6-8ff5-13bbf2355026\",\n            \"StatusColor\": \"Released\",\n            \"Data\": [\n                \"Sample AFE 2\",\n                \"Drill another sample well\",\n                \"DRILLING\",\n                \"2021-10-23 09:49\",\n                \"24,460.00\"\n            ],\n            \"Flags\": [],\n            \"Valid\": [\n                true,\n                true,\n                true,\n                true,\n                true\n            ]\n        }\n    ],\n    \"Columns\": [\n        {\n            \"UniqueDisplayName\": \"AFE Number\",\n            \"ColumnId\": \"AFENUMBER_DOC/AFENUMBER\",\n            \"Name\": \"AFE Number\",\n            \"NameIsUserProvided\": false,\n            \"Type\": \"Text\",\n            \"HasValueList\": false,\n            \"MultiSelectSearch\": false,\n            \"IsCurrency\": false,\n            \"DecimalPlaces\": 0,\n            \"ValueMap\": [],\n            \"Valid\": true\n        },\n        {\n            \"UniqueDisplayName\": \"Description\",\n            \"ColumnId\": \"DESCRIPTION\",\n            \"Name\": \"Description\",\n            \"NameIsUserProvided\": false,\n            \"Type\": \"Text\",\n            \"HasValueList\": false,\n            \"MultiSelectSearch\": false,\n            \"IsCurrency\": false,\n            \"DecimalPlaces\": 0,\n            \"ValueMap\": [],\n            \"Valid\": true\n        },\n        {\n            \"UniqueDisplayName\": \"AFE Type\",\n            \"ColumnId\": \"CUSTOM/AFE_TYPE\",\n            \"Name\": \"AFE Type\",\n            \"NameIsUserProvided\": false,\n            \"Type\": \"Document\",\n            \"HasValueList\": true,\n            \"MultiSelectSearch\": false,\n            \"IsCurrency\": false,\n            \"DecimalPlaces\": 0,\n            \"ValueMap\": [],\n            \"Valid\": true\n        },\n        {\n            \"UniqueDisplayName\": \"Last Modified - Date\",\n            \"ColumnId\": \"!LAST_MODIFIED_DATE\",\n            \"Name\": \"Last Modified Date\",\n            \"NameIsUserProvided\": false,\n            \"Type\": \"Date\",\n            \"HasValueList\": false,\n            \"MultiSelectSearch\": false,\n            \"IsCurrency\": false,\n            \"DecimalPlaces\": 0,\n            \"ValueMap\": [],\n            \"Valid\": true\n        },\n        {\n            \"UniqueDisplayName\": \"Total Gross Estimate\",\n            \"ColumnId\": \"TOTAL_GROSS_ESTIMATE\",\n            \"Name\": \"Total Gross Estimate\",\n            \"NameIsUserProvided\": false,\n            \"Type\": \"Decimal\",\n            \"HasValueList\": false,\n            \"MultiSelectSearch\": false,\n            \"IsCurrency\": true,\n            \"DecimalPlaces\": 2,\n            \"ValueMap\": [],\n            \"Valid\": true\n        }\n    ],\n    \"TotalRowCount\": 254,\n    \"FilteredRowCount\": 2,\n    \"ElapsedTimeMS\": 19.5544,\n    \"SummaryRow\": [\n        null,\n        null,\n        null,\n        null,\n        \"28,920.00\"\n    ]\n}"}],"_postman_id":"327c33a7-b107-48da-8de0-e51edfa0c4e2"}],"id":"95198edf-b038-4ac0-a20d-65d59fe00947","description":"<p>The Browse Report APIs leverage Execute's reporting engine to return summarized tabular data across multiple Documents in the system.</p>\n<p>The returned results include:</p>\n<ul>\n<li><p><strong>Columns</strong> which detailed meta-data about the columns returned for each document. The data is returned in the same order as columns in this array (which matches the order of the columns in the request)</p>\n</li>\n<li><p><strong>Rows</strong> that include the detailed information for each reporting row (typically one row per Document, but detailed reports may return multiple rows per Document). Each Row includes..</p>\n<ul>\n<li><p><strong>DocumentId</strong> for the Document associated with that row of data. This ID is required if you plan to later make changes or perform actions against the Document.</p>\n</li>\n<li><p><strong>Data</strong> includes the formatted (as text) values for each requested column.</p>\n</li>\n<li><p>(optional) <strong>RawData</strong> includes the non-formatted values for each requested column.</p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"95198edf-b038-4ac0-a20d-65d59fe00947","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}}},{"name":"Documents","item":[{"name":"Open Document (Readonly)","event":[{"listen":"test","script":{"id":"85d367b9-03e7-4c4a-b831-86723e548c2a","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DocumentHandle\", jsonData.DocumentHandle);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5db968e3-e111-4fc5-9fa4-aa03c8710fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentType for the document we're opening */\r\n    \"DocumentType\": \"AFE\",\r\n    /* Document ID for the document we're opening */\r\n    \"DocumentID\": \"0a95c0d3-6294-426c-aa54-5358f8e4dca7\"\r\n}"},"url":"{{BASE}}/api/Documents/OpenReadonly","description":"<p>The OpenReadonly call opens a document as read-only and returns a DocumentHandle for that document, which is used to identify the in-memory copy of the document in subsequent calls. Opening a document as read-only works even if other users have the document locked for writing, and because the DocumentHandle represents an in-memory copy of the document, it ensures read consistency even if other sessions are changing the underlying document.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","OpenReadonly"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"1599c6d3-6282-487f-b3fa-e2ac6a88761e","name":"Open Document (Readonly)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentType for the document we're opening */\r\n    \"DocumentType\": \"AFE\",\r\n    /* Document ID for the document we're opening */\r\n    \"DocumentID\": \"0a95c0d3-6294-426c-aa54-5358f8e4dca7\"\r\n}"},"url":"{{BASE}}/api/Documents/OpenReadonly"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 22 Aug 2024 20:38:39 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"DocumentHandle\":\"cU8VHf4GTMIgKhrNLJuO\",\"IsDeleted\":false,\"IsHistoricalVersion\":false}"}],"_postman_id":"5db968e3-e111-4fc5-9fa4-aa03c8710fae"},{"name":"Open Document (For Writing)","event":[{"listen":"test","script":{"id":"94356015-9470-4363-9cd8-f83100b87551","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DocumentHandle\", jsonData.DocumentHandle);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3543e371-b236-4caa-9939-bb11b0c91bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentType for the document we're opening */\r\n    \"DocumentType\": \"AFE\",\r\n    /* Document ID for the document we're opening */\r\n    \"DocumentID\": \"0a95c0d3-6294-426c-aa54-5358f8e4dca7\"\r\n}"},"url":"{{BASE}}/api/Documents/Open","description":"<p>This time, we're loading a document for writing. This takes an exclusive lock on the document until the document handle is closed. Similarly, the open call will fail if another user has the document locked for writing.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","Open"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"837bb7a8-67ba-49f3-b7d2-1648afa3573f","name":"Open Document (For Writing)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentType for the document we're opening */\r\n    \"DocumentType\": \"AFE\",\r\n    /* Document ID for the document we're opening */\r\n    \"DocumentID\": \"0a95c0d3-6294-426c-aa54-5358f8e4dca7\"\r\n}"},"url":"{{BASE}}/api/Documents/Open"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 22 Aug 2024 20:51:01 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"DocumentHandle\":\"jxVmCZH9c2u3NGPJiDWj\",\"IsDeleted\":false,\"IsHistoricalVersion\":false}"}],"_postman_id":"3543e371-b236-4caa-9939-bb11b0c91bb0"},{"name":"Read AFE Estimate","event":[{"listen":"test","script":{"id":"387ccdde-3559-46ca-b8d4-2108511bd1fe","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a87d0d1a-9ce2-412c-8a4d-beeed7832911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentHandle for our previously opened AFE Document */\r\n    \"Handle\": \"{{DocumentHandle}}\"\r\n}"},"url":"{{BASE}}/api/Afe/AfeEstimate","description":"<p>The AfeEstimate API returns AFE estimate detail for an AFE.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Afe","AfeEstimate"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"d1796715-7d43-467c-83d8-84bd04e32666","name":"Read AFE Estimate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentHandle for our previously opened AFE Document */\r\n    \"Handle\": \"{{DocumentHandle}}\"\r\n}"},"url":"{{BASE}}/api/Afe/AfeEstimate"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 22 Aug 2024 20:44:11 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"LineItems\":[{\"Account\":{\"AccountNumber\":\"9210.217\",\"AccountDescription\":\"FUEL & BOILER\",\"AccountGroup\":\"1. DRILLING\",\"AccountGuid\":\"da6977f4-881a-4427-80cb-cd551fcfcf10\",\"Custom1\":\"\",\"Custom2\":\"\",\"Custom3\":\"\",\"Custom4\":\"\",\"Custom5\":\"IDC\"},\"Amounts\":[{\"Gross\":3500.00000000000000,\"Net\":3500.00000000000000000000000,\"Locked\":true}],\"CommentLocked\":true},{\"Account\":{\"AccountNumber\":\"9210.225\",\"AccountDescription\":\"DRILL BITS\",\"AccountGroup\":\"1. DRILLING\",\"AccountGuid\":\"a5f19a95-9039-4db1-bd7c-78b3ecbb4f1e\",\"Custom1\":\"\",\"Custom2\":\"\",\"Custom3\":\"\",\"Custom4\":\"\",\"Custom5\":\"IDC\"},\"Amounts\":[{\"Gross\":1380.00000000000000,\"Net\":1380.00000000000000000000000,\"Locked\":true}],\"CommentLocked\":true},{\"Account\":{\"AccountNumber\":\"9210.247\",\"AccountDescription\":\"LABOUR\",\"AccountGroup\":\"1. DRILLING\",\"AccountGuid\":\"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\"Custom1\":\"\",\"Custom2\":\"\",\"Custom3\":\"\",\"Custom4\":\"\",\"Custom5\":\"TDC\"},\"Amounts\":[{\"Gross\":100000.00000000000000,\"Net\":100000.000000000000000000000,\"Locked\":true}],\"CommentLocked\":true},{\"Account\":{\"AccountNumber\":\"9210.253\",\"AccountDescription\":\"HAULING & TRANSPORTATION\",\"AccountGroup\":\"1. DRILLING\",\"AccountGuid\":\"568a6491-75c4-48e1-af5f-37e6860f086a\",\"Custom1\":\"\",\"Custom2\":\"\",\"Custom3\":\"\",\"Custom4\":\"\",\"Custom5\":\"TDC\"},\"Amounts\":[{\"Gross\":45000.00000000000000,\"Net\":45000.0000000000000000000000,\"Locked\":true}],\"CommentLocked\":true}],\"WorkingInterest\":1.0000000000000}"}],"_postman_id":"a87d0d1a-9ce2-412c-8a4d-beeed7832911"},{"name":"Post Line-item Field Estimates","id":"2b79cb2d-fddc-43f3-9cc9-10175b3f897d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    \"AFEs\": [\r\n        {\r\n            /* AFE identifier for an AFE to add field estimates to - typically an AFE Number */\r\n            \"AFE\": \"07D133\",\r\n            /* Field Cost comment to add to the AFE (optional) */\r\n            \"Comment\": \"Something\",\r\n            \"Costs\": [\r\n                {\r\n                    /* Year/Month to import costs for (overwrites existing costs on this month) */\r\n                    \"CostYear\": 2024,\r\n                    \"CostMonth\": 1,\r\n                    /* Are we loading INCREMENTAL cost amounts or TOTAL?  INCREMENTAL amounts are strongly preferred */\r\n                    \"Mode\": \"INCREMENTAL\",\r\n                    /* Load costs as locked (so that users can't add adjustments in Execute */\r\n                    //\"Locked\": true,\r\n                    /* How to handle importing costs on submitted/locked months.  Default is to carry the delta into a future unlocked month */\r\n                    //\"SubmittedMonths\":\"Overwrite\",\r\n                    //\"SubmittedMonths\":\"Error\",\r\n                    \"SubmittedMonths\": \"Carryover\",\r\n                    /* Clear any manual adjustments on import? */\r\n                    \"ClearAdjustments\": true,\r\n                    /* Cost details */\r\n                    \"Amounts\": [\r\n                        {\r\n                            \"Account\": \"9210.201\",\r\n                            \"GrossAmount\": 33\r\n                        },\r\n                        {\r\n                            \"Account\": \"9210.202\",\r\n                            \"GrossAmount\": 20\r\n                        }\r\n                    ]\r\n                },\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/api/Afe/FieldCosts/Import","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Afe","FieldCosts","Import"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"c1088733-364e-4d01-9ae6-ffeb894332e4","name":"Post Line-item Field Estimates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    \"AFEs\": [\r\n        {\r\n            /* AFE identifier for an AFE to add field estimates to - typically an AFE Number */\r\n            \"AFE\": \"07D133\",\r\n            /* Field Cost comment to add to the AFE (optional) */\r\n            \"Comment\": \"Something\",\r\n            \"Costs\": [\r\n                {\r\n                    /* Year/Month to import costs for (overwrites existing costs on this month) */\r\n                    \"CostYear\": 2024,\r\n                    \"CostMonth\": 1,\r\n                    /* Are we loading INCREMENTAL cost amounts or TOTAL?  INCREMENTAL amounts are strongly preferred */\r\n                    \"Mode\": \"INCREMENTAL\",\r\n                    /* Load costs as locked (so that users can't add adjustments in Execute */\r\n                    //\"Locked\": true,\r\n                    /* How to handle importing costs on submitted/locked months.  Default is to carry the delta into a future unlocked month */\r\n                    //\"SubmittedMonths\":\"Overwrite\",\r\n                    //\"SubmittedMonths\":\"Error\",\r\n                    \"SubmittedMonths\": \"Carryover\",\r\n                    /* Clear any manual adjustments on import? */\r\n                    \"ClearAdjustments\": true,\r\n                    /* Cost details */\r\n                    \"Amounts\": [\r\n                        {\r\n                            \"Account\": \"9210.201\",\r\n                            \"GrossAmount\": 33\r\n                        },\r\n                        {\r\n                            \"Account\": \"9210.202\",\r\n                            \"GrossAmount\": 20\r\n                        }\r\n                    ]\r\n                },\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/api/Afe/FieldCosts/Import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 22 Aug 2024 20:48:04 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"HasErrors\": false,\n    \"Messages\": [\n        {\n            \"MessageType\": \"Info\",\n            \"Message\": \"AFE '07D133 - DRILLING (49485918880000)' modified and saved.\"\n        },\n        {\n            \"MessageType\": \"Info\",\n            \"Message\": \"Processed 1 AFEs in 0.1482438 seconds.\"\n        }\n    ]\n}"}],"_postman_id":"2b79cb2d-fddc-43f3-9cc9-10175b3f897d"},{"name":"Read All Document Data","event":[{"listen":"test","script":{"id":"56f6f32e-e694-4a4f-bebc-71f0d07d2782","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4388f618-9c34-4c19-b135-0ca7cb86263f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentHandle for our previously opened AFE Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\",\r\n    /* Additional linked document types to include */\r\n    \"SerializeDocumentTypes\": [\"ACCOUNT\", \"PARTNER\"]\r\n}"},"url":"{{BASE}}/api/Documents/Read","description":"<p>The document read API will read and return all data from the document and (optionally) referenced documents of specified types.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","Read"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"8c19b7f7-7d6b-43cf-81c6-4c78c9ab1249","name":"Read All AFE Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentHandle for our previously opened AFE Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\",\r\n    /* Additional linked document types to include */\r\n    \"SerializeDocumentTypes\": [\"ACCOUNT\", \"PARTNER\"]\r\n}"},"url":"{{BASE}}/api/Documents/Read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 22 Aug 2024 20:54:13 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"BaseDocument\": {\n        \"DocumentId\": \"0a95c0d3-6294-426c-aa54-5358f8e4dca7\",\n        \"DocumentType\": \"AFE\",\n        \"Record\": {\n            \"Fields\": [\n                {\n                    \"Id\": \"ACCRUAL_CALCULATION_DATE\",\n                    \"Editable\": false,\n                    \"Date\": \"2020-04-30T00:00:00Z\"\n                },\n                {\n                    \"Id\": \"ACCRUAL_DOC\",\n                    \"Editable\": false,\n                    \"Document\": \"1666d7aa-1862-477a-bb4b-b671b3a443dc\",\n                    \"DocumentDescriptor\": \"1666d7aa-1862-477a-bb4b-b671b3a443dc\"\n                },\n                {\n                    \"Id\": \"ACTUAL_DOC\",\n                    \"Editable\": false,\n                    \"Document\": \"550f9126-727f-4f85-b954-511c1baba331\",\n                    \"DocumentDescriptor\": \"550f9126-727f-4f85-b954-511c1baba331\"\n                },\n                {\n                    \"Id\": \"AFELINK_TRACKING_ID\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"AFENUMBER_DOC\",\n                    \"Editable\": false,\n                    \"Document\": \"f37b388b-e56f-4f4f-b536-3e38c78908f3\",\n                    \"DocumentDescriptor\": \"07D133\"\n                },\n                {\n                    \"Id\": \"APPROVALS\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"APPROVED_GROSS_ESTIMATE\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"APPROVED_NET_ESTIMATE\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"APPROVED_PROJECTS\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"APPROVERS_COMPLETE\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 0\n                },\n                {\n                    \"Id\": \"APPROVERS_COUNT\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 0\n                },\n                {\n                    \"Id\": \"AUDIT\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"AVAIL_PROJECT_CAPITAL\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"BASE_CREATION_DATE\",\n                    \"Editable\": false,\n                    \"Date\": \"2015-07-03T00:42:10Z\"\n                },\n                {\n                    \"Id\": \"BASE_CREATION_DATE_DAYS\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 3338.8417\n                },\n                {\n                    \"Id\": \"BUDGET_GROUP\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"BUDGET_GROUP_ID\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"BUDGET_GROUP_NUM\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"BUDGET_MANAGER\",\n                    \"Editable\": true\n                },\n                {\n                    \"Id\": \"BUDGET_YEAR\",\n                    \"Editable\": true,\n                    \"NumberInteger\": 2007\n                },\n                {\n                    \"Id\": \"CARRYOVER\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149880\n                },\n                {\n                    \"Id\": \"CHAIN_GUID\",\n                    \"Editable\": false,\n                    \"Guid\": \"4a1ff48f-ebcc-472e-bb18-6b607d35ccc5\"\n                },\n                {\n                    \"Id\": \"CHAIN_VERSION\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 1\n                },\n                {\n                    \"Id\": \"CLOSED\",\n                    \"Editable\": true,\n                    \"Bool\": false\n                },\n                {\n                    \"Id\": \"CLOSED_DATE\",\n                    \"Editable\": true\n                },\n                {\n                    \"Id\": \"CLOSED_REASON\",\n                    \"Editable\": true,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"CLOSED_USER\",\n                    \"Editable\": true\n                },\n                {\n                    \"Id\": \"COMPLETED\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"CORR_NUMBER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"CREATION_DATE\",\n                    \"Editable\": false,\n                    \"Date\": \"2015-07-03T00:42:10Z\"\n                },\n                {\n                    \"Id\": \"CREATION_DATE_DAYS\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 3338.8417\n                },\n                {\n                    \"Id\": \"CREATOR\",\n                    \"Editable\": false,\n                    \"Document\": \"7f08bc2c-038e-418b-936d-d034ee5dd41e\",\n                    \"DocumentDescriptor\": \"Francis Originator\"\n                },\n                {\n                    \"Id\": \"CURRENCY_CODE\",\n                    \"Editable\": true,\n                    \"Text\": \"CAD\"\n                },\n                {\n                    \"Id\": \"CUSTOM\",\n                    \"Editable\": false,\n                    \"Record\": {\n                        \"Fields\": [\n                            {\n                                \"Id\": \"AFE_ACT_VS_FIELD_EST\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"AFE_ACTUALS\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"AFE_ESTIMATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"AFE_ESTIMATE_LASTMOD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"AFE_FIELD_ESTIMATES\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"AFE_PERCENT_SPENT\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"AFE_TYPE\",\n                                \"Editable\": true,\n                                \"Document\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n                                \"DocumentDescriptor\": \"DRILLING\"\n                            },\n                            {\n                                \"Id\": \"AREA\",\n                                \"Editable\": true,\n                                \"Document\": \"8c6dd604-0af1-411e-ace0-b63c0fb8b828\",\n                                \"DocumentDescriptor\": \"Laramie (49)\"\n                            },\n                            {\n                                \"Id\": \"BOTTOM_HOLE_LOCATION_UWI\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"BOTTOM_HOLE_LOCATION_UWI_LAT\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"BOTTOM_HOLE_LOCATION_UWI_LONG\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"BOTTOM_HOLE_LOCATION_UWI_TEXT\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"BU_APPROVER\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"BUDGET_NUMBER\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"BUDGETED\",\n                                \"Editable\": true,\n                                \"Bool\": false\n                            },\n                            {\n                                \"Id\": \"CANCEL_AFE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"CLASSIFICATION\",\n                                \"Editable\": true,\n                                \"Document\": \"e573c686-7f31-4ab3-b1df-b2a6d5c9e703\",\n                                \"DocumentDescriptor\": \"Capital\"\n                            },\n                            {\n                                \"Id\": \"COMMENTS\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"COMMENTS_LASMOD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"CONVERSION_RATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"COST_CENTER\",\n                                \"Editable\": true,\n                                \"Text\": \"163987\"\n                            },\n                            {\n                                \"Id\": \"DISTRICT\",\n                                \"Editable\": true,\n                                \"Document\": \"942764d5-7cc0-454e-bacd-107a22bb0d07\",\n                                \"DocumentDescriptor\": \"Central\"\n                            },\n                            {\n                                \"Id\": \"DRILL_DEPTH\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"DRILL_DEPTH_LASTMOD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"DRILL_TYPE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"DRILL_TYPE_LASTMOD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"EKEY\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"END_DATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"ESTIMATE_DRILL_TIME_DAYS\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"FLAT_RATE_OVERHEAD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"IN_HOUSE_ENGINEERING\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"ION_DUE_DATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"LAHEE_CODE\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"LEASE_NUMBER\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"MINERAL_FILE_NUMBER\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"OPERATING_AGREEMENT\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"OPERATOR_STATUS\",\n                                \"Editable\": true,\n                                \"Document\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                                \"DocumentDescriptor\": \"Operated\"\n                            },\n                            {\n                                \"Id\": \"OVERHEAD_RATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"PIZZA_FLAVOUR\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"PRODUCT\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"RIG_RELEASE_DATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"SAMPLE_BOOLEAN\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"SPUD_DATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"SPUD_DATE_LASTMOD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"START_DATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"STATE_PROVINCE\",\n                                \"Editable\": true,\n                                \"Document\": \"b2389d80-0f9a-4dd3-bafe-e87fa77beff5\",\n                                \"DocumentDescriptor\": \"WY\"\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI_LAT\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI_LONG\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI_TEXT\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"TAX_DESIGNATION\",\n                                \"Editable\": true,\n                                \"Document\": \"5d1e3c09-906e-4a50-a4b1-4cea9a3b49f2\",\n                                \"DocumentDescriptor\": \"TANGIBLE\"\n                            },\n                            {\n                                \"Id\": \"TEST_FIELD\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"TEST_FORMULA\",\n                                \"Editable\": false,\n                                \"Text\": \"DR\"\n                            },\n                            {\n                                \"Id\": \"WELL_NAME\",\n                                \"Editable\": true,\n                                \"Text\": \"YOGI #3\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"Id\": \"DESCRIPTION\",\n                    \"Editable\": true,\n                    \"Text\": \"DRILLING\"\n                },\n                {\n                    \"Id\": \"DOCUMENT_ID\",\n                    \"Editable\": false,\n                    \"Guid\": \"0a95c0d3-6294-426c-aa54-5358f8e4dca7\"\n                },\n                {\n                    \"Id\": \"END_DATE\",\n                    \"Editable\": true,\n                    \"Date\": \"2014-07-09T06:00:00Z\"\n                },\n                {\n                    \"Id\": \"ESTIMATE\",\n                    \"Editable\": false,\n                    \"Records\": [\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"ACCOUNT\",\n                                    \"Editable\": false,\n                                    \"Document\": \"568a6491-75c4-48e1-af5f-37e6860f086a\",\n                                    \"DocumentDescriptor\": \"9210.253\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_COMMENT\",\n                                    \"Editable\": false,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_CONFIG_GUID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"730c507d-a99d-4b95-b74d-74058a37b348\"\n                                },\n                                {\n                                    \"Id\": \"GROSS_AMOUNT\",\n                                    \"Editable\": false,\n                                    \"NumberDecimal\": 45000\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"0d7c7fc7-ef7b-4726-b54c-2ecd55252d28\"\n                                }\n                            ]\n                        },\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"ACCOUNT\",\n                                    \"Editable\": false,\n                                    \"Document\": \"a5f19a95-9039-4db1-bd7c-78b3ecbb4f1e\",\n                                    \"DocumentDescriptor\": \"9210.225\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_COMMENT\",\n                                    \"Editable\": false,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_CONFIG_GUID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"730c507d-a99d-4b95-b74d-74058a37b348\"\n                                },\n                                {\n                                    \"Id\": \"GROSS_AMOUNT\",\n                                    \"Editable\": false,\n                                    \"NumberDecimal\": 1380\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"2a04ae0a-ec19-4dbc-aca8-5f17cbead6d1\"\n                                }\n                            ]\n                        },\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"ACCOUNT\",\n                                    \"Editable\": false,\n                                    \"Document\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n                                    \"DocumentDescriptor\": \"9210.247\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_COMMENT\",\n                                    \"Editable\": false,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_CONFIG_GUID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"730c507d-a99d-4b95-b74d-74058a37b348\"\n                                },\n                                {\n                                    \"Id\": \"GROSS_AMOUNT\",\n                                    \"Editable\": false,\n                                    \"NumberDecimal\": 100000\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"6e0f050d-1fd4-4fae-9ea9-5dd524d70389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"ACCOUNT\",\n                                    \"Editable\": false,\n                                    \"Document\": \"da6977f4-881a-4427-80cb-cd551fcfcf10\",\n                                    \"DocumentDescriptor\": \"9210.217\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_COMMENT\",\n                                    \"Editable\": false,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_CONFIG_GUID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"730c507d-a99d-4b95-b74d-74058a37b348\"\n                                },\n                                {\n                                    \"Id\": \"GROSS_AMOUNT\",\n                                    \"Editable\": false,\n                                    \"NumberDecimal\": 3500\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"f9ad3002-91c7-4b8f-88c9-9cd469d64060\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Id\": \"ESTIMATE_CONFIG\",\n                    \"Editable\": false,\n                    \"Records\": [\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"APPROVED\",\n                                    \"Editable\": false,\n                                    \"Bool\": false\n                                },\n                                {\n                                    \"Id\": \"END_MONTH\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"END_YEAR\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"EST_VERSION\",\n                                    \"Editable\": false,\n                                    \"NumberInteger\": 0\n                                },\n                                {\n                                    \"Id\": \"ESTIMATE_CONFIG_GUID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"730c507d-a99d-4b95-b74d-74058a37b348\"\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"ad891db7-a1f4-44e2-96d7-0ffde3e8a663\"\n                                },\n                                {\n                                    \"Id\": \"LOCKED\",\n                                    \"Editable\": false,\n                                    \"Bool\": false\n                                },\n                                {\n                                    \"Id\": \"PHASE\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"START_MONTH\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"START_YEAR\",\n                                    \"Editable\": false\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Id\": \"ESTIMATE_CONVERSION_DATE\",\n                    \"Editable\": true,\n                    \"Date\": \"2014-03-10T06:00:00Z\"\n                },\n                {\n                    \"Id\": \"ESTIMATE_VERSION\",\n                    \"Editable\": false,\n                    \"Records\": [\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"EST_VERSION\",\n                                    \"Editable\": false,\n                                    \"NumberInteger\": 0\n                                },\n                                {\n                                    \"Id\": \"HISTORICAL\",\n                                    \"Editable\": false,\n                                    \"Bool\": false\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"3239b066-8112-4870-b90d-cf7c230e9799\"\n                                },\n                                {\n                                    \"Id\": \"VERSION_NAME\",\n                                    \"Editable\": false,\n                                    \"Text\": \"\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Id\": \"EXTERNAL_JUSTIFICATION\",\n                    \"Editable\": true,\n                    \"Text\": \"Drill, Complete and Equip Well\"\n                },\n                {\n                    \"Id\": \"FIELDCOST_DOC\",\n                    \"Editable\": false,\n                    \"Document\": \"9de400cb-5bbd-476a-9208-30a0923f49a9\",\n                    \"DocumentDescriptor\": \"9de400cb-5bbd-476a-9208-30a0923f49a9\"\n                },\n                {\n                    \"Id\": \"FULL_APPROVAL_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"GROSS_ACCRUAL\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"GROSS_VARIANCE_ACTUALS\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149880\n                },\n                {\n                    \"Id\": \"GROSS_VARIANCE_FIELDCOSTS\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149827\n                },\n                {\n                    \"Id\": \"HAS_PROJECT\",\n                    \"Editable\": false,\n                    \"Bool\": false\n                },\n                {\n                    \"Id\": \"HOLD_COMMENT\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"HOLD_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"HOLD_POSITION\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"HOLD_USER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"INTERNAL_APPROVAL_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"INTERNAL_JUSTIFICATION\",\n                    \"Editable\": true,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"IS_REMOVED_VERSION\",\n                    \"Editable\": false,\n                    \"Bool\": false\n                },\n                {\n                    \"Id\": \"LATEST_APPROVAL_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"LEGACY_AFEID\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 122\n                },\n                {\n                    \"Id\": \"LEGACY_CHAINID\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 122\n                },\n                {\n                    \"Id\": \"LINKED_FILES\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"MAILBALLOT\",\n                    \"Editable\": false,\n                    \"Record\": {\n                        \"Fields\": [\n                            {\n                                \"Id\": \"DEEMED_APPROVED_DATE\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"GOVERNING_AGREEMENTS\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"IS_MAILBALLOT\",\n                                \"Editable\": false,\n                                \"Bool\": false\n                            },\n                            {\n                                \"Id\": \"MAIL_BALLOT_MOTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"MAIL_BALLOT_NUMBER\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"MINIMUM_COST\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"PARTNERS_TO_PASS\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"PARTNERS_TO_REJECT\",\n                                \"Editable\": true\n                            },\n                            {\n                                \"Id\": \"WI_TO_PASS\",\n                                \"Editable\": true\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"Id\": \"NET_ACCRUAL\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"NET_VARIANCE_ACTUALS\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149880\n                },\n                {\n                    \"Id\": \"NET_VARIANCE_FIELDCOSTS\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149827\n                },\n                {\n                    \"Id\": \"NEXT_APPROVING_POSITIONS\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"NEXT_REVIEWING_POSITIONS\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"OP_NOTICE\",\n                    \"Editable\": true,\n                    \"Bool\": false\n                },\n                {\n                    \"Id\": \"OPERATING_COMPANY\",\n                    \"Editable\": false,\n                    \"Document\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                    \"DocumentDescriptor\": \"Navigator Corporation\"\n                },\n                {\n                    \"Id\": \"OPERATOR_WI\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 100\n                },\n                {\n                    \"Id\": \"OUR_WI\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 100\n                },\n                {\n                    \"Id\": \"OUTSIDE_AFENUMBER\",\n                    \"Editable\": true,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"OVERHEAD\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"OVERHEAD_ACCOUNTS\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"OWNER\",\n                    \"Editable\": false,\n                    \"Document\": \"7f08bc2c-038e-418b-936d-d034ee5dd41e\",\n                    \"DocumentDescriptor\": \"Francis Originator\"\n                },\n                {\n                    \"Id\": \"PARENT_COMPANY\",\n                    \"Editable\": false,\n                    \"Document\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                    \"DocumentDescriptor\": \"Navigator Corporation\"\n                },\n                {\n                    \"Id\": \"PARENT_RTX\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"PARTNER\",\n                    \"Editable\": false,\n                    \"Records\": [\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"CAP1_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP10_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP2_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP3_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP4_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP5_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP6_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP7_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP8_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"CAP9_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"COMPANY\",\n                                    \"Editable\": false,\n                                    \"Document\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                                    \"DocumentDescriptor\": \"Navigator Corporation\"\n                                },\n                                {\n                                    \"Id\": \"CUSTOM\",\n                                    \"Editable\": false,\n                                    \"Record\": {\n                                        \"Fields\": [\n                                            {\n                                                \"Id\": \"PARENT_LISTITEM_ID\",\n                                                \"Editable\": false,\n                                                \"Guid\": \"c845234a-9e56-482d-9bf9-ede0de917e72\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"Id\": \"EARNED_INTEREST\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"EB_ID\",\n                                    \"Editable\": true,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"EB_RESPONSE\",\n                                    \"Editable\": true,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"EB_RESPONSE_DATE\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"EB_SENT_DATE\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": false,\n                                    \"Guid\": \"c845234a-9e56-482d-9bf9-ede0de917e72\"\n                                },\n                                {\n                                    \"Id\": \"NET_REVENUE_INTEREST\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"NOTE\",\n                                    \"Editable\": true,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"RESPONSE_DATE\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"REVERTED_WI\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"SEND_CASHCALL\",\n                                    \"Editable\": true,\n                                    \"Bool\": false\n                                },\n                                {\n                                    \"Id\": \"SENT_DATE\",\n                                    \"Editable\": false,\n                                    \"Date\": \"2014-03-11T07:00:00Z\"\n                                },\n                                {\n                                    \"Id\": \"SERVICE_NAME\",\n                                    \"Editable\": false,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"SILENT\",\n                                    \"Editable\": false,\n                                    \"Bool\": false\n                                },\n                                {\n                                    \"Id\": \"SILENT_WI_PERCENT\",\n                                    \"Editable\": false\n                                },\n                                {\n                                    \"Id\": \"STATUS\",\n                                    \"Editable\": false,\n                                    \"Document\": \"5246e005-b5f6-4dd0-bb00-04e054ed3255\",\n                                    \"DocumentDescriptor\": \"No Status\"\n                                },\n                                {\n                                    \"Id\": \"WI_PERCENT\",\n                                    \"Editable\": false,\n                                    \"NumberDecimal\": 100\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Id\": \"PELOTONINT\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"PRIMARY_WELL\",\n                    \"Editable\": false,\n                    \"Record\": {\n                        \"Fields\": [\n                            {\n                                \"Id\": \"DESCRIPTION\",\n                                \"Editable\": false,\n                                \"Text\": \"Drill, Complete and Equip Well\"\n                            },\n                            {\n                                \"Id\": \"NAME\",\n                                \"Editable\": false,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI\",\n                                \"Editable\": false\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI_LAT\",\n                                \"Editable\": false\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI_LONG\",\n                                \"Editable\": false\n                            },\n                            {\n                                \"Id\": \"SURFACE_LOCATION_UWI_TEXT\",\n                                \"Editable\": false,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"UWI\",\n                                \"Editable\": false,\n                                \"Uwi\": {\n                                    \"Value\": \"49485918880000\",\n                                    \"SortedUwi\": \".949485918880000\",\n                                    \"UwiType\": \"API\"\n                                }\n                            },\n                            {\n                                \"Id\": \"UWI_LAT\",\n                                \"Editable\": false\n                            },\n                            {\n                                \"Id\": \"UWI_LONG\",\n                                \"Editable\": false\n                            },\n                            {\n                                \"Id\": \"UWI_TEXT\",\n                                \"Editable\": false,\n                                \"Text\": \".949485918880000\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"Id\": \"PROJECT\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"PROJECT_CAPITAL\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"RECOMMEND_REJECT\",\n                    \"Editable\": false,\n                    \"Bool\": false\n                },\n                {\n                    \"Id\": \"REJECT_COMMENT\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"REJECT_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"REJECT_POSITION\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"REJECT_USER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"RELEASE_COMMENT\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"RELEASE_USER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"RELEASED_DATE\",\n                    \"Editable\": false,\n                    \"Date\": \"2014-03-11T07:00:00Z\"\n                },\n                {\n                    \"Id\": \"REQUIRED_BY_DATE\",\n                    \"Editable\": true,\n                    \"Date\": \"2014-08-09T07:00:00Z\"\n                },\n                {\n                    \"Id\": \"REV_NUMBER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"REV_SUP_MODE\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"REVIEW\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"REVIEW_COMPLETED_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"REVIEWERS_COMPLETE\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 0\n                },\n                {\n                    \"Id\": \"REVIEWERS_COUNT\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 0\n                },\n                {\n                    \"Id\": \"ROUTED_COMMENT\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"ROUTED_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"ROUTED_USER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"SILENT_PARTNER_MODE\",\n                    \"Editable\": true,\n                    \"Document\": \"33823be6-9977-4e9b-b1a3-d1d36025a00b\",\n                    \"DocumentDescriptor\": \"Visible only to other silent partners\"\n                },\n                {\n                    \"Id\": \"START_DATE\",\n                    \"Editable\": true,\n                    \"Date\": \"2014-06-08T06:00:00Z\"\n                },\n                {\n                    \"Id\": \"STATUS\",\n                    \"Editable\": false,\n                    \"Text\": \"UNREL\"\n                },\n                {\n                    \"Id\": \"STATUS_DESC\",\n                    \"Editable\": false,\n                    \"Text\": \"Unreleased\"\n                },\n                {\n                    \"Id\": \"SUP_NUMBER\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"SUPERSEDED_DATE\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"SUPERSEDED_STATUS\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"SUPERSEDED_STATUS_DESC\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"SUPPLEMENTAL_GROSS_ESTIMATE\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"SUPPLEMENTAL_NET_ESTIMATE\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"SYS_REVIEW\",\n                    \"Editable\": false\n                },\n                {\n                    \"Id\": \"SYSREVIEWERS_COMPLETE\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 0\n                },\n                {\n                    \"Id\": \"SYSREVIEWERS_COUNT\",\n                    \"Editable\": false,\n                    \"NumberInteger\": 0\n                },\n                {\n                    \"Id\": \"TOTAL_GROSS_ACTUAL\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"TOTAL_GROSS_ESTIMATE\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149880\n                },\n                {\n                    \"Id\": \"TOTAL_GROSS_FIELDCOST\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 53\n                },\n                {\n                    \"Id\": \"TOTAL_NET_ACTUAL\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"TOTAL_NET_ESTIMATE\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 149880\n                },\n                {\n                    \"Id\": \"TOTAL_NET_FIELDCOST\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 53\n                },\n                {\n                    \"Id\": \"UPDATED_PROJ_EST\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"UPDATED_PROJ_EST_FC\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"VERSION_STRING\",\n                    \"Editable\": false,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"WELL\",\n                    \"Editable\": true,\n                    \"Records\": [\n                        {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"CUSTOM\",\n                                    \"Editable\": false,\n                                    \"Record\": {\n                                        \"Fields\": [\n                                            {\n                                                \"Id\": \"WELL_DATE\",\n                                                \"Editable\": true\n                                            },\n                                            {\n                                                \"Id\": \"WELL_NUM\",\n                                                \"Editable\": true\n                                            },\n                                            {\n                                                \"Id\": \"PARENT_LISTITEM_ID\",\n                                                \"Editable\": false,\n                                                \"Guid\": \"15cf4a7e-59ab-4943-a203-48ce0735dc8c\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"Id\": \"DESCRIPTION\",\n                                    \"Editable\": true,\n                                    \"Text\": \"Drill, Complete and Equip Well\"\n                                },\n                                {\n                                    \"Id\": \"ISPRIMARY\",\n                                    \"Editable\": false,\n                                    \"Bool\": true\n                                },\n                                {\n                                    \"Id\": \"LISTITEM_ID\",\n                                    \"Editable\": true,\n                                    \"Guid\": \"15cf4a7e-59ab-4943-a203-48ce0735dc8c\"\n                                },\n                                {\n                                    \"Id\": \"SURFACE_LOCATION_UWI\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"SURFACE_LOCATION_UWI_LAT\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"SURFACE_LOCATION_UWI_LONG\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"SURFACE_LOCATION_UWI_TEXT\",\n                                    \"Editable\": true,\n                                    \"Text\": \"\"\n                                },\n                                {\n                                    \"Id\": \"UWI\",\n                                    \"Editable\": true,\n                                    \"Uwi\": {\n                                        \"Value\": \"49485918880000\",\n                                        \"SortedUwi\": \".949485918880000\",\n                                        \"UwiType\": \"API\"\n                                    }\n                                },\n                                {\n                                    \"Id\": \"UWI_LAT\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"UWI_LONG\",\n                                    \"Editable\": true\n                                },\n                                {\n                                    \"Id\": \"UWI_TEXT\",\n                                    \"Editable\": false,\n                                    \"Text\": \".949485918880000\"\n                                },\n                                {\n                                    \"Id\": \"WELL_DOC\",\n                                    \"Editable\": true\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Id\": \"WELL_LIST_TITLE\",\n                    \"Editable\": true,\n                    \"Text\": \"\"\n                },\n                {\n                    \"Id\": \"WELL_REPORTING_IDENTIFIER\",\n                    \"Editable\": false,\n                    \"Text\": \"49485918880000\"\n                },\n                {\n                    \"Id\": \"WI_DETAILS\",\n                    \"Editable\": true,\n                    \"Record\": {\n                        \"Fields\": [\n                            {\n                                \"Id\": \"CAP_COUNT\",\n                                \"Editable\": true,\n                                \"NumberInteger\": 0\n                            },\n                            {\n                                \"Id\": \"CAP1_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP1_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP10_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP10_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP2_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP2_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP3_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP3_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP4_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP4_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP5_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP5_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP6_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP6_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP7_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP7_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP8_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP8_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            },\n                            {\n                                \"Id\": \"CAP9_AMOUNT\",\n                                \"Editable\": true,\n                                \"NumberDecimal\": 0\n                            },\n                            {\n                                \"Id\": \"CAP9_DESCRIPTION\",\n                                \"Editable\": true,\n                                \"Text\": \"\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"Id\": \"YEAREND\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                },\n                {\n                    \"Id\": \"YEAREND_FC\",\n                    \"Editable\": false,\n                    \"NumberDecimal\": 0\n                }\n            ]\n        }\n    },\n    \"ChildDocuments\": [\n        {\n            \"DocumentId\": \"568a6491-75c4-48e1-af5f-37e6860f086a\",\n            \"DocumentType\": \"ACCOUNT\",\n            \"Record\": {\n                \"Fields\": [\n                    {\n                        \"Id\": \"ACCOUNTDESCRIPTION\",\n                        \"Editable\": true,\n                        \"Text\": \"HAULING & TRANSPORTATION\"\n                    },\n                    {\n                        \"Id\": \"ACCOUNTID\",\n                        \"Editable\": false,\n                        \"NumberInteger\": 81\n                    },\n                    {\n                        \"Id\": \"ACCOUNTNUMBER\",\n                        \"Editable\": true,\n                        \"Text\": \"9210.253\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM\",\n                        \"Editable\": false,\n                        \"Record\": {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"TARGET_ACTIVITY\",\n                                    \"Editable\": true,\n                                    \"Document\": \"99538ba8-c60a-494a-8144-d72a3ee06e49\",\n                                    \"DocumentDescriptor\": \"Development\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"Id\": \"CUSTOM1\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM2\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM3\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM4\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM5\",\n                        \"Editable\": true,\n                        \"Text\": \"TDC\"\n                    },\n                    {\n                        \"Id\": \"DOCUMENT_ID\",\n                        \"Editable\": false,\n                        \"Guid\": \"568a6491-75c4-48e1-af5f-37e6860f086a\"\n                    },\n                    {\n                        \"Id\": \"GROUP_NAME\",\n                        \"Editable\": true,\n                        \"Text\": \"1. DRILLING\"\n                    },\n                    {\n                        \"Id\": \"IS_ACCRUAL\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    },\n                    {\n                        \"Id\": \"IS_NONBILLABLE\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    }\n                ]\n            }\n        },\n        {\n            \"DocumentId\": \"a5f19a95-9039-4db1-bd7c-78b3ecbb4f1e\",\n            \"DocumentType\": \"ACCOUNT\",\n            \"Record\": {\n                \"Fields\": [\n                    {\n                        \"Id\": \"ACCOUNTDESCRIPTION\",\n                        \"Editable\": true,\n                        \"Text\": \"DRILL BITS\"\n                    },\n                    {\n                        \"Id\": \"ACCOUNTID\",\n                        \"Editable\": false,\n                        \"NumberInteger\": 69\n                    },\n                    {\n                        \"Id\": \"ACCOUNTNUMBER\",\n                        \"Editable\": true,\n                        \"Text\": \"9210.225\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM\",\n                        \"Editable\": false,\n                        \"Record\": {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"TARGET_ACTIVITY\",\n                                    \"Editable\": true,\n                                    \"Document\": \"99538ba8-c60a-494a-8144-d72a3ee06e49\",\n                                    \"DocumentDescriptor\": \"Development\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"Id\": \"CUSTOM1\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM2\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM3\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM4\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM5\",\n                        \"Editable\": true,\n                        \"Text\": \"IDC\"\n                    },\n                    {\n                        \"Id\": \"DOCUMENT_ID\",\n                        \"Editable\": false,\n                        \"Guid\": \"a5f19a95-9039-4db1-bd7c-78b3ecbb4f1e\"\n                    },\n                    {\n                        \"Id\": \"GROUP_NAME\",\n                        \"Editable\": true,\n                        \"Text\": \"1. DRILLING\"\n                    },\n                    {\n                        \"Id\": \"IS_ACCRUAL\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    },\n                    {\n                        \"Id\": \"IS_NONBILLABLE\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    }\n                ]\n            }\n        },\n        {\n            \"DocumentId\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n            \"DocumentType\": \"ACCOUNT\",\n            \"Record\": {\n                \"Fields\": [\n                    {\n                        \"Id\": \"ACCOUNTDESCRIPTION\",\n                        \"Editable\": true,\n                        \"Text\": \"LABOUR\"\n                    },\n                    {\n                        \"Id\": \"ACCOUNTID\",\n                        \"Editable\": false,\n                        \"NumberInteger\": 78\n                    },\n                    {\n                        \"Id\": \"ACCOUNTNUMBER\",\n                        \"Editable\": true,\n                        \"Text\": \"9210.247\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM\",\n                        \"Editable\": false,\n                        \"Record\": {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"TARGET_ACTIVITY\",\n                                    \"Editable\": true,\n                                    \"Document\": \"99538ba8-c60a-494a-8144-d72a3ee06e49\",\n                                    \"DocumentDescriptor\": \"Development\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"Id\": \"CUSTOM1\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM2\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM3\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM4\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM5\",\n                        \"Editable\": true,\n                        \"Text\": \"TDC\"\n                    },\n                    {\n                        \"Id\": \"DOCUMENT_ID\",\n                        \"Editable\": false,\n                        \"Guid\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\"\n                    },\n                    {\n                        \"Id\": \"GROUP_NAME\",\n                        \"Editable\": true,\n                        \"Text\": \"1. DRILLING\"\n                    },\n                    {\n                        \"Id\": \"IS_ACCRUAL\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    },\n                    {\n                        \"Id\": \"IS_NONBILLABLE\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    }\n                ]\n            }\n        },\n        {\n            \"DocumentId\": \"da6977f4-881a-4427-80cb-cd551fcfcf10\",\n            \"DocumentType\": \"ACCOUNT\",\n            \"Record\": {\n                \"Fields\": [\n                    {\n                        \"Id\": \"ACCOUNTDESCRIPTION\",\n                        \"Editable\": true,\n                        \"Text\": \"FUEL & BOILER\"\n                    },\n                    {\n                        \"Id\": \"ACCOUNTID\",\n                        \"Editable\": false,\n                        \"NumberInteger\": 67\n                    },\n                    {\n                        \"Id\": \"ACCOUNTNUMBER\",\n                        \"Editable\": true,\n                        \"Text\": \"9210.217\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM\",\n                        \"Editable\": false,\n                        \"Record\": {\n                            \"Fields\": [\n                                {\n                                    \"Id\": \"TARGET_ACTIVITY\",\n                                    \"Editable\": true,\n                                    \"Document\": \"99538ba8-c60a-494a-8144-d72a3ee06e49\",\n                                    \"DocumentDescriptor\": \"Development\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"Id\": \"CUSTOM1\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM2\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM3\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM4\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM5\",\n                        \"Editable\": true,\n                        \"Text\": \"IDC\"\n                    },\n                    {\n                        \"Id\": \"DOCUMENT_ID\",\n                        \"Editable\": false,\n                        \"Guid\": \"da6977f4-881a-4427-80cb-cd551fcfcf10\"\n                    },\n                    {\n                        \"Id\": \"GROUP_NAME\",\n                        \"Editable\": true,\n                        \"Text\": \"1. DRILLING\"\n                    },\n                    {\n                        \"Id\": \"IS_ACCRUAL\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    },\n                    {\n                        \"Id\": \"IS_NONBILLABLE\",\n                        \"Editable\": true,\n                        \"Bool\": false\n                    }\n                ]\n            }\n        },\n        {\n            \"DocumentId\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DocumentType\": \"PARTNER\",\n            \"Record\": {\n                \"Fields\": [\n                    {\n                        \"Id\": \"ACTIVE\",\n                        \"Editable\": false,\n                        \"Bool\": true\n                    },\n                    {\n                        \"Id\": \"AFFILIATE\",\n                        \"Editable\": false,\n                        \"Bool\": true\n                    },\n                    {\n                        \"Id\": \"AREACODE\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CITY\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CODE\",\n                        \"Editable\": true,\n                        \"Text\": \"1\"\n                    },\n                    {\n                        \"Id\": \"COMNAME\",\n                        \"Editable\": true,\n                        \"Text\": \"Navigator Corporation\"\n                    },\n                    {\n                        \"Id\": \"COMNAMESHORT\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CONTACT\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"COUNTRY\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"CUSTOM\",\n                        \"Editable\": true,\n                        \"Record\": {\n                            \"Fields\": []\n                        }\n                    },\n                    {\n                        \"Id\": \"DOCUMENT_ID\",\n                        \"Editable\": false,\n                        \"Guid\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\"\n                    },\n                    {\n                        \"Id\": \"EB_NONOP_EMAIL\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"EB_PERMITTED\",\n                        \"Editable\": true\n                    },\n                    {\n                        \"Id\": \"EMAIL\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"FAX\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"PARTNERID\",\n                        \"Editable\": false,\n                        \"NumberInteger\": 1\n                    },\n                    {\n                        \"Id\": \"PHONE\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"POSTCODE_ZIP\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"PROVINCE_STATE\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    },\n                    {\n                        \"Id\": \"STRADDRESS\",\n                        \"Editable\": true,\n                        \"Text\": \"\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"StatusColor\": \"Unreleased\"\n}"}],"_postman_id":"4388f618-9c34-4c19-b135-0ca7cb86263f"},{"name":"Individual Field Update","event":[{"listen":"test","script":{"id":"d08d1eba-fce4-4315-99d2-096cb587a120","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1e838eb9-b397-4655-800b-80206f0b6697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentHandle for our previously opened AFE Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\",\r\n    /* Path to the field.  i.e. [], [\"CUSTOM\"], [\"PARTNERS\",\"4a438b52-eb39-478b-973d-7267355d48a7\",\"CUSTOM\"] */\r\n    \"FieldPath\": [\r\n        \"CUSTOM\"\r\n    ],\r\n    /* Name of the field to update */\r\n    \"FieldName\": \"COST_CENTER\",\r\n    /* Value to set */\r\n    \"FieldValue\": \"12345\"\r\n}"},"url":"{{BASE}}/api/Documents/Field/UpdateText","description":"<p>The update functions allow setting an individual field on a writable document: <code>UpdateText</code>, <code>UpdateDate</code>, 'UpdateBoolean', 'UpdateDecimal', 'UpdateDocumentReference', 'UpdateInteger' and 'UpdateUwi'</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","Field","UpdateText"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"bda6116b-15f1-42a3-89b8-49f190a02ab2","name":"Individual Field Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentHandle for our previously opened Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\",\r\n    /* Path to the field.  i.e. [], [\"CUSTOM\"], [\"PARTNERS\",\"4a438b52-eb39-478b-973d-7267355d48a7\",\"CUSTOM\"] */\r\n    \"FieldPath\": [\r\n        \"CUSTOM\"\r\n    ],\r\n    /* Name of the field to update */\r\n    \"FieldName\": \"COST_CENTER\",\r\n    /* Value to set */\r\n    \"FieldValue\": \"12345\"\r\n}"},"url":"{{BASE}}/api/Documents/Field/UpdateText"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 22 Aug 2024 21:31:47 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"Fields\":[]}"}],"_postman_id":"1e838eb9-b397-4655-800b-80206f0b6697"},{"name":"Save Document","event":[{"listen":"test","script":{"id":"2f7e29b0-ceb8-4af0-9dbd-4113d0577801","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"88a93e1a-596b-406e-9481-8ff5605ceee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentHandle for our previously opened Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\",\r\n    /* Comment to attach to the new version of the document */\r\n    \"Comment\": \"API Example\"\r\n}"},"url":"{{BASE}}/api/Documents/Save","description":"<p>If you've made any changes to a document that you'd like to persist, you must Save the document before closing it.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","Save"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"f2292f6c-f786-4ecd-aea4-986b95db7789","name":"Save Document","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentHandle for our previously opened Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\",\r\n    /* Comment to attach to the new version of the document */\r\n    \"Comment\": \"API Example\"\r\n}"},"url":"{{BASE}}/api/Documents/Save"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 22 Aug 2024 21:32:41 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"88a93e1a-596b-406e-9481-8ff5605ceee6"},{"name":"Close Document","event":[{"listen":"test","script":{"id":"f4608cd1-28ef-4007-9b41-56e092615fe5","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3cecbcf6-8beb-40f9-9491-c919c24c2fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentHandle for our previously opened Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\"\r\n}"},"url":"{{BASE}}/api/Documents/Close","description":"<p>Always remember to Close a document handle when you are done working with it. Doing so frees up memory and releases any locks that you might have had.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","Close"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"e9a29fab-a799-433d-9d28-39d4f24d3b74","name":"Close Document","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentHandle for our previously opened Document */\r\n    \"DocumentHandle\": \"{{DocumentHandle}}\"\r\n}"},"url":"{{BASE}}/api/Documents/Close"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 22 Aug 2024 20:49:48 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"3cecbcf6-8beb-40f9-9491-c919c24c2fae"},{"name":"Describe Document Type","event":[{"listen":"test","script":{"id":"f4608cd1-28ef-4007-9b41-56e092615fe5","exec":["pm.test(\"Get  Document ID \", function () {","    var jsonData = pm.response.json();","    pm.globals.set(\"DOCUMENTID\", jsonData.Rows[0].DocumentId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d5346ab7-b87d-480a-87e9-7ad9f65ef4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* LEGACY (pre 21.1.306) - Authentication token for an active session */\r\n    /* \"AuthenticationToken\": \"{{AuthToken}}\", */\r\n    /* DocumentType we'd like meta-data for */\r\n    \"DocumentType\": \"AFE\"\r\n}"},"url":"{{BASE}}/api/Documents/ReadMetaData","description":"<p>The ReadMetaData API is useful for describing all the fields on a Document Type and their datatype.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Documents","ReadMetaData"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"4b77524f-e97e-4e25-abcc-e0f1f2b6eeed","name":"Describe Document Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    /* Authentication token for an active session */\r\n    \"AuthenticationToken\": \"{{AuthToken}}\",\r\n    /* DocumentType we'd like meta-data for */\r\n    \"DocumentType\": \"AFE\"\r\n}"},"url":"{{BASE}}/api/Documents/ReadMetaData"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"text/plain"},{"key":"Date","value":"Thu, 31 Oct 2024 15:08:29 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"DocumentMetaData\":{\"RecordType\":\"AFE\",\"Records\":[{\"Type\":\"AFE\",\"Fields\":[{\"Id\":\"ACCRUAL_CALCULATION_DATE\",\"Name\":\"Accrual Calculation Date\",\"Active\":true,\"FieldInfoDocumentId\":\"dde2d9e1-b1fd-4e59-beef-879f6563f9fa\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":true,\"IsCalculated\":true},{\"Id\":\"ACCRUAL_DOC\",\"Name\":\"Accrual\",\"Active\":true,\"FieldInfoDocumentId\":\"705dc7c9-185b-4b85-9266-1189da7e4cbe\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ACCRUAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ACTUAL_DOC\",\"Name\":\"Incurred\",\"Active\":true,\"FieldInfoDocumentId\":\"691345b4-7fcd-4d51-94dd-5e0173c6e88e\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ACTUAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFELINK_TRACKING_ID\",\"Name\":\"AfeLink Tracking ID\",\"Active\":true,\"FieldInfoDocumentId\":\"d27e08e5-8a87-4e67-aaa7-37b564bc9cfd\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFENUMBER_DOC\",\"Name\":\"AFE Number\",\"Active\":true,\"FieldInfoDocumentId\":\"ae53cf65-cc96-47cd-adbc-f11cc6fa6901\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"AFENUMBER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVALS\",\"Name\":\"Approvals\",\"Active\":true,\"FieldInfoDocumentId\":\"1882cbf0-432e-439e-89f9-0c69ba941a65\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_APPROVALS\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVED_GROSS_ESTIMATE\",\"Name\":\"Approved Gross Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"845085fc-84eb-4c7f-bf2e-6fa45bb126e0\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVED_NET_ESTIMATE\",\"Name\":\"Approved Net Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"acf46e3a-fff4-40d2-a6b5-43e6727bf6c1\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVED_PROJECTS\",\"Name\":\"All Projects Approved\",\"Active\":true,\"FieldInfoDocumentId\":\"8dbd49c6-f173-466f-ba69-4ef9ca5fa495\",\"HelpText\":\"Are all projects / activities linked to this AFE approved?\",\"DataType\":\"BOOLEAN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"APPROVERS_COMPLETE\",\"Name\":\"Approvers - Completed Count\",\"Active\":true,\"FieldInfoDocumentId\":\"aa6ecbbe-6da9-4a82-8ecd-81b8d37031ea\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"APPROVERS_COUNT\",\"Name\":\"Approvers - Total Count\",\"Active\":true,\"FieldInfoDocumentId\":\"70dd261e-cd4e-4466-b040-c54501b06505\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"AUDIT\",\"Name\":\"Audit Events\",\"Active\":true,\"FieldInfoDocumentId\":\"6fa2286c-c529-4f74-8887-5bd425f24f7f\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_AUDIT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AVAIL_PROJECT_CAPITAL\",\"Name\":\"Available Project Capital\",\"Active\":true,\"FieldInfoDocumentId\":\"6f233772-fc6f-4f45-96ad-99bfe87d359d\",\"HelpText\":\"Available capital on all activities linked to this AFE\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"BASE_CREATION_DATE\",\"Name\":\"Creation Date (Base)\",\"Active\":true,\"FieldInfoDocumentId\":\"b2ebbe9f-bded-4510-a122-fa608667a8ae\",\"DataType\":\"UTCDATETIME\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BASE_CREATION_DATE_DAYS\",\"Name\":\"Creation Date (Base) - days ago\",\"Active\":true,\"FieldInfoDocumentId\":\"eb32fb55-ea56-4e2a-b8bd-8a5acb40694e\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"BUDGET_GROUP\",\"Name\":\"Budget Group\",\"Active\":true,\"FieldInfoDocumentId\":\"b11a2835-479e-47f7-adc2-c966b0448707\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"BUDGET_GROUP_ID\",\"Name\":\"Budget Group - Document ID\",\"Active\":true,\"FieldInfoDocumentId\":\"eb73cc2a-aa52-4751-8081-d9935b8b9454\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"BUDGET_GROUP_NUM\",\"Name\":\"Budget Group - Number\",\"Active\":true,\"FieldInfoDocumentId\":\"ca5714f1-933e-41da-a718-fef1b4104150\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"BUDGET_MANAGER\",\"Name\":\"Budget Manager\",\"Active\":true,\"FieldInfoDocumentId\":\"087daf33-2e76-47e8-bfc6-e9142dcdab50\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BUDGET_YEAR\",\"Name\":\"Budget Year\",\"Active\":true,\"FieldInfoDocumentId\":\"0e8b7db3-e878-4a09-bc48-682a7716e739\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CARRYOVER\",\"Name\":\"Carry Over\",\"Active\":true,\"FieldInfoDocumentId\":\"148faab3-b6ca-4f32-8e7f-fdbeb9eb6918\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"CHAIN_GUID\",\"Name\":\"Chain GUID\",\"Active\":true,\"FieldInfoDocumentId\":\"2155b7fb-21ec-410c-8992-171e80d7afef\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CHAIN_VERSION\",\"Name\":\"Chain Version\",\"Active\":true,\"FieldInfoDocumentId\":\"75bfc3a1-78f9-44c8-855a-39b884f68891\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CLOSED\",\"Name\":\"Closed\",\"Active\":true,\"FieldInfoDocumentId\":\"cb846e7f-5536-4e18-b340-a9ae6fac42e4\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CLOSED_DATE\",\"Name\":\"Closed Date\",\"Active\":true,\"FieldInfoDocumentId\":\"741f8807-228d-4568-bbd2-a27e0f205e7a\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CLOSED_REASON\",\"Name\":\"Closed Reason\",\"Active\":true,\"FieldInfoDocumentId\":\"0d2c5df4-bb7a-4e16-9eb5-180f31149f69\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CLOSED_USER\",\"Name\":\"Closed User\",\"Active\":true,\"FieldInfoDocumentId\":\"75a1498f-69ea-4ba5-bd98-d21f7bdaee90\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"COMPLETED\",\"Name\":\"Completed Date\",\"Active\":true,\"FieldInfoDocumentId\":\"795f484b-f549-4f94-81a9-de722861af3e\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":true,\"IsCalculated\":false},{\"Id\":\"CORR_NUMBER\",\"Name\":\"Correction Number\",\"Active\":true,\"FieldInfoDocumentId\":\"cb78df12-8695-41f3-9a7f-2812a6735675\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CREATION_DATE\",\"Name\":\"Creation Date\",\"Active\":true,\"FieldInfoDocumentId\":\"32fef2e5-df27-49a1-aae4-1b23b7421c9c\",\"DataType\":\"UTCDATETIME\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CREATION_DATE_DAYS\",\"Name\":\"Creation Date - days ago\",\"Active\":true,\"FieldInfoDocumentId\":\"4de424fb-deda-455f-8b0c-a1a41410a488\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"CREATOR\",\"Name\":\"Originator\",\"Active\":true,\"FieldInfoDocumentId\":\"1e16172e-2652-4b17-bd79-5254f3d86bc3\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CURRENCY_CODE\",\"Name\":\"Currency Code\",\"Active\":true,\"FieldInfoDocumentId\":\"d93f4620-f505-4f9d-859b-f214db54ba8c\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CUSTOM\",\"Name\":\"Custom\",\"Active\":true,\"FieldInfoDocumentId\":\"b4a0556f-bf91-469f-8f4d-46ea1a65f366\",\"DataType\":\"RECORD\",\"RecordType\":\"AFE_CUSTOM\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DESCRIPTION\",\"Name\":\"Description\",\"Active\":true,\"FieldInfoDocumentId\":\"636c604d-0505-4ab8-8f66-d07ca0d5a6af\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DOCUMENT_ID\",\"Name\":\"Document Id\",\"Active\":true,\"FieldInfoDocumentId\":\"854dc4b7-aae0-4c1f-932e-247adf9e5fe0\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"END_DATE\",\"Name\":\"End Date\",\"Active\":true,\"FieldInfoDocumentId\":\"35210bba-a08d-4882-a2ae-ab06723d8ee5\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE\",\"Name\":\"Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"fe3dbec1-4a64-403a-8952-3f2ee5b37949\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_ESTIMATE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_CONFIG\",\"Name\":\"Estimate Config\",\"Active\":true,\"FieldInfoDocumentId\":\"9837a4df-d096-44c1-a8e7-5fed97288b63\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_ESTIMATE_CONFIG\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_CONVERSION_DATE\",\"Name\":\"Estimate Conversion Date\",\"Active\":true,\"FieldInfoDocumentId\":\"9f98acf6-cc02-4ba8-ad08-12ce550ab91c\",\"DataType\":\"UTCDATETIME\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_VERSION\",\"Name\":\"Estimate Version\",\"Active\":true,\"FieldInfoDocumentId\":\"091e88c2-cefb-4b10-bc25-a47be07f12aa\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_ESTIMATE_VERSION\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EXTERNAL_JUSTIFICATION\",\"Name\":\"External Justification\",\"Active\":true,\"FieldInfoDocumentId\":\"99e3ba96-dba6-451d-9441-dbdd57b1c7e9\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"FASTTRACK\",\"Name\":\"Fast Track AFE\",\"Active\":false,\"FieldInfoDocumentId\":\"be825c31-8066-4de6-b0be-7fc9ed71affb\",\"HelpText\":\"Mark AFE as Fast Track AFE and use shortened approval process\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"FIELDCOST_DOC\",\"Name\":\"Field Cost\",\"Active\":true,\"FieldInfoDocumentId\":\"5d2b11cd-1503-41d5-9334-2e8dbbf94cad\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"FIELDCOST\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"FULL_APPROVAL_DATE\",\"Name\":\"Full Approval Date\",\"Active\":true,\"FieldInfoDocumentId\":\"9d1f6475-afdb-43dd-acc0-759ec7b5fce7\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"GROSS_ACCRUAL\",\"Name\":\"Gross Accrual\",\"Active\":true,\"FieldInfoDocumentId\":\"dab28a34-dd2f-42f8-bb13-eec23db52cba\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"GROSS_VARIANCE_ACTUALS\",\"Name\":\"Gross Variance (Actuals)\",\"Active\":true,\"FieldInfoDocumentId\":\"0df823e7-cdef-4bb7-acaa-f70e6432f9bd\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"GROSS_VARIANCE_FIELDCOSTS\",\"Name\":\"Gross Variance (Field Costs)\",\"Active\":true,\"FieldInfoDocumentId\":\"264b46c0-6332-4077-9b81-8202da5a43a1\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"HAS_PROJECT\",\"Name\":\"Has Project\",\"Active\":true,\"FieldInfoDocumentId\":\"01975452-13cd-4dc6-af0d-60df3c854d1d\",\"HelpText\":\"Is this AFE attached to one or more Projects?\",\"DataType\":\"BOOLEAN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"HOLD_COMMENT\",\"Name\":\"Hold Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"3a5f00f2-3183-4c19-a0f7-160dc1797711\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"HOLD_DATE\",\"Name\":\"Hold Date\",\"Active\":true,\"FieldInfoDocumentId\":\"e4946e4e-ef32-475c-a81a-e11b3a154b3b\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"HOLD_POSITION\",\"Name\":\"Hold Position\",\"Active\":true,\"FieldInfoDocumentId\":\"8d75e210-6ee9-41ad-80e9-12a7606e29f9\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"POSITION_RULE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"HOLD_USER\",\"Name\":\"Hold User\",\"Active\":true,\"FieldInfoDocumentId\":\"df8f47ee-c477-4775-9866-9d15f83950ac\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"INTERNAL_APPROVAL_DATE\",\"Name\":\"Internal Approval Date\",\"Active\":true,\"FieldInfoDocumentId\":\"7d8654e5-9dab-400d-828e-30b43b51a6bd\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"INTERNAL_JUSTIFICATION\",\"Name\":\"Internal Justification\",\"Active\":true,\"FieldInfoDocumentId\":\"49e28d49-a0c1-4d86-8d8e-f49650e0894c\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"IS_REMOVED_VERSION\",\"Name\":\"Is Removed Version\",\"Active\":true,\"FieldInfoDocumentId\":\"21ea56d0-3aaf-494a-95b4-39743e1457fa\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LATEST_APPROVAL_DATE\",\"Name\":\"Latest Approval Date\",\"Active\":true,\"FieldInfoDocumentId\":\"b8137073-0ae0-46d6-9103-84a430f87705\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"LEGACY_AFEID\",\"Name\":\"Legacy AFE ID\",\"Active\":true,\"FieldInfoDocumentId\":\"f55ef6ce-bfd6-4991-810e-6ee04e5af5f4\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LEGACY_CHAINID\",\"Name\":\"Legacy AFE Chain ID\",\"Active\":true,\"FieldInfoDocumentId\":\"e2dd9fd2-640f-4a0f-a79e-dccab86875b0\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LINKED_FILES\",\"Name\":\"Linked Files\",\"Active\":true,\"FieldInfoDocumentId\":\"e0a19592-82d3-44c0-b4d5-26875573b9fd\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_LINKED_FILES\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"MAILBALLOT\",\"Name\":\"Mail Ballot\",\"Active\":true,\"FieldInfoDocumentId\":\"f43ac075-c78d-43a8-9bb7-8d41df688fbf\",\"DataType\":\"RECORD\",\"RecordType\":\"AFE_MAILBALLOT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"NET_ACCRUAL\",\"Name\":\"Net Accrual\",\"Active\":true,\"FieldInfoDocumentId\":\"00d9edab-7c6c-4ec5-a0fa-6eb0bec0f22c\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"NET_VARIANCE_ACTUALS\",\"Name\":\"Net Variance (Actuals)\",\"Active\":true,\"FieldInfoDocumentId\":\"85ea22cd-e1e9-4ee7-9ee5-3e8dabfed860\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"NET_VARIANCE_FIELDCOSTS\",\"Name\":\"Net Variance (Field Costs)\",\"Active\":true,\"FieldInfoDocumentId\":\"50175780-03d0-4acb-8a57-49ca07a5b6c6\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"NEXT_APPROVING_POSITIONS\",\"Name\":\"Next Approving Positions\",\"Active\":true,\"FieldInfoDocumentId\":\"7ca43266-1a52-47bc-9ad8-7df78d70ae84\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"NEXT_REVIEWING_POSITIONS\",\"Name\":\"Next Reviewing Positions\",\"Active\":true,\"FieldInfoDocumentId\":\"bb79c143-780c-4259-bcf9-f2f6e0eea2d5\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OP_NOTICE\",\"Name\":\"Op Notice\",\"Active\":true,\"FieldInfoDocumentId\":\"5eed60c2-4580-4944-a81e-f084d2ae0568\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OPERATING_COMPANY\",\"Name\":\"Operator\",\"Active\":true,\"FieldInfoDocumentId\":\"5e40bcba-9113-448e-9612-4009c6d0b349\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"PARTNER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OPERATOR_WI\",\"Name\":\"Operator WI (%)\",\"Active\":true,\"FieldInfoDocumentId\":\"49cb4a83-ca0c-4cf6-a8dc-b159ff8af5d4\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"OUR_WI\",\"Name\":\"Our WI (%)\",\"Active\":true,\"FieldInfoDocumentId\":\"7966af90-c6e7-4250-9726-f19fecc1fb59\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OUTSIDE_AFENUMBER\",\"Name\":\"Outside AFE Number\",\"Active\":true,\"FieldInfoDocumentId\":\"20ded9ce-ce73-4dc5-9434-8fea5ffc443d\",\"HelpText\":\"For **non-op** AFEs, this field should be used to capture the operator's AFE Number.  \\n\\nIt must be left blank for operated AFEs.\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OVERHEAD\",\"Name\":\"Overhead\",\"Active\":true,\"FieldInfoDocumentId\":\"a5b4f0cd-15d6-403f-a4d5-e1ee31127970\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_OVERHEAD\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OVERHEAD_ACCOUNTS\",\"Name\":\"Overhead Accounts\",\"Active\":true,\"FieldInfoDocumentId\":\"56b0e52c-529d-4759-bc41-9e1fe824821e\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_OVERHEAD_ACCOUNTS\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OWNER\",\"Name\":\"Owner\",\"Active\":true,\"FieldInfoDocumentId\":\"4dc83717-67e8-4d29-8d55-4e56308e9aee\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PARENT_COMPANY\",\"Name\":\"Parent Company\",\"Active\":true,\"FieldInfoDocumentId\":\"da688a36-f3e1-4cff-9751-3ecbc8f27b36\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"PARTNER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PARENT_RTD\",\"Name\":\"Parent RTD\",\"Active\":false,\"FieldInfoDocumentId\":\"a095abb7-8122-4b66-a454-a73d7836c425\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"RTD\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PARENT_RTX\",\"Name\":\"Parent RTx\",\"Active\":true,\"FieldInfoDocumentId\":\"4f15670d-69d9-46f1-9b5b-cbf63355eb9b\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"RTX\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PARTNER\",\"Name\":\"Partners\",\"Active\":true,\"FieldInfoDocumentId\":\"697ca201-07ae-4b72-8ad6-e5a1c8706672\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_PARTNER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PELOTONINT\",\"Name\":\"Peloton Integration Mapping\",\"Active\":true,\"FieldInfoDocumentId\":\"0b31869b-d65e-48d9-8328-d097ce5660a9\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_PELOTONINT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PRIMARY_WELL\",\"Name\":\"Primary Well\",\"Active\":true,\"FieldInfoDocumentId\":\"fcb5f300-5a25-4eb5-9af0-a323e76dae26\",\"DataType\":\"RECORD\",\"RecordType\":\"AFE_PRIMARY_WELL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PROJECT\",\"Name\":\"Project Mapping\",\"Active\":true,\"FieldInfoDocumentId\":\"0a2cd199-d3a2-4c17-ac14-8c8636f61142\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_PROJECT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PROJECT_CAPITAL\",\"Name\":\"Total Project Capital\",\"Active\":true,\"FieldInfoDocumentId\":\"bfaec4ce-2384-4956-8a65-eef50e0ea45b\",\"HelpText\":\"Total capital allocated to all activities linked to this AFE\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"RECOMMEND_REJECT\",\"Name\":\"Recommend Reject\",\"Active\":true,\"FieldInfoDocumentId\":\"024681d6-4d79-431e-a40c-58ea090ec9c4\",\"DataType\":\"BOOLEAN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"REJECT_COMMENT\",\"Name\":\"Reject Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"98922c59-7e80-4d2a-a7a6-764cf73d80d1\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"REJECT_DATE\",\"Name\":\"Reject Date\",\"Active\":true,\"FieldInfoDocumentId\":\"b6e5ae6e-059f-494e-bfbd-7528a2398c01\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"REJECT_POSITION\",\"Name\":\"Reject Position\",\"Active\":true,\"FieldInfoDocumentId\":\"2a4e7269-7c0d-47bb-aed6-fe0138618011\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"POSITION_RULE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"REJECT_USER\",\"Name\":\"Reject User\",\"Active\":true,\"FieldInfoDocumentId\":\"da23892c-48fe-4b7d-9912-0c7eaca62d67\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"RELEASE_COMMENT\",\"Name\":\"Release Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"10e62b67-536a-472a-8c97-9e0296efbf77\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"RELEASE_USER\",\"Name\":\"Release User\",\"Active\":true,\"FieldInfoDocumentId\":\"8d552091-8ce0-4d16-81e2-62f618910a04\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"RELEASED_DATE\",\"Name\":\"Release Date\",\"Active\":true,\"FieldInfoDocumentId\":\"7340902e-6b55-499e-b541-22ad9a38bddc\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REQUIRED_BY_DATE\",\"Name\":\"Required by Date\",\"Active\":true,\"FieldInfoDocumentId\":\"3f4ae09f-4f8a-4127-a80d-bf391db0fb34\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REV_NUMBER\",\"Name\":\"Revision Number\",\"Active\":true,\"FieldInfoDocumentId\":\"f1b4bbc4-dd0f-489a-b3bf-47c035cc379f\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REV_SUP_MODE\",\"Name\":\"Superseding Mode\",\"Active\":true,\"FieldInfoDocumentId\":\"e643f259-7a68-41f7-ad4c-6652a5e5e98c\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":1,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW\",\"Name\":\"Ad Hoc Review\",\"Active\":true,\"FieldInfoDocumentId\":\"fb3b1bf3-734b-4f1a-8d86-c2b7fbbc2a0b\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_REVIEW\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_COMPLETED_DATE\",\"Name\":\"Review Completed Date\",\"Active\":true,\"FieldInfoDocumentId\":\"46615019-3b92-47a3-a1ee-189a9600dbbe\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEWERS_COMPLETE\",\"Name\":\"Reviewers - Completed Count\",\"Active\":true,\"FieldInfoDocumentId\":\"40a567ea-2685-40ad-92f0-ec5eb01cd3bb\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"REVIEWERS_COUNT\",\"Name\":\"Reviewers - Total Count\",\"Active\":true,\"FieldInfoDocumentId\":\"b42cd042-5568-44a8-944f-1a230331698d\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"ROUTED_COMMENT\",\"Name\":\"Route Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"cd4f1447-cbcc-4c32-a2bb-e78192a68dad\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ROUTED_DATE\",\"Name\":\"Route Date\",\"Active\":true,\"FieldInfoDocumentId\":\"c61a55c1-c97a-46ba-9ab3-090728b92463\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ROUTED_USER\",\"Name\":\"Route User\",\"Active\":true,\"FieldInfoDocumentId\":\"c9d9f976-468c-4bf3-884f-21977132ff5c\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SILENT_PARTNER_MODE\",\"Name\":\"Silent Partner Mode\",\"Active\":true,\"FieldInfoDocumentId\":\"eb37e1ba-d74e-4378-9d51-fb464d2c8d33\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"SILENT_PARTNER_MODE\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"START_DATE\",\"Name\":\"Start Date\",\"Active\":true,\"FieldInfoDocumentId\":\"4109b976-d466-4b64-ba98-2f02e230f844\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"STATUS\",\"Name\":\"Status\",\"Active\":true,\"FieldInfoDocumentId\":\"0350b3b3-917f-46e5-84e3-a2dec1ac2e29\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"STATUS_DESC\",\"Name\":\"Status - Description\",\"Active\":true,\"FieldInfoDocumentId\":\"2f3b167f-f520-49ca-85c0-f109a59654f4\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SUP_NUMBER\",\"Name\":\"Supplement Number\",\"Active\":true,\"FieldInfoDocumentId\":\"81654133-ea42-420f-9fe1-57a5f85c2dcd\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SUPERSEDED_DATE\",\"Name\":\"Superseded Date\",\"Active\":true,\"FieldInfoDocumentId\":\"f339b7e4-e4a3-463c-94f9-a3c43ba312a7\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SUPERSEDED_STATUS\",\"Name\":\"Superseded Status\",\"Active\":true,\"FieldInfoDocumentId\":\"e5e54294-5730-46a0-a1a5-4805089daf7b\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SUPERSEDED_STATUS_DESC\",\"Name\":\"Superseded Status - Description\",\"Active\":true,\"FieldInfoDocumentId\":\"0c25d371-09a5-43e2-886b-9c3f35aa6b4f\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SUPPLEMENTAL_GROSS_ESTIMATE\",\"Name\":\"Supplemental Gross Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"24f7d70e-7d3d-4b64-9b92-1e845bb1b26e\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SUPPLEMENTAL_NET_ESTIMATE\",\"Name\":\"Supplemental Net Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"4298a956-f860-45fa-9899-a6144f368717\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SYS_REVIEW\",\"Name\":\"System Review\",\"Active\":true,\"FieldInfoDocumentId\":\"142e698e-b396-4d1d-83fb-4936da0c697d\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_SYS_REVIEW\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SYSREVIEWERS_COMPLETE\",\"Name\":\"System Reviewers - Completed Count\",\"Active\":true,\"FieldInfoDocumentId\":\"768ad142-5f56-43c1-8c20-229b304b5b7d\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"SYSREVIEWERS_COUNT\",\"Name\":\"System Reviewers - Total Count\",\"Active\":true,\"FieldInfoDocumentId\":\"ffd832f2-6aaa-4efc-b3da-532c39dafdf0\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"TOTAL_GROSS_ACTUAL\",\"Name\":\"Total Gross Actuals\",\"Active\":true,\"FieldInfoDocumentId\":\"1e270fc4-8b5c-42a2-a53f-19bbc685c455\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"TOTAL_GROSS_ESTIMATE\",\"Name\":\"Total Gross Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"f5318900-3f9d-4e0c-984c-005991aaf60d\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TOTAL_GROSS_FIELDCOST\",\"Name\":\"Total Gross Field Costs\",\"Active\":true,\"FieldInfoDocumentId\":\"fc3a2f45-5196-4c56-85fd-32ae4025b9ea\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"TOTAL_NET_ACTUAL\",\"Name\":\"Total Net Actuals\",\"Active\":true,\"FieldInfoDocumentId\":\"98cdeadb-c54f-4fb9-9955-fcf1de1af346\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"TOTAL_NET_ESTIMATE\",\"Name\":\"Total Net Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"d149355c-1948-4c0c-b592-33d439387ed5\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TOTAL_NET_FIELDCOST\",\"Name\":\"Total Net Field Costs\",\"Active\":true,\"FieldInfoDocumentId\":\"118aceab-e577-4d28-929d-29f332d2115e\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"UPDATED_PROJ_EST\",\"Name\":\"Updated Estimate (Accruals)\",\"Active\":true,\"FieldInfoDocumentId\":\"8fabb550-4e3a-47cd-93ed-e7260b68339b\",\"HelpText\":\"Updated Estimate as of last accrual calculation date\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"UPDATED_PROJ_EST_FC\",\"Name\":\"Updated Estimate(Field Costs)\",\"Active\":true,\"FieldInfoDocumentId\":\"630b95e6-f521-4db6-b7b6-dd5122ae7540\",\"HelpText\":\"Updated Estimate as of last field cost entry\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"VERSION_STRING\",\"Name\":\"Ver\",\"Active\":true,\"FieldInfoDocumentId\":\"97b69f68-c298-45d5-92f6-00c72157839f\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":10,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"VN_COST_TYPE\",\"Name\":\"Val Nav Cost Type\",\"Active\":false,\"FieldInfoDocumentId\":\"9fbd280b-8d67-4c5d-bd2c-17032a10a181\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"VN_COST_TYPE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"VN_ENTITY\",\"Name\":\"Val Nav Entity\",\"Active\":false,\"FieldInfoDocumentId\":\"80021e72-0518-4031-8945-f021206b35a6\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"VN_PLAN\",\"Name\":\"Val Nav Plan\",\"Active\":false,\"FieldInfoDocumentId\":\"a0e90a12-c161-4208-bfc7-d9a766d33203\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"VN_RESCAT\",\"Name\":\"Val Nav Reserve Category\",\"Active\":false,\"FieldInfoDocumentId\":\"37841bdb-15bc-41d9-be32-fa0f46978d05\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"VN_SCENARIO\",\"Name\":\"Val Nav Scenario\",\"Active\":false,\"FieldInfoDocumentId\":\"fe875f28-34bf-4542-b3aa-c8a9311b94f6\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WELL\",\"Name\":\"Well\",\"Active\":true,\"FieldInfoDocumentId\":\"d878fea3-a0b7-4ebe-801c-5775139f4c2c\",\"DataType\":\"RECORDLIST\",\"RecordType\":\"AFE_WELL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WELL_LIST_TITLE\",\"Name\":\"Well List Title\",\"Active\":true,\"FieldInfoDocumentId\":\"fcb85db7-93da-43a1-942e-15d321288a05\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WELL_REPORTING_IDENTIFIER\",\"Name\":\"Well Identifier\",\"Active\":true,\"FieldInfoDocumentId\":\"88942fe7-bf40-48a1-879e-3aeffec1b098\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WI_DETAILS\",\"Name\":\"Working Interest Details\",\"Active\":true,\"FieldInfoDocumentId\":\"f375fee1-f1b2-4023-a7e2-90de2dbcdce7\",\"DataType\":\"RECORD\",\"RecordType\":\"AFE_WI_DETAILS\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"YEAREND\",\"Name\":\"Yearend (Accruals)\",\"Active\":true,\"FieldInfoDocumentId\":\"c52715a2-25cc-4d7f-86bf-019ea6ebd536\",\"HelpText\":\"Year end as of last accrual calculation date\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"YEAREND_FC\",\"Name\":\"Yearend (Field Costs)\",\"Active\":true,\"FieldInfoDocumentId\":\"8c07eb72-f807-41df-b343-c41fc6f23bf7\",\"HelpText\":\"Year end as of last field cost entry\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true}]},{\"Type\":\"AFE_APPROVALS\",\"Fields\":[{\"Id\":\"APPROVAL_COMMENT\",\"Name\":\"Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"567ed0de-18d7-46d4-98a6-7ccb9816aa44\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVAL_DATE\",\"Name\":\"Status Date\",\"Active\":true,\"FieldInfoDocumentId\":\"5f18ec86-4781-44b6-8960-21eb88f41996\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVAL_STATUS\",\"Name\":\"Status\",\"Active\":true,\"FieldInfoDocumentId\":\"35f528de-0ce6-4027-9c9c-5cc86a088423\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"STATUS_AFE_APPROVAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"APPROVING_USER\",\"Name\":\"Approving User\",\"Active\":true,\"FieldInfoDocumentId\":\"67c12669-0ed9-462c-a3c3-03dee124f47a\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ASSIGNED_DATE\",\"Name\":\"Assigned Date\",\"Active\":true,\"FieldInfoDocumentId\":\"095cf3ea-dfdd-44f8-94f6-0e336d6c70d0\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DURATION\",\"Name\":\"Duration\",\"Active\":true,\"FieldInfoDocumentId\":\"c2bb8e4b-def0-4afe-b9d0-e74d9ac7972d\",\"HelpText\":\"Duration (in hours) this AFE was assigned to this approver.\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"hr\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"3ef58fe8-4a0d-4452-87b9-5f9367f55676\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"POSITION\",\"Name\":\"Approving Position\",\"Active\":true,\"FieldInfoDocumentId\":\"e9db29a4-e9de-4b72-95e6-a947adc94b52\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"POSITION_RULE\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TIER\",\"Name\":\"Tier Number\",\"Active\":true,\"FieldInfoDocumentId\":\"21d1dae8-94b7-419b-92e2-32e2d8db4c3b\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_AUDIT\",\"Fields\":[{\"Id\":\"EVENT_DATE\",\"Name\":\"Timestamp\",\"Active\":true,\"FieldInfoDocumentId\":\"c24f404a-31ce-4842-9272-306b6dd009c1\",\"DataType\":\"UTCDATETIME\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EVENT_ORDER\",\"Name\":\"Order\",\"Active\":true,\"FieldInfoDocumentId\":\"d4964e79-e364-4f76-912e-3a44aff8effd\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EVENT_SOURCE\",\"Name\":\"Source\",\"Active\":true,\"FieldInfoDocumentId\":\"d4e70a19-779c-49ee-984b-dd2af6c5366a\",\"DataType\":\"TEXT\",\"Nullable\":false,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EVENT_TEXT\",\"Name\":\"Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"e498e054-555f-49e8-acff-14a14f8679c0\",\"DataType\":\"TEXT\",\"Nullable\":false,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"80864a0e-1ee9-4228-9605-003179a56a81\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_CUSTOM\",\"Fields\":[{\"Id\":\"AFE_ACT_VS_FIELD_EST\",\"Name\":\"AFE Act vs. Field Est\",\"Active\":true,\"FieldInfoDocumentId\":\"21e34d0c-9da3-40ad-8364-033da585f5f5\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFE_ACTUALS\",\"Name\":\"AFE Actuals\",\"Active\":true,\"FieldInfoDocumentId\":\"9942839d-9c23-44e8-8ce2-f11576143729\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFE_ESTIMATE\",\"Name\":\"AFE Estimate\",\"Active\":true,\"FieldInfoDocumentId\":\"f9048bc7-8dae-47c6-badf-8ec152c31012\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFE_ESTIMATE_LASTMOD\",\"Name\":\"AFE Estimate Lastmod\",\"Active\":true,\"FieldInfoDocumentId\":\"849c4a74-b947-4c98-80a4-afa4a4ef35a3\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFE_FIELD_ESTIMATES\",\"Name\":\"AFE Field Estimates\",\"Active\":true,\"FieldInfoDocumentId\":\"bfa80f07-15db-4cd8-b3b1-5f40c1f95787\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":true,\"Unit\":\"$\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFE_PERCENT_SPENT\",\"Name\":\"AFE Percent Spent\",\"Active\":true,\"FieldInfoDocumentId\":\"0bffe5db-b143-483d-b0e7-4cedcf6143a8\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AFE_TYPE\",\"Name\":\"AFE Type\",\"Active\":true,\"FieldInfoDocumentId\":\"f2a97a11-b510-4750-9c06-4c7496bd2567\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_AFE_TYPE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"AREA\",\"Name\":\"Area\",\"Active\":true,\"FieldInfoDocumentId\":\"cf0d5230-0050-4c33-9ca0-328b35a31975\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_AREA\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BOTTOM_HOLE_LOCATION_UWI\",\"Name\":\"Bottom Hole Location\",\"Active\":true,\"FieldInfoDocumentId\":\"17f8f848-9ea3-4b51-86f2-055fb3c992a5\",\"DataType\":\"UWI\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BOTTOM_HOLE_LOCATION_UWI_LAT\",\"Name\":\"Bottom Hole Location Uwi Lat\",\"Active\":true,\"FieldInfoDocumentId\":\"d35a8948-d05b-48d0-9972-8a2f0668f5b9\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BOTTOM_HOLE_LOCATION_UWI_LONG\",\"Name\":\"Bottom Hole Location Uwi Long\",\"Active\":true,\"FieldInfoDocumentId\":\"405b82d7-1255-42c2-8fb1-5b4322fb2f0a\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BOTTOM_HOLE_LOCATION_UWI_TEXT\",\"Name\":\"Bottom Hole Location Uwi Text\",\"Active\":true,\"FieldInfoDocumentId\":\"d1f720b6-a5da-4be5-b1d3-6b6b369146f7\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BU_APPROVER\",\"Name\":\"BU Approver\",\"Active\":true,\"FieldInfoDocumentId\":\"9809b054-77cc-4acc-92b0-76792c31a1db\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BUDGET_NUMBER\",\"Name\":\"Budget Number\",\"Active\":true,\"FieldInfoDocumentId\":\"b12e598f-497d-4f4d-80f2-a4cdf78dd4df\",\"HelpText\":\"Enter the budget number as assigned in the 20XX business plan.\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":7,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"BUDGETED\",\"Name\":\"Budgeted\",\"Active\":true,\"FieldInfoDocumentId\":\"b44cf21c-981f-4f9d-87f6-bcf840462802\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CANCEL_AFE\",\"Name\":\"Cancel AFE\",\"Active\":true,\"FieldInfoDocumentId\":\"629e9d78-4c34-4913-85da-fe631bd6b5f1\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_CANCEL_AFE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CLASSIFICATION\",\"Name\":\"Classification\",\"Active\":true,\"FieldInfoDocumentId\":\"bf3a10e6-8887-40b8-b1a9-e88b3c6d94a4\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_GNRL7\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"COMMENTS\",\"Name\":\"Comments\",\"Active\":true,\"FieldInfoDocumentId\":\"3ea1fbc9-e396-4e28-8fa3-b3394acc0d42\",\"HelpText\":\"Enter any information pertaining to the lease\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"COMMENTS_LASMOD\",\"Name\":\"Comments Lasmod\",\"Active\":true,\"FieldInfoDocumentId\":\"f64ce82a-61b2-43c4-9215-f503299411fb\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CONVERSION_RATE\",\"Name\":\"Conversion Rate\",\"Active\":true,\"FieldInfoDocumentId\":\"172daef4-c1bd-4c31-ae6a-583dd2aaec75\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"COST_CENTER\",\"Name\":\"Cost Center\",\"Active\":true,\"FieldInfoDocumentId\":\"f3c44979-d0c7-47c8-a0ee-6e88efcb43ff\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DISTRICT\",\"Name\":\"District\",\"Active\":true,\"FieldInfoDocumentId\":\"20631b57-edbe-4ea8-b21b-34c134266885\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_DISTRICT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DRILL_DEPTH\",\"Name\":\"Drill Depth\",\"Active\":true,\"FieldInfoDocumentId\":\"64a39bb7-1cb5-4d5a-a32b-b28554763c3f\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DRILL_DEPTH_LASTMOD\",\"Name\":\"Drill Depth Lastmod\",\"Active\":true,\"FieldInfoDocumentId\":\"0c3e739b-8b54-4a99-9390-61c30e2a1b8f\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DRILL_TYPE\",\"Name\":\"Drilling Type\",\"Active\":true,\"FieldInfoDocumentId\":\"048515ca-f07b-41ab-b723-515512ee8499\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_DRILL_TYPE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DRILL_TYPE_LASTMOD\",\"Name\":\"Drill Type LastMod\",\"Active\":true,\"FieldInfoDocumentId\":\"8f2dcc3c-3c60-4cd0-9c99-0fd4b01b868d\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EKEY\",\"Name\":\"EKEY\",\"Active\":true,\"FieldInfoDocumentId\":\"0ce6c021-28ab-4b46-a705-52b523eb6d42\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"END_DATE\",\"Name\":\"End Date\",\"Active\":true,\"FieldInfoDocumentId\":\"5de8328d-67a8-49ce-b269-2a3f43d736cb\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_DRILL_TIME_DAYS\",\"Name\":\"Estimate Drill Time (days)\",\"Active\":true,\"FieldInfoDocumentId\":\"f8dec41d-1c50-4e8f-9cb9-cbf7306c2c81\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"FLAT_RATE_OVERHEAD\",\"Name\":\"Flat Rate Overhead\",\"Active\":true,\"FieldInfoDocumentId\":\"053e9e19-92d5-4744-8443-6ccae9c545cc\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"GENERAL_COMBO\",\"Name\":\"General Combo\",\"Active\":false,\"FieldInfoDocumentId\":\"2840446d-b133-4e9e-af75-65247763043c\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_GNRL5\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"IN_HOUSE_ENGINEERING\",\"Name\":\"In House Engineering\",\"Active\":true,\"FieldInfoDocumentId\":\"dc30924e-b6fa-4af3-87e8-61294ead329a\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_IN_HOUSE_EN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ION_DUE_DATE\",\"Name\":\"ION Due Date\",\"Active\":true,\"FieldInfoDocumentId\":\"85425293-b2bd-474b-8cd6-ef65bdb75b49\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LAHEE_CODE\",\"Name\":\"Lahee Code\",\"Active\":true,\"FieldInfoDocumentId\":\"954807bd-88e6-499a-8bbc-b45cad88010d\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":10,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LEASE_NUMBER\",\"Name\":\"Lease Number\",\"Active\":true,\"FieldInfoDocumentId\":\"b5e5c7d2-5c1a-4f05-9ea3-8d16ddeb25bb\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":10,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"MINERAL_FILE_NUMBER\",\"Name\":\"Mineral File Number\",\"Active\":true,\"FieldInfoDocumentId\":\"acea294b-10ca-430b-90bb-7b27c749e5f4\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":10,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OPERATING_AGREEMENT\",\"Name\":\"Operating Agreement\",\"Active\":true,\"FieldInfoDocumentId\":\"a9ac944a-7c57-423c-a4ab-36766158dec9\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":10,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OPERATOR_STATUS\",\"Name\":\"Operator Status\",\"Active\":true,\"FieldInfoDocumentId\":\"ca2bff00-2a15-4843-8e04-e61597625f28\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_OPRTR_STTS\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OVERHEAD_RATE\",\"Name\":\"Overhead Rate\",\"Active\":true,\"FieldInfoDocumentId\":\"1e621054-5268-450e-b3e4-e3267859bb38\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_OVRHD_RATE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PIZZA_FLAVOUR\",\"Name\":\"Pizza Flavour\",\"Active\":true,\"FieldInfoDocumentId\":\"c8f7a13d-7fa2-4563-8da8-0bac0e477605\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PRODUCT\",\"Name\":\"Product\",\"Active\":true,\"FieldInfoDocumentId\":\"8bb53ab2-04a7-416a-9fbd-6d6aa59dac01\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"SL_PRODUCT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PROJECT_NUMBER\",\"Name\":\"Project Number\",\"Active\":false,\"FieldInfoDocumentId\":\"c3fa84e3-25dc-4ec2-86de-a6dc20277528\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":5,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"RIG_RELEASE_DATE\",\"Name\":\"Rig Release Date\",\"Active\":true,\"FieldInfoDocumentId\":\"2ec62943-c1ec-49da-a9ed-cd6b6110e31c\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SAMPLE_BOOLEAN\",\"Name\":\"Sample Boolean\",\"Active\":true,\"FieldInfoDocumentId\":\"781159ab-e026-4964-b767-80fc0fbd26a0\",\"DataType\":\"BOOLEAN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SPUD_DATE\",\"Name\":\"Spud Date\",\"Active\":true,\"FieldInfoDocumentId\":\"dcbd087e-9ea4-44a4-9117-25a1efaea644\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SPUD_DATE_LASTMOD\",\"Name\":\"Spud Date LastMod\",\"Active\":true,\"FieldInfoDocumentId\":\"ea2d7adc-3efd-452d-ae79-2089b38c1163\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"STAGE\",\"Name\":\"Stage\",\"Active\":false,\"FieldInfoDocumentId\":\"250e7bba-ad2a-4b92-93ef-9b48d509bbfc\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_STAGE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"START_DATE\",\"Name\":\"Start Date\",\"Active\":true,\"FieldInfoDocumentId\":\"4b8c26ab-d8e3-406e-932c-30c7d085f4f0\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"STATE_PROVINCE\",\"Name\":\"State/Province\",\"Active\":true,\"FieldInfoDocumentId\":\"eed31e5c-b413-487b-8554-012cbb3e00b7\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_STTE_PRVNCE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI\",\"Name\":\"Surface Location\",\"Active\":true,\"FieldInfoDocumentId\":\"0585ad1c-d0d2-4523-a1e4-535c0c5d0e25\",\"DataType\":\"UWI\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_LAT\",\"Name\":\"Surface Location Uwi Lat\",\"Active\":true,\"FieldInfoDocumentId\":\"2182e86b-076c-4d62-aeb4-bf49e878d1a0\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_LONG\",\"Name\":\"Surface Location Uwi Long\",\"Active\":true,\"FieldInfoDocumentId\":\"fb692dfc-9f92-4c61-b788-866c4b89aa87\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_TEXT\",\"Name\":\"Surface Location Uwi Text\",\"Active\":true,\"FieldInfoDocumentId\":\"19116807-535e-42fd-a41b-8f7a5d282251\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TAX_DESIGNATION\",\"Name\":\"Tax Designation\",\"Active\":true,\"FieldInfoDocumentId\":\"cd3b5cc6-2ad2-4c73-90f4-6d2094969514\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"LUT_GNRL9\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TEST_FIELD\",\"Name\":\"Test Field\",\"Active\":true,\"FieldInfoDocumentId\":\"237c0fa3-65b6-4695-89bb-94c8e4feb4ac\",\"DataType\":\"BOOLEAN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TEST_FORMULA\",\"Name\":\"Test Formula\",\"Active\":true,\"FieldInfoDocumentId\":\"fb0a740c-0432-4aae-aa6c-38ab4cb1e91b\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"WELL_NAME\",\"Name\":\"Well Name\",\"Active\":true,\"FieldInfoDocumentId\":\"a23d73ac-c6dc-4b6c-bae4-b94cbc6b0837\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":200,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_ESTIMATE\",\"Fields\":[{\"Id\":\"ACCOUNT\",\"Name\":\"Account\",\"Active\":true,\"FieldInfoDocumentId\":\"c08e24c2-2795-48b3-b766-f20ac80d52ff\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ACCOUNT\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_COMMENT\",\"Name\":\"Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"05823688-2c6d-45d5-bd33-e2b077d945c9\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":1000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_CONFIG_GUID\",\"Name\":\"Estimate Config ID\",\"Active\":true,\"FieldInfoDocumentId\":\"8bec0575-3219-4aab-9bff-efd6902de0a7\",\"DataType\":\"GUID\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"GROSS_AMOUNT\",\"Name\":\"Gross Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"6bd88158-2f21-45cd-810a-cd22ea0516f6\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"c6b650fc-2e18-4d4b-8b42-741acc27d898\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_ESTIMATE_CONFIG\",\"Fields\":[{\"Id\":\"APPROVED\",\"Name\":\"Approved\",\"Active\":true,\"FieldInfoDocumentId\":\"6ab5c238-f0bf-4549-bf1e-392b9668c81c\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"END_MONTH\",\"Name\":\"End Month\",\"Active\":true,\"FieldInfoDocumentId\":\"2de5b11a-f69f-40cb-9f55-cd3b91c68e22\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"END_YEAR\",\"Name\":\"End Year\",\"Active\":true,\"FieldInfoDocumentId\":\"6eb5c740-3c32-4930-a0e9-9f9c7bba9d6c\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EST_VERSION\",\"Name\":\"Version\",\"Active\":true,\"FieldInfoDocumentId\":\"75a9bf54-2d42-44e2-9ef1-a939ce72e5bd\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ESTIMATE_CONFIG_GUID\",\"Name\":\"Estimate Config ID\",\"Active\":true,\"FieldInfoDocumentId\":\"2aad2b7c-19ad-4043-b038-60afd0b0d601\",\"DataType\":\"GUID\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"896e5edc-b991-4347-ad03-13e54bc82a17\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LOCKED\",\"Name\":\"Locked\",\"Active\":true,\"FieldInfoDocumentId\":\"5946e59c-54d9-4b9f-b739-9928dff7a004\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PHASE\",\"Name\":\"Phase\",\"Active\":true,\"FieldInfoDocumentId\":\"327d40b7-a499-4c14-ba1c-4512e03b2518\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ESTIMATE_PHASE\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"START_MONTH\",\"Name\":\"Start Month\",\"Active\":true,\"FieldInfoDocumentId\":\"9b330246-11dc-4b7a-93ae-765307cb925f\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"START_YEAR\",\"Name\":\"Start Year\",\"Active\":true,\"FieldInfoDocumentId\":\"35831da3-3728-432c-b5a6-af0bc7d6eeef\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_ESTIMATE_VERSION\",\"Fields\":[{\"Id\":\"EST_VERSION\",\"Name\":\"Version\",\"Active\":true,\"FieldInfoDocumentId\":\"d18347ff-d1b3-43f7-86eb-7912f0d6b0a5\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"HISTORICAL\",\"Name\":\"Historical\",\"Active\":true,\"FieldInfoDocumentId\":\"4eef4fdb-58bf-48c9-aaf9-e13f6e04b321\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"b2cb8efb-f0bf-4652-803f-36f9df102cb5\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"VERSION_NAME\",\"Name\":\"Version Name\",\"Active\":true,\"FieldInfoDocumentId\":\"0a4aea0d-214f-4bee-a649-05614ca646e0\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_LINKED_FILES\",\"Fields\":[{\"Id\":\"LINK_DATE\",\"Name\":\"Date Linked\",\"Active\":true,\"FieldInfoDocumentId\":\"6505727f-ac0f-4352-a722-f0f72f22deaa\",\"DataType\":\"UTCDATETIME\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LINK_USER\",\"Name\":\"Linking User\",\"Active\":true,\"FieldInfoDocumentId\":\"f0184505-d531-4dcd-9dea-de1d3a5302c2\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LINKED_FILE\",\"Name\":\"Linked File\",\"Active\":true,\"FieldInfoDocumentId\":\"15aa723f-1a25-442a-8dd7-bde9c374fa31\",\"DataType\":\"TEXT\",\"Nullable\":false,\"Size\":1000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"8e19a68e-3218-4917-b97b-0b826d3aae8a\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PRINT_FOR_PARTNERS\",\"Name\":\"Print for Partners\",\"Active\":true,\"FieldInfoDocumentId\":\"30e5c425-1db7-4fda-a703-d79a340732c6\",\"DataType\":\"BOOLEAN\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REMARK\",\"Name\":\"Remark\",\"Active\":true,\"FieldInfoDocumentId\":\"99b920fc-e2eb-494e-b73b-081e126e03ab\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":1000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_MAILBALLOT\",\"Fields\":[{\"Id\":\"DEEMED_APPROVED_DATE\",\"Name\":\"Deemed Approved Date\",\"Active\":true,\"FieldInfoDocumentId\":\"7fe6b7df-a100-4c91-b1ed-ee32ad3a6ea4\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"GOVERNING_AGREEMENTS\",\"Name\":\"Governing Agreements\",\"Active\":true,\"FieldInfoDocumentId\":\"90e49fdd-fca2-4d44-9387-c5a70a9b71a6\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"IS_MAILBALLOT\",\"Name\":\"Is Mail Ballot\",\"Active\":true,\"FieldInfoDocumentId\":\"83f649a3-2e97-4c13-a2cf-66d48cb3cb71\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"MAIL_BALLOT_MOTION\",\"Name\":\"Mail Ballot Motion\",\"Active\":true,\"FieldInfoDocumentId\":\"e56a313a-330b-4205-86b6-e87dad641ba6\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"MAIL_BALLOT_NUMBER\",\"Name\":\"Mail Ballot Number\",\"Active\":true,\"FieldInfoDocumentId\":\"decdeaa7-8217-4e63-a25e-6f6b68c3d26a\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"MINIMUM_COST\",\"Name\":\"Minimum Cost\",\"Active\":true,\"FieldInfoDocumentId\":\"72da1ab8-11a4-44c2-987d-8b5c99e04704\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PARTNERS_TO_PASS\",\"Name\":\"Partners Required to Pass\",\"Active\":true,\"FieldInfoDocumentId\":\"63d5425d-69ac-4a2f-afa5-be3b1fa3d99a\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PARTNERS_TO_REJECT\",\"Name\":\"Partners Required to Reject\",\"Active\":true,\"FieldInfoDocumentId\":\"aed5cfbd-3a0a-4c8a-9699-b2e89752ba9e\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WI_TO_PASS\",\"Name\":\"Working Interest Required to Pass\",\"Active\":true,\"FieldInfoDocumentId\":\"df52ffad-6df6-4c6c-938d-bd7f71d29aba\",\"HelpText\":\"Combined working interest on AFE must exceed this percentage for the AFE to be considered approved.\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_OVERHEAD\",\"Fields\":[{\"Id\":\"EXCLUDE_ACCOUNTS\",\"Name\":\"Exclude Accounts\",\"Active\":true,\"FieldInfoDocumentId\":\"5357ccb7-e415-4e18-b6f7-7e2c74824ef9\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"IS_MANUAL_ENTRY\",\"Name\":\"Overhead Method Manual Entry\",\"Active\":true,\"FieldInfoDocumentId\":\"470d2c83-1fb3-4690-bafe-2b2b7b5781a1\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"2f7ed299-db5d-4d59-95a2-bc03996a4d05\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"METHOD_CODE\",\"Name\":\"Overhead Method Code\",\"Active\":true,\"FieldInfoDocumentId\":\"63ac3b5f-1dcb-4fc8-839a-c55e3cb4cd9d\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"METHOD_CONFIG\",\"Name\":\"Overhead Method Config\",\"Active\":true,\"FieldInfoDocumentId\":\"7968fb15-28c1-48a4-9e9e-aceaef0141e7\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"METHOD_DESCRIPTION\",\"Name\":\"Overhead Method Description\",\"Active\":true,\"FieldInfoDocumentId\":\"f8c76b1b-9630-4399-a730-59c34b02cb5b\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"METHOD_GUID\",\"Name\":\"Overhead Method Id\",\"Active\":true,\"FieldInfoDocumentId\":\"1b871dd3-c0ca-46ed-a824-1ebf83099246\",\"DataType\":\"GUID\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"METHOD_NAME\",\"Name\":\"Overhead Method Name\",\"Active\":true,\"FieldInfoDocumentId\":\"92bdf4ee-a2b5-46aa-b687-2403edde3ac9\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":2000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OH_ACCOUNT\",\"Name\":\"Overhead Account\",\"Active\":true,\"FieldInfoDocumentId\":\"e29226b1-4969-4322-b4a0-7357c8cce7ce\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ACCOUNT\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"RULE_GUID\",\"Name\":\"Overhead Rule Id\",\"Active\":true,\"FieldInfoDocumentId\":\"4ec69634-57bf-4f39-9eb0-9a472e98208d\",\"DataType\":\"GUID\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_OVERHEAD_ACCOUNTS\",\"Fields\":[{\"Id\":\"ACCOUNT_GUID\",\"Name\":\"Referenced Account\",\"Active\":true,\"FieldInfoDocumentId\":\"587b9fdc-5a91-4f5b-a137-22617abf16ef\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ACCOUNT\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"3307815e-91cd-4977-b9fa-c13554a19dfe\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"OH_ACCOUNT\",\"Name\":\"Referenced Account\",\"Active\":true,\"FieldInfoDocumentId\":\"0ee2340d-725b-453c-93a9-194471edec7e\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"ACCOUNT\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_PARTNER\",\"Fields\":[{\"Id\":\"CAP1_WI\",\"Name\":\"Cap 1 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"8ac097a5-40a3-44a7-8b6a-b31dc79e0d8b\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP10_WI\",\"Name\":\"Cap 10 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"40cd0f33-e7b6-4351-b451-35fcbfe351f8\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP2_WI\",\"Name\":\"Cap 2 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"ebc8841b-fede-42cd-b538-c279d8bbb29b\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP3_WI\",\"Name\":\"Cap 3 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"ff8fb826-62a2-47fc-b815-ed74f6801cec\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP4_WI\",\"Name\":\"Cap 4 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"e04f45a2-228b-4d3a-9ccc-15c0402a6759\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP5_WI\",\"Name\":\"Cap 5 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"e113f240-1f86-41a9-bbca-0f3bee1921ab\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP6_WI\",\"Name\":\"Cap 6 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"7a5bf28f-34e6-48cc-86ab-93cc52692ccb\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP7_WI\",\"Name\":\"Cap 7 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"5731f74b-9006-44af-a056-03ff22157406\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP8_WI\",\"Name\":\"Cap 8 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"65d83cf9-7e6f-4280-8a68-051c2fae3373\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP9_WI\",\"Name\":\"Cap 9 WI\",\"Active\":true,\"FieldInfoDocumentId\":\"eee0b815-1515-46f4-9a68-1f8869e715c9\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"COMPANY\",\"Name\":\"Company\",\"Active\":true,\"FieldInfoDocumentId\":\"56314547-7419-414e-b351-3e754e9097b0\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"PARTNER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CUSTOM\",\"Name\":\"Custom\",\"Active\":true,\"FieldInfoDocumentId\":\"3c80ad7f-525e-496c-92a8-99fcc46c48f8\",\"DataType\":\"RECORD\",\"RecordType\":\"AFE_PARTNER_CUSTOM\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EARNED_INTEREST\",\"Name\":\"Earned Interest\",\"Active\":true,\"FieldInfoDocumentId\":\"09dacd71-b41f-4316-9639-886735a99f61\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EB_ID\",\"Name\":\"Electronic Balloting ID\",\"Active\":true,\"FieldInfoDocumentId\":\"776a7e69-9373-4257-b81f-85894a20c7a1\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EB_RESPONSE\",\"Name\":\"Electronic Balloting Response\",\"Active\":true,\"FieldInfoDocumentId\":\"ab5ba6eb-7164-454f-a991-d1de9f765bea\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EB_RESPONSE_DATE\",\"Name\":\"Electronic Balloting Response Date\",\"Active\":true,\"FieldInfoDocumentId\":\"17d5d4b3-f946-454b-9ef2-56a65e9657a2\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"EB_SENT_DATE\",\"Name\":\"Electronic Balloting Sent Date\",\"Active\":true,\"FieldInfoDocumentId\":\"d4604c69-cdbd-47a1-9953-5ed0f4d8f805\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"232ce1c7-e34f-4420-992b-997a14f6c4a0\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"NET_REVENUE_INTEREST\",\"Name\":\"NRI\",\"Active\":true,\"FieldInfoDocumentId\":\"837e5c59-b240-45f0-aabc-b6d83490af2f\",\"HelpText\":\"Net Revenue Interest\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"NOTE\",\"Name\":\"Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"8f470444-46ba-4c30-bd97-7c497ddc5e69\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"RESPONSE_DATE\",\"Name\":\"Response Date\",\"Active\":true,\"FieldInfoDocumentId\":\"bd6f735d-b1b9-4ee0-a33d-e3a44c75af59\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVERTED_WI\",\"Name\":\"Reverted WI\",\"Active\":true,\"FieldInfoDocumentId\":\"574720de-b227-4287-8279-ea10c25f796f\",\"HelpText\":\"This interest is the final working interest that applies to AFE amount beyond the final cap's dollar amount\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SEND_CASHCALL\",\"Name\":\"Cash Call\",\"Active\":true,\"FieldInfoDocumentId\":\"683676af-1fab-47ce-98f4-a78dd3baadd8\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SENT_DATE\",\"Name\":\"Sent Date\",\"Active\":true,\"FieldInfoDocumentId\":\"8a688762-6fea-41d4-aa58-22bccd8bda1e\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SERVICE_NAME\",\"Name\":\"Service Name\",\"Active\":true,\"FieldInfoDocumentId\":\"09b5aad4-69a4-463c-8aa2-4a4e57845caf\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SILENT\",\"Name\":\"Silent\",\"Active\":true,\"FieldInfoDocumentId\":\"08886579-13e5-4539-9c99-edd41663c0ce\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SILENT_WI_PERCENT\",\"Name\":\"Silent WI\",\"Active\":true,\"FieldInfoDocumentId\":\"2e445c55-7f16-48a7-90f5-cbcc055ca4a7\",\"HelpText\":\"Entering a value into this field will indicate that this silent partner's working interest should be calculated as a percentage of the parent company's working interest. It will automatically be updated as the parent company's working interest changes.\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"STATUS\",\"Name\":\"Status\",\"Active\":true,\"FieldInfoDocumentId\":\"c92c8978-b439-4155-be3d-6cf6df0e4553\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"STATUS_AFE_PARTNER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WI_PERCENT\",\"Name\":\"Working Interest\",\"Active\":true,\"FieldInfoDocumentId\":\"f9756350-d00f-4f07-8bc9-7306b0d4c5a8\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_PARTNER_CUSTOM\",\"Fields\":[]},{\"Type\":\"AFE_PELOTONINT\",\"Fields\":[{\"Id\":\"ALLOCATION_PCT\",\"Name\":\"Allocation\",\"Active\":true,\"FieldInfoDocumentId\":\"5f97bdd0-b377-40c3-bdd9-dee346eeaed6\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"%\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ENTITY_NAME\",\"Name\":\"Entity Name\",\"Active\":true,\"FieldInfoDocumentId\":\"747e53e3-7f42-43d7-b1e9-8dd1c6bbe562\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":1000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ID_ENTITY\",\"Name\":\"Entity ID\",\"Active\":true,\"FieldInfoDocumentId\":\"cbe1e8c7-843c-4031-9e42-7de6d66c8a4e\",\"DataType\":\"TEXT\",\"Nullable\":false,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ID_JOB\",\"Name\":\"Job ID\",\"Active\":true,\"FieldInfoDocumentId\":\"92c78900-5313-4573-9152-29217031cbc2\",\"DataType\":\"TEXT\",\"Nullable\":false,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ID_SYSTEM\",\"Name\":\"System ID\",\"Active\":true,\"FieldInfoDocumentId\":\"443ae4b0-3835-4b2c-9eca-ba6e27aec2ae\",\"HelpText\":\"WV or SV\",\"DataType\":\"TEXT\",\"Nullable\":false,\"Size\":50,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"JOB_NAME\",\"Name\":\"Job Name\",\"Active\":true,\"FieldInfoDocumentId\":\"169b09b3-72a8-44f2-a502-85f2cb7d653d\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":1000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"32ec1e92-07c0-4a61-af2c-19808a0a5a40\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_PRIMARY_WELL\",\"Fields\":[{\"Id\":\"DESCRIPTION\",\"Name\":\"Primary - Description\",\"Active\":true,\"FieldInfoDocumentId\":\"76f5d40c-c1d1-468b-8db6-8c385432316d\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"NAME\",\"Name\":\"Primary - Well Name\",\"Active\":true,\"FieldInfoDocumentId\":\"16c80dc6-ff2c-45d4-b823-6c17f38f5c5e\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI\",\"Name\":\"Surface Location\",\"Active\":true,\"FieldInfoDocumentId\":\"43021971-2764-441c-8868-a6c5ff158f5b\",\"DataType\":\"UWI\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_LAT\",\"Name\":\"Surface Location UWI Lat\",\"Active\":true,\"FieldInfoDocumentId\":\"3d4d3c2c-e4ed-446e-b807-9ce34b6732ad\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_LONG\",\"Name\":\"Surface Location UWI Long\",\"Active\":true,\"FieldInfoDocumentId\":\"f9728f1c-7fa1-4e66-8b9f-c45e511eddab\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_TEXT\",\"Name\":\"Surface Location UWI Text\",\"Active\":true,\"FieldInfoDocumentId\":\"53dd1f6c-8301-478c-ad69-79b497002510\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI\",\"Name\":\"Primary - UWI\",\"Active\":true,\"FieldInfoDocumentId\":\"5f723a15-2c68-4de4-a054-9e4de985be4d\",\"DataType\":\"UWI\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI_LAT\",\"Name\":\"Primary - UWI Latitude\",\"Active\":true,\"FieldInfoDocumentId\":\"72777ae9-846e-454c-b662-9083458a8cb3\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI_LONG\",\"Name\":\"Primary - UWI Longitude\",\"Active\":true,\"FieldInfoDocumentId\":\"1c1d440c-adcc-4be2-be97-aed34edc4682\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI_TEXT\",\"Name\":\"Primary - UWI text\",\"Active\":true,\"FieldInfoDocumentId\":\"863cf29c-bf3e-4ae1-8cc6-59d9f9428bae\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_PROJECT\",\"Fields\":[{\"Id\":\"ACTIVITY\",\"Name\":\"Activity\",\"Active\":true,\"FieldInfoDocumentId\":\"c058a07d-9d97-4f97-8c53-40e262528fb7\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"PROJ_ACTIVITY\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ALLOCATION_PCT\",\"Name\":\"Allocation\",\"Active\":true,\"FieldInfoDocumentId\":\"803aad1e-77d7-4958-8b9e-fede336a9a08\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"%\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"68d7900b-08cf-49ab-abee-21e45580dd7d\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"PROJECT\",\"Name\":\"Project\",\"Active\":true,\"FieldInfoDocumentId\":\"d786c790-96af-4507-b522-fd199e70544c\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"PROJECT\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_REVIEW\",\"Fields\":[{\"Id\":\"ASSIGNED_DATE\",\"Name\":\"Assigned Date\",\"Active\":true,\"FieldInfoDocumentId\":\"59f9dbc6-ca1e-4513-9162-67ef38202bb8\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DURATION\",\"Name\":\"Duration\",\"Active\":true,\"FieldInfoDocumentId\":\"88755eeb-fc76-4fb0-aa2b-7bebf551c0b2\",\"HelpText\":\"Duration (in hours) this AFE was assigned to this reviewer.\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"hr\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"da6adb1b-b5cb-4b19-b03a-78fa1c8cafc5\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_COMMENT\",\"Name\":\"Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"1ff6b125-431c-4171-ad32-73e182d4836c\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_DATE\",\"Name\":\"Status Date\",\"Active\":true,\"FieldInfoDocumentId\":\"706b7c68-9bed-4ae8-be68-9b80f1191738\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_STATUS\",\"Name\":\"Status\",\"Active\":true,\"FieldInfoDocumentId\":\"541607b0-19c3-41f5-b621-b89ff06a0e38\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"STATUS_AFE_ADHOC_REVIEW\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_USER\",\"Name\":\"Reviewing User\",\"Active\":true,\"FieldInfoDocumentId\":\"09ab4a84-3ca0-4408-abd3-7bbdff14429c\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_SYS_REVIEW\",\"Fields\":[{\"Id\":\"ASSIGNED_DATE\",\"Name\":\"Assigned Date\",\"Active\":true,\"FieldInfoDocumentId\":\"f32d54bb-9a52-4b68-96ef-e440e58048b8\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DURATION\",\"Name\":\"Duration\",\"Active\":true,\"FieldInfoDocumentId\":\"588f91e7-dbae-48d6-a34d-ff4da8e05bcb\",\"HelpText\":\"Duration (in hours) this AFE was assigned to this reviewer.\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"hr\",\"Copyable\":false,\"UnzonedDateTime\":false,\"IsCalculated\":true},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"a26e7b6a-85dd-4288-b8cf-0d4ed0a7c3c2\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"POSITION\",\"Name\":\"Reviewing Position\",\"Active\":true,\"FieldInfoDocumentId\":\"931e59d9-d108-4208-a33b-75f2aa2a3fc7\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"POSITION_RULE\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_COMMENT\",\"Name\":\"Comment\",\"Active\":true,\"FieldInfoDocumentId\":\"c17eaaaf-725a-4bb5-a294-369503a72f86\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":4000,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_DATE\",\"Name\":\"Status Date\",\"Active\":true,\"FieldInfoDocumentId\":\"060459b0-190d-4e9a-8cb6-774dabf8a440\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_STATUS\",\"Name\":\"Status\",\"Active\":true,\"FieldInfoDocumentId\":\"ea38cf36-d7ad-4eb7-ad79-1d9920e1984d\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"STATUS_AFE_SYS_REVIEW\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"REVIEW_USER\",\"Name\":\"Reviewing User\",\"Active\":true,\"FieldInfoDocumentId\":\"750816b9-9aac-4048-b28d-f8c981c71f8d\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"USER\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"TIER\",\"Name\":\"Tier Number\",\"Active\":true,\"FieldInfoDocumentId\":\"bae52239-9d4c-49da-b814-60b5a9bb4509\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_WELL\",\"Fields\":[{\"Id\":\"BH_LOC\",\"Name\":\"BH Loc.\",\"Active\":false,\"FieldInfoDocumentId\":\"b867bb79-aaa7-481d-a292-096e87557482\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CUSTOM\",\"Name\":\"Custom\",\"Active\":true,\"FieldInfoDocumentId\":\"d9c00561-ff39-40ce-b849-1a5ff61761dc\",\"DataType\":\"RECORD\",\"RecordType\":\"AFE_WELL_CUSTOM\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"DESCRIPTION\",\"Name\":\"Description\",\"Active\":true,\"FieldInfoDocumentId\":\"13a744fb-d28e-4e21-b1a9-cb318d4a1c5d\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"ISPRIMARY\",\"Name\":\"Primary\",\"Active\":true,\"FieldInfoDocumentId\":\"d98e3d14-356b-4d6b-b63e-e42f8c4de800\",\"HelpText\":\"Flagged well is the primary well for this AFE.  This shows in the browse screens and reports.\",\"DataType\":\"BOOLEAN\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"LISTITEM_ID\",\"Name\":\"Listitem Id\",\"Active\":true,\"FieldInfoDocumentId\":\"1cd214ce-ffa0-4f36-b02e-e1761fd7f6a7\",\"DataType\":\"GUID\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"NAME\",\"Name\":\"Well Name\",\"Active\":false,\"FieldInfoDocumentId\":\"130f438d-e7ca-4d63-986f-9fc12a66cea3\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOC\",\"Name\":\"Surf. Loc.\",\"Active\":false,\"FieldInfoDocumentId\":\"409b458e-34f3-4ab3-97e2-3f7e267c6b35\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI\",\"Name\":\"Surface Location\",\"Active\":true,\"FieldInfoDocumentId\":\"b964490c-cdb3-470a-a3fa-b499efd33e45\",\"DataType\":\"UWI\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_LAT\",\"Name\":\"Surface Location UWI Lat\",\"Active\":true,\"FieldInfoDocumentId\":\"347f984c-c7eb-4950-8629-005977f34966\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_LONG\",\"Name\":\"Surface Location UWI Long\",\"Active\":true,\"FieldInfoDocumentId\":\"c55ef728-6de9-4927-99c0-9895e33fd2bc\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"SURFACE_LOCATION_UWI_TEXT\",\"Name\":\"Surface Location UWI Text\",\"Active\":true,\"FieldInfoDocumentId\":\"a58eb0e8-f074-4e48-b03b-981f17472a9f\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI\",\"Name\":\"Well\",\"Active\":true,\"FieldInfoDocumentId\":\"7f7265d3-e4c0-4012-bf00-24f0273dacde\",\"DataType\":\"UWI\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI_LAT\",\"Name\":\"UWI Latitude\",\"Active\":true,\"FieldInfoDocumentId\":\"9f603be8-5584-4c70-962f-bf0fe7ffea4f\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI_LONG\",\"Name\":\"UWI Longitude\",\"Active\":true,\"FieldInfoDocumentId\":\"d8c740f8-11d3-4720-9117-8c39d7d58aca\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"UWI_TEXT\",\"Name\":\"UWI text\",\"Active\":true,\"FieldInfoDocumentId\":\"94614c82-d351-419d-97b4-ae48513e29fc\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":100,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WELL_DOC\",\"Name\":\"Well Doc\",\"Active\":true,\"FieldInfoDocumentId\":\"8fe6616f-5ac9-42b1-87a2-8f9bd15f467b\",\"DataType\":\"DOCUMENTID\",\"DocumentType\":\"WELL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_WELL_CUSTOM\",\"Fields\":[{\"Id\":\"WELL_DATE\",\"Name\":\"Well Date\",\"Active\":true,\"FieldInfoDocumentId\":\"17e31478-1d25-452f-8a90-1097b66bdce0\",\"DataType\":\"UTCDATETIME\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"WELL_NUM\",\"Name\":\"Well Num\",\"Active\":true,\"FieldInfoDocumentId\":\"d525a2f4-c4fa-4ce9-a7ad-919fc25c1190\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":true,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]},{\"Type\":\"AFE_WI_DETAILS\",\"Fields\":[{\"Id\":\"CAP_COUNT\",\"Name\":\"Cap Count\",\"Active\":true,\"FieldInfoDocumentId\":\"0dcc6724-81a1-4069-a683-6a4f78939158\",\"DataType\":\"NUMBER_INTEGER\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP1_AMOUNT\",\"Name\":\"Cap 1 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"7c5aa4b9-4d83-41c9-ae89-d1c365963d7f\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP1_DESCRIPTION\",\"Name\":\"Cap 1 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"c9480441-1621-4093-b511-6ddcadd3691a\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP10_AMOUNT\",\"Name\":\"Cap 10 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"ab8af11c-855b-4fb7-a63e-ef08978aa24c\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP10_DESCRIPTION\",\"Name\":\"Cap 10 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"75525e68-0cbb-4240-a9e4-93a77ab4ae72\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP2_AMOUNT\",\"Name\":\"Cap 2 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"3c509575-4031-4337-a1f7-62f05c459266\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP2_DESCRIPTION\",\"Name\":\"Cap 2 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"c8bf1bea-463e-4c8b-83ac-98dc3e6869d5\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP3_AMOUNT\",\"Name\":\"Cap 3 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"229fa1f6-9c9c-45f4-8240-68e510af27ee\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP3_DESCRIPTION\",\"Name\":\"Cap 3 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"042dacec-e3fa-4bb4-8e98-5fceb7fdb67d\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP4_AMOUNT\",\"Name\":\"Cap 4 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"62b18bca-cfbf-4913-a6b5-d8b4969999f2\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP4_DESCRIPTION\",\"Name\":\"Cap 4 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"70f397cb-1f76-4808-bb94-c70935094ae4\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP5_AMOUNT\",\"Name\":\"Cap 5 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"1ed47336-8d3e-475d-8328-5b3361a65410\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP5_DESCRIPTION\",\"Name\":\"Cap 5 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"dc25e30b-f944-40b3-93a6-8db6d7ba0abd\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP6_AMOUNT\",\"Name\":\"Cap 6 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"aa9dc59c-bc28-4e05-8003-810febff0f5d\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP6_DESCRIPTION\",\"Name\":\"Cap 6 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"335a15bc-79f9-471f-a940-869f00468990\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP7_AMOUNT\",\"Name\":\"Cap 7 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"eeac3a92-f1ec-460e-b218-5781d300e072\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP7_DESCRIPTION\",\"Name\":\"Cap 7 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"0485c44f-ce79-4204-887f-af9b527d7b8b\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP8_AMOUNT\",\"Name\":\"Cap 8 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"3e904ea2-5e6f-4e2d-9131-2684cea64751\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP8_DESCRIPTION\",\"Name\":\"Cap 8 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"bec4dca2-a0ce-4d67-828d-278034a708b5\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP9_AMOUNT\",\"Name\":\"Cap 9 Amount\",\"Active\":true,\"FieldInfoDocumentId\":\"401a98d0-833b-4822-bd6d-c720889b099f\",\"DataType\":\"NUMBER_DECIMAL\",\"Nullable\":false,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false},{\"Id\":\"CAP9_DESCRIPTION\",\"Name\":\"Cap 9 Description\",\"Active\":true,\"FieldInfoDocumentId\":\"a9b78029-a410-4d4a-87c1-85e09d1956c7\",\"DataType\":\"TEXT\",\"Nullable\":true,\"Size\":500,\"Currency\":false,\"Unit\":\"\",\"Copyable\":true,\"UnzonedDateTime\":false,\"IsCalculated\":false}]}]}}"}],"_postman_id":"d5346ab7-b87d-480a-87e9-7ad9f65ef4a7"}],"id":"e0022227-a0dd-4916-b9a0-3d5bd7c1b762","description":"<p>\"Documents\" in Execute are entities like AFEs, Wells, Sites, Partners, Users, AFE Types, etc.</p>\n<p>Each Document has a unique DocumentID (GUID) that identifies it.</p>\n<p>In general, working with documents involves:</p>\n<ol>\n<li><p>\"open\" the document (typically using its DocumentID), which creates an in-memory working copy of that document. A document can be opened in read-only mode, or for read-write (which takes an exclusive lock on the document). The open call returns a \"DocumentHandle\" which identifies that in-memory copy of the document.</p>\n</li>\n<li><p>Read/write attributes against that in-memory copy of the document.</p>\n</li>\n<li><p>(optionally) Saving any changes</p>\n</li>\n<li><p>Close the document (to release locks and free resources)</p>\n</li>\n</ol>\n","_postman_id":"e0022227-a0dd-4916-b9a0-3d5bd7c1b762","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}}},{"name":"Misc","item":[{"name":"Renew API Key","id":"a0d06a21-75de-470e-a906-f25ce9747968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    /* The API Key's ID to renew */\r\n    \"Id\": \"{{APIKEY_ID}}\",\r\n\r\n    /* Number of days to expire new token, from today */\r\n    \"ExpireDays\": 365\r\n}"},"url":"{{BASE}}/api/Authentication/ApiKey/Renew","description":"<p>The <strong>Renew API</strong> allows you to replace the secret for an API key and extend its expiration date, providing an efficient way to recycle and reuse keys. Changes take effect immediately. Each renewal is recorded in Execute’s audit history, so it is not recommended to perform this operation excessively or at very short intervals.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}},"urlObject":{"path":["api","Authentication","ApiKey","Renew"],"host":["{{BASE}}"],"query":[],"variable":[]}},"response":[{"id":"dfbf028c-e672-4c90-93cc-3e99c8715ae1","name":"Renew API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    /* The API Key's ID to renew */\r\n    \"Id\": \"{{APIKEY_ID}}\",\r\n\r\n    /* Number of days to expire new token, from today */\r\n    \"ExpireDays\": 365\r\n}"},"url":"{{BASE}}/api/Authentication/ApiKey/Renew"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Sep 2025 02:37:48 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Key\": \"b7....ac\",\n    \"ExpiresAt\": \"2026-09-25T02:37:49.0210613Z\"\n}"}],"_postman_id":"a0d06a21-75de-470e-a906-f25ce9747968"}],"id":"9a2b53d2-ba9f-42e5-a142-3bbce19cd2dc","_postman_id":"9a2b53d2-ba9f-42e5-a142-3bbce19cd2dc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","name":"Standard APIs","type":"folder"}}}],"id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7","description":"<p>Execute's standard APIs are the same ones used by the Execute user interface and are optimized for user-interactive session-based usage. However, they can also be used for other purposes. This folder includes general usage information and common examples.</p>\n<p>A few high-level notes about the Execute APIs.</p>\n<ul>\n<li><p>Always an HTTP POST</p>\n</li>\n<li><p>Body and response are <code>Content-Type: application/json</code></p>\n</li>\n<li><p>Errors throw 500s</p>\n</li>\n<li><p>The full list of available APIs can be found at <code>https://{{your-execute-server}}/api/index</code> (note: You may need to enable this in your Execute Settings - Tools &gt; Configuration &gt; Settings</p>\n</li>\n<li><p>Many of the examples here are AFE examples, but would apply to other Document Types such as Wells, Jobs, Sites, Partners, Users, etc.</p>\n</li>\n</ul>\n<p>In general, the flow is:</p>\n<ol>\n<li><p>Extract data using Browse Report queries</p>\n</li>\n<li><p>Perform actions on specific documents</p>\n<ol>\n<li><p>Open the Document using the Document ID (either read-only, or read/write). This returns a DocumentHandle, which must be provided to subsequent document-level API calls, and identifies your in-memory working copy of that document.</p>\n</li>\n<li><p>Perform actions against that document (read values, update fields, etc.)</p>\n</li>\n<li><p>(Optional) Save changes to the document</p>\n</li>\n<li><p>(Required) Close the document (releasing any locks)</p>\n</li>\n</ol>\n</li>\n</ol>\n<p><strong>Authorization:</strong></p>\n<ul>\n<li><p>In Execute 21.1.306 and later, the preferred method is an Authorization header in each request.</p>\n</li>\n<li><p>Execute versions prior to 21.1.306 required explicit <code>Login</code> and <code>Logout</code> calls, and required a separate <code>AuthenticationToken</code> be provided in the POST body for each request. This mechanism is still supported in later versions of Execute for backwards compatibility, but note that API sessions are now managed differently by Execute (specifically, sessions are static per API Key, the one-active-session-per-API-key limit has been removed, and Logout has no effect).</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ef76c461-64a9-4a7c-8b1b-c1aa1b721c6d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"6e9d1fca-0826-4c95-9e6a-734ff1f08a10","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"0b91faf4-9ab7-43ee-bfa9-194bfb791ac7"},{"name":"Document Fetch API","item":[{"name":"Get specific documents by ID","id":"efc38ca8-8c26-46ae-be86-67d9116930a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/fetch/document/?type=AFE&id=88b3acea-e000-4f04-aec7-488a552cbd3a&id=023ee4a6-2ba0-4384-9c00-7db565f6192d&format=list&calc=true","description":"<p>This example retrieves two specific AFEs given their Document IDs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b","id":"4eff85d6-2409-49d4-a8ed-e470a481124b","name":"Document Fetch API","type":"folder"}},"urlObject":{"path":["fetch","document",""],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"AFE"},{"description":{"content":"<p>ID for AFE #1</p>\n","type":"text/plain"},"key":"id","value":"88b3acea-e000-4f04-aec7-488a552cbd3a"},{"description":{"content":"<p>ID for AFE #2</p>\n","type":"text/plain"},"key":"id","value":"023ee4a6-2ba0-4384-9c00-7db565f6192d"},{"description":{"content":"<p>Return this as a JSON list</p>\n","type":"text/plain"},"key":"format","value":"list"},{"description":{"content":"<p>Include calculated field values</p>\n","type":"text/plain"},"key":"calc","value":"true"}],"variable":[]}},"response":[{"id":"4e62750b-cf2c-428b-8d14-1c2218d9a222","name":"Get specific documents by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/fetch/document/?type=AFE&id=88b3acea-e000-4f04-aec7-488a552cbd3a&id=023ee4a6-2ba0-4384-9c00-7db565f6192d&format=list","host":["{{BASE}}"],"path":["fetch","document",""],"query":[{"key":"type","value":"AFE","description":"Document Type of Document(s) to retrieve"},{"key":"id","value":"88b3acea-e000-4f04-aec7-488a552cbd3a","description":"ID for AFE #1"},{"key":"id","value":"023ee4a6-2ba0-4384-9c00-7db565f6192d","description":"ID for AFE #2"},{"key":"format","value":"list","description":"Return this as a JSON list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 08 Aug 2024 16:08:01 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Sync-Highwater-Mark","value":"2024-08-08T16:08:02.6306642Z"},{"key":"X-Sync-Truncated","value":"False"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ACCRUAL_DOC\": {\n            \"DOCUMENT_ID\": \"f241a7f6-ca76-4929-9e0d-ddd7acc8d7d7\",\n            \"DOCUMENT_NAME\": \"f241a7f6-ca76-4929-9e0d-ddd7acc8d7d7\"\n        },\n        \"ACTUAL_DOC\": {\n            \"DOCUMENT_ID\": \"f2bb64a6-4b7c-4847-8f65-a4e056153c2b\",\n            \"DOCUMENT_NAME\": \"f2bb64a6-4b7c-4847-8f65-a4e056153c2b\"\n        },\n        \"AFENUMBER_DOC\": {\n            \"DOCUMENT_ID\": \"10a518c6-a0cf-492f-baf0-7e5659508106\",\n            \"DOCUMENT_NAME\": \"06D117\"\n        },\n        \"APPROVALS\": [\n            {\n                \"APPROVAL_COMMENT\": \"Historical\",\n                \"APPROVAL_DATE\": \"2013-06-28T06:00:00Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2013-06-28T06:00:00Z\",\n                \"LISTITEM_ID\": \"4f49f29b-7e0b-46f1-9d62-65f984dde244\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"f0347e58-ce33-4e42-9abb-8f32cca11b54\",\n                    \"DOCUMENT_NAME\": \"Historical\"\n                },\n                \"TIER\": 1\n            }\n        ],\n        \"APPROVED_GROSS_ESTIMATE\": 275000,\n        \"APPROVED_NET_ESTIMATE\": 220000,\n        \"BASE_CREATION_DATE\": \"2014-10-21T01:42:10Z\",\n        \"BUDGET_YEAR\": 2006,\n        \"CHAIN_GUID\": \"016861d2-a5b4-4bf3-ab9d-a928d725074a\",\n        \"CHAIN_VERSION\": 1,\n        \"CLOSED\": false,\n        \"CREATION_DATE\": \"2014-10-21T01:42:10Z\",\n        \"CREATOR\": {\n            \"DOCUMENT_ID\": \"9ed808f3-e3c8-4156-ab77-91df30ffd95c\",\n            \"DOCUMENT_NAME\": \"Kerry Originator\"\n        },\n        \"CURRENCY_CODE\": \"CAD\",\n        \"CUSTOM\": {\n            \"AFE_ACT_VS_FIELD_EST\": 98400,\n            \"AFE_ACTUALS\": 4821600,\n            \"AFE_ESTIMATE\": 6150000,\n            \"AFE_FIELD_ESTIMATES\": 4920000,\n            \"AFE_PERCENT_SPENT\": 0.8,\n            \"AFE_TYPE\": {\n                \"DOCUMENT_ID\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n                \"DOCUMENT_NAME\": \"DRILLING\"\n            },\n            \"AREA\": {\n                \"DOCUMENT_ID\": \"ee45c613-999d-4a09-a07e-85ef7f55d718\",\n                \"DOCUMENT_NAME\": \"Glenn (4)\"\n            },\n            \"BUDGETED\": false,\n            \"CLASSIFICATION\": {\n                \"DOCUMENT_ID\": \"e573c686-7f31-4ab3-b1df-b2a6d5c9e703\",\n                \"DOCUMENT_NAME\": \"Capital\"\n            },\n            \"DISTRICT\": {\n                \"DOCUMENT_ID\": \"1f2ab037-17b9-4205-a382-27315e2ffee8\",\n                \"DOCUMENT_NAME\": \"West\"\n            },\n            \"OPERATOR_STATUS\": {\n                \"DOCUMENT_ID\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                \"DOCUMENT_NAME\": \"Operated\"\n            },\n            \"STAGE\": {\n                \"DOCUMENT_ID\": \"8ab3363e-834d-4e9c-bc88-64a3f7909e81\",\n                \"DOCUMENT_NAME\": \"AFE\"\n            },\n            \"STATE_PROVINCE\": {\n                \"DOCUMENT_ID\": \"6b08e600-5dae-4a3f-9c55-ecea2f72490d\",\n                \"DOCUMENT_NAME\": \"CA\"\n            },\n            \"TAX_DESIGNATION\": {\n                \"DOCUMENT_ID\": \"5d1e3c09-906e-4a50-a4b1-4cea9a3b49f2\",\n                \"DOCUMENT_NAME\": \"TANGIBLE\"\n            },\n            \"WELL_NAME\": \"MCELROY, J. T. CONS. #1\"\n        },\n        \"DESCRIPTION\": \"Drill MCELROY, J. T. CONS. #1 Kelly Updating\",\n        \"DOCUMENT_ID\": \"88b3acea-e000-4f04-aec7-488a552cbd3a\",\n        \"END_DATE\": \"2013-08-24T07:00:00Z\",\n        \"ESTIMATE\": [\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n                    \"DOCUMENT_NAME\": \"9210.247\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"6d743956-3d15-48b4-9bd3-24c02e7ed94b\",\n                \"GROSS_AMOUNT\": 275000,\n                \"LISTITEM_ID\": \"a826cd79-bb2c-4fe6-bb5d-3a335fe6f3e8\"\n            }\n        ],\n        \"ESTIMATE_CONFIG\": [\n            {\n                \"APPROVED\": true,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"6d743956-3d15-48b4-9bd3-24c02e7ed94b\",\n                \"LISTITEM_ID\": \"22dac04a-4130-4505-bf24-5bb0bde15d58\",\n                \"LOCKED\": false\n            }\n        ],\n        \"ESTIMATE_CONVERSION_DATE\": \"2013-06-28T06:00:00Z\",\n        \"ESTIMATE_VERSION\": [\n            {\n                \"EST_VERSION\": 0,\n                \"HISTORICAL\": false,\n                \"LISTITEM_ID\": \"59748ea9-ea88-4b3b-8cca-60fe6e533c52\"\n            }\n        ],\n        \"EXTERNAL_JUSTIFICATION\": \"To drill the following well\",\n        \"FASTTRACK\": false,\n        \"FIELDCOST_DOC\": {\n            \"DOCUMENT_ID\": \"4b9a321c-c656-40a7-b19a-79a235b3c647\",\n            \"DOCUMENT_NAME\": \"4b9a321c-c656-40a7-b19a-79a235b3c647\"\n        },\n        \"FULL_APPROVAL_DATE\": \"2013-08-09T06:00:00Z\",\n        \"INTERNAL_APPROVAL_DATE\": \"2013-06-28T06:00:00Z\",\n        \"INTERNAL_JUSTIFICATION\": \"Drilling program\",\n        \"IS_REMOVED_VERSION\": false,\n        \"LEGACY_AFEID\": 182,\n        \"LEGACY_CHAINID\": 182,\n        \"MAILBALLOT\": {\n            \"IS_MAILBALLOT\": false\n        },\n        \"OP_NOTICE\": false,\n        \"OPERATING_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"OUR_WI\": 80,\n        \"OWNER\": {\n            \"DOCUMENT_ID\": \"9ed808f3-e3c8-4156-ab77-91df30ffd95c\",\n            \"DOCUMENT_NAME\": \"Kerry Originator\"\n        },\n        \"PARENT_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"PARTNER\": [\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"603ea163-a6b2-4f32-a8c5-67678401bf54\",\n                    \"DOCUMENT_NAME\": \"John Ross Exploration Inc\"\n                },\n                \"LISTITEM_ID\": \"2251c21e-a049-473f-9116-90d63a5024c8\",\n                \"RESPONSE_DATE\": \"2013-08-09T06:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2013-06-29T06:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 20\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                    \"DOCUMENT_NAME\": \"Navigator Corporation\"\n                },\n                \"LISTITEM_ID\": \"6f184a6e-67fd-48ef-bce9-8ab64881a921\",\n                \"RESPONSE_DATE\": \"2013-06-28T06:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2013-06-28T06:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 80\n            }\n        ],\n        \"PRIMARY_WELL\": {\n            \"UWI\": \"04214613070500\",\n            \"UWI_TEXT\": \".904214613070500\"\n        },\n        \"RELEASED_DATE\": \"2013-06-28T06:00:00Z\",\n        \"SILENT_PARTNER_MODE\": {\n            \"DOCUMENT_ID\": \"07c31341-df73-49b3-9000-881ce33b289b\",\n            \"DOCUMENT_NAME\": \"Visible to all other partners\"\n        },\n        \"START_DATE\": \"2013-07-19T07:00:00Z\",\n        \"STATUS\": \"FAPP\",\n        \"STATUS_DESC\": \"Fully Approved\",\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": 0,\n        \"SUPPLEMENTAL_NET_ESTIMATE\": 0,\n        \"TOTAL_GROSS_ESTIMATE\": 275000,\n        \"TOTAL_NET_ESTIMATE\": 220000,\n        \"WELL\": [\n            {\n                \"ISPRIMARY\": true,\n                \"LISTITEM_ID\": \"cadc1f41-3999-42fa-9f57-9234cfa9e836\",\n                \"UWI\": \"04214613070500\",\n                \"UWI_TEXT\": \".904214613070500\"\n            }\n        ],\n        \"WELL_REPORTING_IDENTIFIER\": \"04214613070500\",\n        \"WI_DETAILS\": {\n            \"CAP_COUNT\": 0,\n            \"CAP1_AMOUNT\": 0,\n            \"CAP10_AMOUNT\": 0,\n            \"CAP2_AMOUNT\": 0,\n            \"CAP3_AMOUNT\": 0,\n            \"CAP4_AMOUNT\": 0,\n            \"CAP5_AMOUNT\": 0,\n            \"CAP6_AMOUNT\": 0,\n            \"CAP7_AMOUNT\": 0,\n            \"CAP8_AMOUNT\": 0,\n            \"CAP9_AMOUNT\": 0\n        },\n        \"$TYPE\": \"AFE\",\n        \"$VERSION\": 5,\n        \"$DATE\": \"2024-07-30T03:52:54.4847713Z\",\n        \"$AUTHOR_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"$DELETED\": false,\n        \"$AUTHOR\": \"System Admin\"\n    },\n    {\n        \"ACCRUAL_DOC\": {\n            \"DOCUMENT_ID\": \"02a7e619-bacb-463a-a03b-18ae6ab5f151\",\n            \"DOCUMENT_NAME\": \"02a7e619-bacb-463a-a03b-18ae6ab5f151\"\n        },\n        \"ACTUAL_DOC\": {\n            \"DOCUMENT_ID\": \"266e22d2-dfc0-4cee-abd9-103e5b1b7aa3\",\n            \"DOCUMENT_NAME\": \"266e22d2-dfc0-4cee-abd9-103e5b1b7aa3\"\n        },\n        \"AFENUMBER_DOC\": {\n            \"DOCUMENT_ID\": \"f5947a7f-1d95-4d91-954a-49e272788ab5\",\n            \"DOCUMENT_NAME\": \"06D107\"\n        },\n        \"APPROVALS\": [\n            {\n                \"APPROVAL_COMMENT\": \"Historical\",\n                \"APPROVAL_DATE\": \"2013-06-08T06:00:00Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2013-06-08T06:00:00Z\",\n                \"LISTITEM_ID\": \"5bff48a8-c720-484a-b301-abb072ceaa8b\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"f0347e58-ce33-4e42-9abb-8f32cca11b54\",\n                    \"DOCUMENT_NAME\": \"Historical\"\n                },\n                \"TIER\": 1\n            }\n        ],\n        \"APPROVED_GROSS_ESTIMATE\": 275000,\n        \"APPROVED_NET_ESTIMATE\": 220000,\n        \"BASE_CREATION_DATE\": \"2014-10-01T01:42:10Z\",\n        \"BUDGET_YEAR\": 2006,\n        \"CHAIN_GUID\": \"6fdde0f0-e346-4332-ba86-68e87ba17ed1\",\n        \"CHAIN_VERSION\": 1,\n        \"CLOSED\": false,\n        \"CREATION_DATE\": \"2014-10-01T01:42:10Z\",\n        \"CREATOR\": {\n            \"DOCUMENT_ID\": \"9ed808f3-e3c8-4156-ab77-91df30ffd95c\",\n            \"DOCUMENT_NAME\": \"Kerry Originator\"\n        },\n        \"CURRENCY_CODE\": \"CAD\",\n        \"CUSTOM\": {\n            \"AFE_ACT_VS_FIELD_EST\": 956376,\n            \"AFE_ACTUALS\": 4356824,\n            \"AFE_ESTIMATE\": 7180000,\n            \"AFE_FIELD_ESTIMATES\": 5313200,\n            \"AFE_PERCENT_SPENT\": 0.74,\n            \"AFE_TYPE\": {\n                \"DOCUMENT_ID\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n                \"DOCUMENT_NAME\": \"DRILLING\"\n            },\n            \"AREA\": {\n                \"DOCUMENT_ID\": \"ee45c613-999d-4a09-a07e-85ef7f55d718\",\n                \"DOCUMENT_NAME\": \"Glenn (4)\"\n            },\n            \"BUDGETED\": false,\n            \"CLASSIFICATION\": {\n                \"DOCUMENT_ID\": \"e573c686-7f31-4ab3-b1df-b2a6d5c9e703\",\n                \"DOCUMENT_NAME\": \"Capital\"\n            },\n            \"DISTRICT\": {\n                \"DOCUMENT_ID\": \"1f2ab037-17b9-4205-a382-27315e2ffee8\",\n                \"DOCUMENT_NAME\": \"West\"\n            },\n            \"OPERATOR_STATUS\": {\n                \"DOCUMENT_ID\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                \"DOCUMENT_NAME\": \"Operated\"\n            },\n            \"STAGE\": {\n                \"DOCUMENT_ID\": \"8ab3363e-834d-4e9c-bc88-64a3f7909e81\",\n                \"DOCUMENT_NAME\": \"AFE\"\n            },\n            \"STATE_PROVINCE\": {\n                \"DOCUMENT_ID\": \"6b08e600-5dae-4a3f-9c55-ecea2f72490d\",\n                \"DOCUMENT_NAME\": \"CA\"\n            },\n            \"TAX_DESIGNATION\": {\n                \"DOCUMENT_ID\": \"5d1e3c09-906e-4a50-a4b1-4cea9a3b49f2\",\n                \"DOCUMENT_NAME\": \"TANGIBLE\"\n            },\n            \"WELL_NAME\": \"THIGPEN, CLAUD ET UX #1\"\n        },\n        \"DESCRIPTION\": \"Drill THIGPEN, CLAUD ET UX #1\",\n        \"DOCUMENT_ID\": \"023ee4a6-2ba0-4384-9c00-7db565f6192d\",\n        \"END_DATE\": \"2013-07-19T07:00:00Z\",\n        \"ESTIMATE\": [\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n                    \"DOCUMENT_NAME\": \"9210.247\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"5862e6c8-bc83-45b2-8898-109d18e9e434\",\n                \"GROSS_AMOUNT\": 275000,\n                \"LISTITEM_ID\": \"b834c1fe-8f3c-45a7-9017-5f71e89c1cc6\"\n            }\n        ],\n        \"ESTIMATE_CONFIG\": [\n            {\n                \"APPROVED\": true,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"5862e6c8-bc83-45b2-8898-109d18e9e434\",\n                \"LISTITEM_ID\": \"d417701b-bd49-428c-ba07-27a82bda8fa7\",\n                \"LOCKED\": false\n            }\n        ],\n        \"ESTIMATE_CONVERSION_DATE\": \"2013-06-08T06:00:00Z\",\n        \"ESTIMATE_VERSION\": [\n            {\n                \"EST_VERSION\": 0,\n                \"HISTORICAL\": false,\n                \"LISTITEM_ID\": \"0e25e38d-bee1-429a-8877-42f1e6746bfd\"\n            }\n        ],\n        \"EXTERNAL_JUSTIFICATION\": \"To drill the following well\",\n        \"FASTTRACK\": false,\n        \"FIELDCOST_DOC\": {\n            \"DOCUMENT_ID\": \"c31c336e-481c-4691-b122-e0b4f93795d0\",\n            \"DOCUMENT_NAME\": \"c31c336e-481c-4691-b122-e0b4f93795d0\"\n        },\n        \"FULL_APPROVAL_DATE\": \"2013-07-24T06:00:00Z\",\n        \"INTERNAL_APPROVAL_DATE\": \"2013-06-08T06:00:00Z\",\n        \"INTERNAL_JUSTIFICATION\": \"Drilling program\",\n        \"IS_REMOVED_VERSION\": false,\n        \"LEGACY_AFEID\": 172,\n        \"LEGACY_CHAINID\": 172,\n        \"MAILBALLOT\": {\n            \"IS_MAILBALLOT\": false\n        },\n        \"OP_NOTICE\": false,\n        \"OPERATING_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"OUR_WI\": 80,\n        \"OWNER\": {\n            \"DOCUMENT_ID\": \"9ed808f3-e3c8-4156-ab77-91df30ffd95c\",\n            \"DOCUMENT_NAME\": \"Kerry Originator\"\n        },\n        \"PARENT_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"PARTNER\": [\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"603ea163-a6b2-4f32-a8c5-67678401bf54\",\n                    \"DOCUMENT_NAME\": \"John Ross Exploration Inc\"\n                },\n                \"LISTITEM_ID\": \"67844798-3947-404d-9721-e63b10d721fd\",\n                \"RESPONSE_DATE\": \"2013-07-24T06:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2013-06-09T06:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 20\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                    \"DOCUMENT_NAME\": \"Navigator Corporation\"\n                },\n                \"LISTITEM_ID\": \"bedf2797-e648-4dfd-999c-090d0919e1a6\",\n                \"RESPONSE_DATE\": \"2013-06-08T06:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2013-06-08T06:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 80\n            }\n        ],\n        \"PRIMARY_WELL\": {\n            \"UWI\": \"04211233078000\",\n            \"UWI_TEXT\": \".904211233078000\"\n        },\n        \"RELEASED_DATE\": \"2013-06-08T06:00:00Z\",\n        \"SILENT_PARTNER_MODE\": {\n            \"DOCUMENT_ID\": \"07c31341-df73-49b3-9000-881ce33b289b\",\n            \"DOCUMENT_NAME\": \"Visible to all other partners\"\n        },\n        \"START_DATE\": \"2013-06-19T06:00:00Z\",\n        \"STATUS\": \"REV\",\n        \"STATUS_DESC\": \"Revised\",\n        \"SUPERSEDED_DATE\": \"2024-07-30T16:05:57.2661068Z\",\n        \"SUPERSEDED_STATUS\": \"FAPP\",\n        \"SUPERSEDED_STATUS_DESC\": \"Fully Approved\",\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": 0,\n        \"SUPPLEMENTAL_NET_ESTIMATE\": 0,\n        \"TOTAL_GROSS_ESTIMATE\": 275000,\n        \"TOTAL_NET_ESTIMATE\": 220000,\n        \"WELL\": [\n            {\n                \"ISPRIMARY\": true,\n                \"LISTITEM_ID\": \"ec8674e7-2456-40e8-9b5c-ce12e4fbc20a\",\n                \"UWI\": \"04211233078000\",\n                \"UWI_TEXT\": \".904211233078000\"\n            }\n        ],\n        \"WELL_REPORTING_IDENTIFIER\": \"04211233078000\",\n        \"WI_DETAILS\": {\n            \"CAP_COUNT\": 0,\n            \"CAP1_AMOUNT\": 0,\n            \"CAP10_AMOUNT\": 0,\n            \"CAP2_AMOUNT\": 0,\n            \"CAP3_AMOUNT\": 0,\n            \"CAP4_AMOUNT\": 0,\n            \"CAP5_AMOUNT\": 0,\n            \"CAP6_AMOUNT\": 0,\n            \"CAP7_AMOUNT\": 0,\n            \"CAP8_AMOUNT\": 0,\n            \"CAP9_AMOUNT\": 0\n        },\n        \"$TYPE\": \"AFE\",\n        \"$VERSION\": 7,\n        \"$DATE\": \"2024-07-30T18:20:32.7859605Z\",\n        \"$AUTHOR_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"$DELETED\": false,\n        \"$AUTHOR\": \"System Admin\"\n    }\n]"}],"_postman_id":"efc38ca8-8c26-46ae-be86-67d9116930a1"},{"name":"Get recently modified AFEs, RTX and Wells","id":"d94d5e4f-bd31-4df2-a8d8-f20b651f1fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/fetch/document/?type=AFE&type=RTX&type=WELL&since=2023-07-25T16:41:42.6094132Z","description":"<p>This example retrieves all AFEs, RTX and Wells modified after a specified date.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b","id":"4eff85d6-2409-49d4-a8ed-e470a481124b","name":"Document Fetch API","type":"folder"}},"urlObject":{"path":["fetch","document",""],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"AFE"},{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"RTX"},{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"WELL"},{"description":{"content":"<p>Retrieve all documents modified after...</p>\n","type":"text/plain"},"key":"since","value":"2023-07-25T16:41:42.6094132Z"}],"variable":[]}},"response":[],"_postman_id":"d94d5e4f-bd31-4df2-a8d8-f20b651f1fac"},{"name":"Get recently modified AFEs, RTX and Wells Copy","id":"f93db583-2beb-4739-b6a5-b00e5a2e291e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/fetch/document/?type=AFE&type=RTX&type=WELL&since=2023-07-25T16:41:42.6094132Z","description":"<p>This example retrieves all AFEs, RTX and Wells modified after a specified date.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b","id":"4eff85d6-2409-49d4-a8ed-e470a481124b","name":"Document Fetch API","type":"folder"}},"urlObject":{"path":["fetch","document",""],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"AFE"},{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"RTX"},{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"WELL"},{"description":{"content":"<p>Retrieve all documents modified after...</p>\n","type":"text/plain"},"key":"since","value":"2023-07-25T16:41:42.6094132Z"}],"variable":[]}},"response":[],"_postman_id":"f93db583-2beb-4739-b6a5-b00e5a2e291e"},{"name":"Get recently modified documents","id":"006e7a1c-d24a-4feb-aa04-07e8bb149f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/fetch/document/?since=2024-01-01T21:00:03.4452829Z&limit=100","description":"<p>This example retrieves all documents modified after a specified date.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b","id":"4eff85d6-2409-49d4-a8ed-e470a481124b","name":"Document Fetch API","type":"folder"}},"urlObject":{"path":["fetch","document",""],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Retrieve all modified documents since this date</p>\n","type":"text/plain"},"key":"since","value":"2024-01-01T21:00:03.4452829Z"},{"description":{"content":"<p>Limit results to 100 records</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[]}},"response":[],"_postman_id":"006e7a1c-d24a-4feb-aa04-07e8bb149f41"},{"name":"Get Schema","id":"085c1c27-87a5-451e-aaa0-3b8ead9041dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/fetch/document/schema?type=AFE&type=WELL&calc=true","description":"<p>The schema end-point returns the structure of Execute Document(s) in a machine-readable JSON format.</p>\n<p>You can optionally specify any number of Document Types with the <strong>type</strong> parameter (if no <strong>type</strong> is specified, all Document Types are returned).</p>\n<p>Additionally, you can choose to include calculated fields in the schemas with <strong>calc=true</strong>.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b","id":"4eff85d6-2409-49d4-a8ed-e470a481124b","name":"Document Fetch API","type":"folder"}},"urlObject":{"path":["fetch","document","schema"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Document Type(s) to retrieve schema for</p>\n","type":"text/plain"},"key":"type","value":"AFE"},{"description":{"content":"<p>Document Type(s) to retrieve schema for</p>\n","type":"text/plain"},"key":"type","value":"WELL"},{"description":{"content":"<p>Include calculated fields in schema?</p>\n","type":"text/plain"},"key":"calc","value":"true"}],"variable":[]}},"response":[{"id":"73c83664-bee7-46a5-aa04-e1690084fdb4","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/fetch/document/schema?type=AFE&type=WELL&calc=true","host":["{{BASE}}"],"path":["fetch","document","schema"],"query":[{"key":"type","value":"AFE"},{"key":"type","value":"WELL"},{"key":"calc","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 13 Feb 2025 18:52:54 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"AFE\": {\n        \"ACCRUAL_CALCULATION_DATE\": {\n            \"NAME\": \"Accrual Calculation Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DATE_UNZONED\": true\n        },\n        \"ACCRUAL_DOC\": {\n            \"NAME\": \"Accrual\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"ACCRUAL\"\n        },\n        \"ACTUAL_DOC\": {\n            \"NAME\": \"Incurred\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"ACTUAL\"\n        },\n        \"AFELINK_TRACKING_ID\": {\n            \"NAME\": \"AfeLink Tracking ID\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"AFENUMBER_DOC\": {\n            \"NAME\": \"AFE Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"AFENUMBER\"\n        },\n        \"APPROVALS\": {\n            \"NAME\": \"Approvals\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"APPROVAL_COMMENT\": {\n                    \"NAME\": \"Comment\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 4000\n                },\n                \"APPROVAL_DATE\": {\n                    \"NAME\": \"Status Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"APPROVAL_STATUS\": {\n                    \"NAME\": \"Status\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"STATUS_AFE_APPROVAL\"\n                },\n                \"APPROVING_USER\": {\n                    \"NAME\": \"Approving User\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"USER\"\n                },\n                \"ASSIGNED_DATE\": {\n                    \"NAME\": \"Assigned Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"DURATION\": {\n                    \"NAME\": \"Duration\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true,\n                    \"FORMULA\": null,\n                    \"IS_CALCULATED\": true\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"POSITION\": {\n                    \"NAME\": \"Approving Position\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"POSITION_RULE\"\n                },\n                \"TIER\": {\n                    \"NAME\": \"Tier Number\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": false\n                }\n            }\n        },\n        \"APPROVED_GROSS_ESTIMATE\": {\n            \"NAME\": \"Approved Gross Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"APPROVED_NET_ESTIMATE\": {\n            \"NAME\": \"Approved Net Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"APPROVED_PROJECTS\": {\n            \"NAME\": \"All Projects Approved\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"APPROVERS_COMPLETE\": {\n            \"NAME\": \"Approvers - Completed Count\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"APPROVERS_COUNT\": {\n            \"NAME\": \"Approvers - Total Count\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"AUDIT\": {\n            \"NAME\": \"Audit Events\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"EVENT_DATE\": {\n                    \"NAME\": \"Timestamp\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": false,\n                    \"DATE_UNZONED\": false\n                },\n                \"EVENT_ORDER\": {\n                    \"NAME\": \"Order\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": false\n                },\n                \"EVENT_SOURCE\": {\n                    \"NAME\": \"Source\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": false,\n                    \"SIZE\": 100\n                },\n                \"EVENT_TEXT\": {\n                    \"NAME\": \"Comment\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": false,\n                    \"SIZE\": 4000\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                }\n            }\n        },\n        \"AVAIL_PROJECT_CAPITAL\": {\n            \"NAME\": \"Available Project Capital\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"BASE_CREATION_DATE\": {\n            \"NAME\": \"Creation Date (Base)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": false,\n            \"DATE_UNZONED\": false\n        },\n        \"BASE_CREATION_DATE_DAYS\": {\n            \"NAME\": \"Creation Date (Base) - days ago\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"BUDGET_GROUP\": {\n            \"NAME\": \"Budget Group\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"SIZE\": 2000\n        },\n        \"BUDGET_GROUP_ID\": {\n            \"NAME\": \"Budget Group - Document ID\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"SIZE\": 2000\n        },\n        \"BUDGET_GROUP_NUM\": {\n            \"NAME\": \"Budget Group - Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"SIZE\": 2000\n        },\n        \"BUDGET_MANAGER\": {\n            \"NAME\": \"Budget Manager\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"BUDGET_YEAR\": {\n            \"NAME\": \"Budget Year\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true\n        },\n        \"CARRYOVER\": {\n            \"NAME\": \"Carry Over\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": \"If([TOTAL_GROSS_ESTIMATE] > [YEAREND_FC], [TOTAL_GROSS_ESTIMATE] - [YEAREND_FC], 0.0)\",\n            \"IS_CALCULATED\": true\n        },\n        \"CHAIN_GUID\": {\n            \"NAME\": \"Chain GUID\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"GUID\",\n            \"NULLABLE\": false\n        },\n        \"CHAIN_VERSION\": {\n            \"NAME\": \"Chain Version\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": false\n        },\n        \"CLOSED\": {\n            \"NAME\": \"Closed\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": false\n        },\n        \"CLOSED_DATE\": {\n            \"NAME\": \"Closed Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"CLOSED_REASON\": {\n            \"NAME\": \"Closed Reason\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 2000\n        },\n        \"CLOSED_USER\": {\n            \"NAME\": \"Closed User\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"COMPLETED\": {\n            \"NAME\": \"Completed Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": true\n        },\n        \"CORR_NUMBER\": {\n            \"NAME\": \"Correction Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true\n        },\n        \"CREATION_DATE\": {\n            \"NAME\": \"Creation Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": false,\n            \"DATE_UNZONED\": false\n        },\n        \"CREATION_DATE_DAYS\": {\n            \"NAME\": \"Creation Date - days ago\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"CREATOR\": {\n            \"NAME\": \"Originator\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"CURRENCY_CODE\": {\n            \"NAME\": \"Currency Code\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"CUSTOM\": {\n            \"NAME\": \"Custom\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD\",\n            \"NULLABLE\": false,\n            \"RECORD_TYPE\": {\n                \"AFE_ACT_VS_FIELD_EST\": {\n                    \"NAME\": \"AFE Act vs. Field Est\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"AFE_ACTUALS\": {\n                    \"NAME\": \"AFE Actuals\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"AFE_ESTIMATE\": {\n                    \"NAME\": \"AFE Estimate\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"AFE_ESTIMATE_LASTMOD\": {\n                    \"NAME\": \"AFE Estimate Lastmod\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"AFE_FIELD_ESTIMATES\": {\n                    \"NAME\": \"AFE Field Estimates\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"AFE_PERCENT_SPENT\": {\n                    \"NAME\": \"AFE Percent Spent\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"AFE_TYPE\": {\n                    \"NAME\": \"AFE Type\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_AFE_TYPE\"\n                },\n                \"AREA\": {\n                    \"NAME\": \"Area\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_AREA\"\n                },\n                \"BOTTOM_HOLE_LOCATION_UWI\": {\n                    \"NAME\": \"Bottom Hole Location\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"UWI\",\n                    \"NULLABLE\": true\n                },\n                \"BOTTOM_HOLE_LOCATION_UWI_LAT\": {\n                    \"NAME\": \"Bottom Hole Location Uwi Lat\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"BOTTOM_HOLE_LOCATION_UWI_LONG\": {\n                    \"NAME\": \"Bottom Hole Location Uwi Long\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"BOTTOM_HOLE_LOCATION_UWI_TEXT\": {\n                    \"NAME\": \"Bottom Hole Location Uwi Text\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"BU_APPROVER\": {\n                    \"NAME\": \"BU Approver\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"USER\"\n                },\n                \"BUDGET_NUMBER\": {\n                    \"NAME\": \"Budget Number\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 7\n                },\n                \"BUDGETED\": {\n                    \"NAME\": \"Budgeted\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"CANCEL_AFE\": {\n                    \"NAME\": \"Cancel AFE\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_CANCEL_AFE\"\n                },\n                \"CLASSIFICATION\": {\n                    \"NAME\": \"Classification\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_GNRL7\"\n                },\n                \"COMMENTS\": {\n                    \"NAME\": \"Comments\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"COMMENTS_LASMOD\": {\n                    \"NAME\": \"Comments Lasmod\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"CONVERSION_RATE\": {\n                    \"NAME\": \"Conversion Rate\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"COST_CENTER\": {\n                    \"NAME\": \"Cost Center\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"DISTRICT\": {\n                    \"NAME\": \"District\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_DISTRICT\"\n                },\n                \"DRILL_DEPTH\": {\n                    \"NAME\": \"Drill Depth\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"DRILL_DEPTH_LASTMOD\": {\n                    \"NAME\": \"Drill Depth Lastmod\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"DRILL_TYPE\": {\n                    \"NAME\": \"Drilling Type\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_DRILL_TYPE\"\n                },\n                \"DRILL_TYPE_LASTMOD\": {\n                    \"NAME\": \"Drill Type LastMod\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"EKEY\": {\n                    \"NAME\": \"EKEY\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"END_DATE\": {\n                    \"NAME\": \"End Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"ESTIMATE_DRILL_TIME_DAYS\": {\n                    \"NAME\": \"Estimate Drill Time (days)\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"FLAT_RATE_OVERHEAD\": {\n                    \"NAME\": \"Flat Rate Overhead\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"GENERAL_COMBO\": {\n                    \"NAME\": \"General Combo\",\n                    \"ACTIVE\": false,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_GNRL5\"\n                },\n                \"IN_HOUSE_ENGINEERING\": {\n                    \"NAME\": \"In House Engineering\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_IN_HOUSE_EN\"\n                },\n                \"ION_DUE_DATE\": {\n                    \"NAME\": \"ION Due Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"LAHEE_CODE\": {\n                    \"NAME\": \"Lahee Code\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 10\n                },\n                \"LEASE_NUMBER\": {\n                    \"NAME\": \"Lease Number\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 10\n                },\n                \"MINERAL_FILE_NUMBER\": {\n                    \"NAME\": \"Mineral File Number\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 10\n                },\n                \"OPERATING_AGREEMENT\": {\n                    \"NAME\": \"Operating Agreement\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 10\n                },\n                \"OPERATOR_STATUS\": {\n                    \"NAME\": \"Operator Status\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_OPRTR_STTS\"\n                },\n                \"OVERHEAD_RATE\": {\n                    \"NAME\": \"Overhead Rate\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_OVRHD_RATE\"\n                },\n                \"PIZZA_FLAVOUR\": {\n                    \"NAME\": \"Pizza Flavour\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"PRODUCT\": {\n                    \"NAME\": \"Product\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"SL_PRODUCT\"\n                },\n                \"PROJECT_NUMBER\": {\n                    \"NAME\": \"Project Number\",\n                    \"ACTIVE\": false,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 5\n                },\n                \"RIG_RELEASE_DATE\": {\n                    \"NAME\": \"Rig Release Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"SAMPLE_BOOLEAN\": {\n                    \"NAME\": \"Sample Boolean\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": true\n                },\n                \"SPUD_DATE\": {\n                    \"NAME\": \"Spud Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"SPUD_DATE_LASTMOD\": {\n                    \"NAME\": \"Spud Date LastMod\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"STAGE\": {\n                    \"NAME\": \"Stage\",\n                    \"ACTIVE\": false,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_STAGE\"\n                },\n                \"START_DATE\": {\n                    \"NAME\": \"Start Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"STATE_PROVINCE\": {\n                    \"NAME\": \"State/Province\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_STTE_PRVNCE\"\n                },\n                \"SURFACE_LOCATION_UWI\": {\n                    \"NAME\": \"Surface Location\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"UWI\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_LAT\": {\n                    \"NAME\": \"Surface Location Uwi Lat\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_LONG\": {\n                    \"NAME\": \"Surface Location Uwi Long\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_TEXT\": {\n                    \"NAME\": \"Surface Location Uwi Text\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"TAX_DESIGNATION\": {\n                    \"NAME\": \"Tax Designation\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"LUT_GNRL9\"\n                },\n                \"TEST_FIELD\": {\n                    \"NAME\": \"Test Field\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": true\n                },\n                \"TEST_FORMULA\": {\n                    \"NAME\": \"Test Formula\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"FORMULA\": \"FirstNonEmpty(\\nif(inlist(day([START_DATE]), 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31),\\\"PRIME\\\",null()), \\nif([CUSTOM/AFE_TYPE/VALUE] = \\\"DRILLING\\\",\\\"DR\\\", null()),\\nif([CUSTOM/AFE_TYPE/VALUE] = \\\"COMPLETION\\\",\\\"CM\\\", null()),\\nif([CUSTOM/AFE_TYPE/VALUE] = \\\"WORKOVER\\\" & day([CUSTOM/START_DATE]) = 5,\\\"WO\\\",null()),\\n99\\n)\",\n                    \"IS_CALCULATED\": true,\n                    \"SIZE\": 2000\n                },\n                \"WELL_NAME\": {\n                    \"NAME\": \"Well Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 200\n                }\n            }\n        },\n        \"DESCRIPTION\": {\n            \"NAME\": \"Description\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"DOCUMENT_ID\": {\n            \"NAME\": \"Document Id\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"GUID\",\n            \"NULLABLE\": false\n        },\n        \"END_DATE\": {\n            \"NAME\": \"End Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"ESTIMATE\": {\n            \"NAME\": \"Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"ACCOUNT\": {\n                    \"NAME\": \"Account\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"ACCOUNT\"\n                },\n                \"ESTIMATE_COMMENT\": {\n                    \"NAME\": \"Comment\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 1000\n                },\n                \"ESTIMATE_CONFIG_GUID\": {\n                    \"NAME\": \"Estimate Config ID\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": true\n                },\n                \"GROSS_AMOUNT\": {\n                    \"NAME\": \"Gross Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                }\n            }\n        },\n        \"ESTIMATE_CONFIG\": {\n            \"NAME\": \"Estimate Config\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"APPROVED\": {\n                    \"NAME\": \"Approved\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"END_MONTH\": {\n                    \"NAME\": \"End Month\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"END_YEAR\": {\n                    \"NAME\": \"End Year\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"EST_VERSION\": {\n                    \"NAME\": \"Version\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": false\n                },\n                \"ESTIMATE_CONFIG_GUID\": {\n                    \"NAME\": \"Estimate Config ID\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": true\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"LOCKED\": {\n                    \"NAME\": \"Locked\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"PHASE\": {\n                    \"NAME\": \"Phase\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"ESTIMATE_PHASE\"\n                },\n                \"START_MONTH\": {\n                    \"NAME\": \"Start Month\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"START_YEAR\": {\n                    \"NAME\": \"Start Year\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                }\n            }\n        },\n        \"ESTIMATE_CONVERSION_DATE\": {\n            \"NAME\": \"Estimate Conversion Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": false,\n            \"DATE_UNZONED\": false\n        },\n        \"ESTIMATE_VERSION\": {\n            \"NAME\": \"Estimate Version\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"EST_VERSION\": {\n                    \"NAME\": \"Version\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": false\n                },\n                \"HISTORICAL\": {\n                    \"NAME\": \"Historical\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"VERSION_NAME\": {\n                    \"NAME\": \"Version Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                }\n            }\n        },\n        \"EXTERNAL_JUSTIFICATION\": {\n            \"NAME\": \"External Justification\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"FASTTRACK\": {\n            \"NAME\": \"Fast Track AFE\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": false\n        },\n        \"FIELDCOST_DOC\": {\n            \"NAME\": \"Field Cost\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"FIELDCOST\"\n        },\n        \"FULL_APPROVAL_DATE\": {\n            \"NAME\": \"Full Approval Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"GROSS_ACCRUAL\": {\n            \"NAME\": \"Gross Accrual\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"GROSS_VARIANCE_ACTUALS\": {\n            \"NAME\": \"Gross Variance (Actuals)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"GROSS_VARIANCE_FIELDCOSTS\": {\n            \"NAME\": \"Gross Variance (Field Costs)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"HAS_PROJECT\": {\n            \"NAME\": \"Has Project\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"HOLD_COMMENT\": {\n            \"NAME\": \"Hold Comment\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"SIZE\": 2000\n        },\n        \"HOLD_DATE\": {\n            \"NAME\": \"Hold Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"HOLD_POSITION\": {\n            \"NAME\": \"Hold Position\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DOCUMENT_TYPE\": \"POSITION_RULE\"\n        },\n        \"HOLD_USER\": {\n            \"NAME\": \"Hold User\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"INTERNAL_APPROVAL_DATE\": {\n            \"NAME\": \"Internal Approval Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"INTERNAL_JUSTIFICATION\": {\n            \"NAME\": \"Internal Justification\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"IS_REMOVED_VERSION\": {\n            \"NAME\": \"Is Removed Version\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": false\n        },\n        \"LATEST_APPROVAL_DATE\": {\n            \"NAME\": \"Latest Approval Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"LEGACY_AFEID\": {\n            \"NAME\": \"Legacy AFE ID\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true\n        },\n        \"LEGACY_CHAINID\": {\n            \"NAME\": \"Legacy AFE Chain ID\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true\n        },\n        \"LINKED_FILES\": {\n            \"NAME\": \"Linked Files\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"LINK_DATE\": {\n                    \"NAME\": \"Date Linked\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": false,\n                    \"DATE_UNZONED\": false\n                },\n                \"LINK_USER\": {\n                    \"NAME\": \"Linking User\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"USER\"\n                },\n                \"LINKED_FILE\": {\n                    \"NAME\": \"Linked File\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": false,\n                    \"SIZE\": 1000\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"PRINT_FOR_PARTNERS\": {\n                    \"NAME\": \"Print for Partners\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": true\n                },\n                \"REMARK\": {\n                    \"NAME\": \"Remark\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 1000\n                }\n            }\n        },\n        \"MAILBALLOT\": {\n            \"NAME\": \"Mail Ballot\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"DEEMED_APPROVED_DATE\": {\n                    \"NAME\": \"Deemed Approved Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"GOVERNING_AGREEMENTS\": {\n                    \"NAME\": \"Governing Agreements\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 2000\n                },\n                \"IS_MAILBALLOT\": {\n                    \"NAME\": \"Is Mail Ballot\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"MAIL_BALLOT_MOTION\": {\n                    \"NAME\": \"Mail Ballot Motion\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 2000\n                },\n                \"MAIL_BALLOT_NUMBER\": {\n                    \"NAME\": \"Mail Ballot Number\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"MINIMUM_COST\": {\n                    \"NAME\": \"Minimum Cost\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"PARTNERS_TO_PASS\": {\n                    \"NAME\": \"Partners Required to Pass\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"PARTNERS_TO_REJECT\": {\n                    \"NAME\": \"Partners Required to Reject\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": true\n                },\n                \"WI_TO_PASS\": {\n                    \"NAME\": \"Working Interest Required to Pass\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                }\n            }\n        },\n        \"NET_ACCRUAL\": {\n            \"NAME\": \"Net Accrual\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"NET_VARIANCE_ACTUALS\": {\n            \"NAME\": \"Net Variance (Actuals)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"NET_VARIANCE_FIELDCOSTS\": {\n            \"NAME\": \"Net Variance (Field Costs)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"NEXT_APPROVING_POSITIONS\": {\n            \"NAME\": \"Next Approving Positions\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"NEXT_REVIEWING_POSITIONS\": {\n            \"NAME\": \"Next Reviewing Positions\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"OP_NOTICE\": {\n            \"NAME\": \"Op Notice\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": false\n        },\n        \"OPERATING_COMPANY\": {\n            \"NAME\": \"Operator\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"PARTNER\"\n        },\n        \"OPERATOR_WI\": {\n            \"NAME\": \"Operator WI (%)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"OUR_WI\": {\n            \"NAME\": \"Our WI (%)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"OUTSIDE_AFENUMBER\": {\n            \"NAME\": \"Outside AFE Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        },\n        \"OVERHEAD\": {\n            \"NAME\": \"Overhead\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"EXCLUDE_ACCOUNTS\": {\n                    \"NAME\": \"Exclude Accounts\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"IS_MANUAL_ENTRY\": {\n                    \"NAME\": \"Overhead Method Manual Entry\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"METHOD_CODE\": {\n                    \"NAME\": \"Overhead Method Code\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 2000\n                },\n                \"METHOD_CONFIG\": {\n                    \"NAME\": \"Overhead Method Config\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 2000\n                },\n                \"METHOD_DESCRIPTION\": {\n                    \"NAME\": \"Overhead Method Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 2000\n                },\n                \"METHOD_GUID\": {\n                    \"NAME\": \"Overhead Method Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": true\n                },\n                \"METHOD_NAME\": {\n                    \"NAME\": \"Overhead Method Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 2000\n                },\n                \"OH_ACCOUNT\": {\n                    \"NAME\": \"Overhead Account\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"ACCOUNT\"\n                },\n                \"RULE_GUID\": {\n                    \"NAME\": \"Overhead Rule Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": true\n                }\n            }\n        },\n        \"OVERHEAD_ACCOUNTS\": {\n            \"NAME\": \"Overhead Accounts\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"ACCOUNT_GUID\": {\n                    \"NAME\": \"Referenced Account\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"ACCOUNT\"\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"OH_ACCOUNT\": {\n                    \"NAME\": \"Referenced Account\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"ACCOUNT\"\n                }\n            }\n        },\n        \"OWNER\": {\n            \"NAME\": \"Owner\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"PARENT_COMPANY\": {\n            \"NAME\": \"Parent Company\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"PARTNER\"\n        },\n        \"PARENT_RTD\": {\n            \"NAME\": \"Parent RTD\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"RTD\"\n        },\n        \"PARENT_RTX\": {\n            \"NAME\": \"Parent RTx\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"RTX\"\n        },\n        \"PARTNER\": {\n            \"NAME\": \"Partners\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"CAP1_WI\": {\n                    \"NAME\": \"Cap 1 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP10_WI\": {\n                    \"NAME\": \"Cap 10 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP2_WI\": {\n                    \"NAME\": \"Cap 2 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP3_WI\": {\n                    \"NAME\": \"Cap 3 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP4_WI\": {\n                    \"NAME\": \"Cap 4 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP5_WI\": {\n                    \"NAME\": \"Cap 5 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP6_WI\": {\n                    \"NAME\": \"Cap 6 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP7_WI\": {\n                    \"NAME\": \"Cap 7 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP8_WI\": {\n                    \"NAME\": \"Cap 8 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"CAP9_WI\": {\n                    \"NAME\": \"Cap 9 WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"COMPANY\": {\n                    \"NAME\": \"Company\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"PARTNER\"\n                },\n                \"CUSTOM\": {\n                    \"NAME\": \"Custom\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"RECORD\",\n                    \"NULLABLE\": false,\n                    \"RECORD_TYPE\": {}\n                },\n                \"EARNED_INTEREST\": {\n                    \"NAME\": \"Earned Interest\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"EB_ID\": {\n                    \"NAME\": \"Electronic Balloting ID\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"EB_RESPONSE\": {\n                    \"NAME\": \"Electronic Balloting Response\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"EB_RESPONSE_DATE\": {\n                    \"NAME\": \"Electronic Balloting Response Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"EB_SENT_DATE\": {\n                    \"NAME\": \"Electronic Balloting Sent Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"NET_REVENUE_INTEREST\": {\n                    \"NAME\": \"NRI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"NOTE\": {\n                    \"NAME\": \"Comment\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 4000\n                },\n                \"RESPONSE_DATE\": {\n                    \"NAME\": \"Response Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"REVERTED_WI\": {\n                    \"NAME\": \"Reverted WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SEND_CASHCALL\": {\n                    \"NAME\": \"Cash Call\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"SENT_DATE\": {\n                    \"NAME\": \"Sent Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"SERVICE_NAME\": {\n                    \"NAME\": \"Service Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"SILENT\": {\n                    \"NAME\": \"Silent\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"SILENT_WI_PERCENT\": {\n                    \"NAME\": \"Silent WI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"STATUS\": {\n                    \"NAME\": \"Status\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"STATUS_AFE_PARTNER\"\n                },\n                \"WI_PERCENT\": {\n                    \"NAME\": \"Working Interest\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                }\n            }\n        },\n        \"PELOTONINT\": {\n            \"NAME\": \"Peloton Integration Mapping\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"ALLOCATION_PCT\": {\n                    \"NAME\": \"Allocation\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"ENTITY_NAME\": {\n                    \"NAME\": \"Entity Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 1000\n                },\n                \"ID_ENTITY\": {\n                    \"NAME\": \"Entity ID\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": false,\n                    \"SIZE\": 100\n                },\n                \"ID_JOB\": {\n                    \"NAME\": \"Job ID\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": false,\n                    \"SIZE\": 100\n                },\n                \"ID_SYSTEM\": {\n                    \"NAME\": \"System ID\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": false,\n                    \"SIZE\": 50\n                },\n                \"JOB_NAME\": {\n                    \"NAME\": \"Job Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 1000\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                }\n            }\n        },\n        \"PRIMARY_WELL\": {\n            \"NAME\": \"Primary Well\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"DESCRIPTION\": {\n                    \"NAME\": \"Primary - Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"NAME\": {\n                    \"NAME\": \"Primary - Well Name\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"SURFACE_LOCATION_UWI\": {\n                    \"NAME\": \"Surface Location\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"UWI\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_LAT\": {\n                    \"NAME\": \"Surface Location UWI Lat\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_LONG\": {\n                    \"NAME\": \"Surface Location UWI Long\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_TEXT\": {\n                    \"NAME\": \"Surface Location UWI Text\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"UWI\": {\n                    \"NAME\": \"Primary - UWI\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"UWI\",\n                    \"NULLABLE\": true\n                },\n                \"UWI_LAT\": {\n                    \"NAME\": \"Primary - UWI Latitude\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"UWI_LONG\": {\n                    \"NAME\": \"Primary - UWI Longitude\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"UWI_TEXT\": {\n                    \"NAME\": \"Primary - UWI text\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                }\n            }\n        },\n        \"PROJECT\": {\n            \"NAME\": \"Project Mapping\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"ACTIVITY\": {\n                    \"NAME\": \"Activity\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"PROJ_ACTIVITY\"\n                },\n                \"ALLOCATION_PCT\": {\n                    \"NAME\": \"Allocation\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"PROJECT\": {\n                    \"NAME\": \"Project\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"PROJECT\"\n                }\n            }\n        },\n        \"PROJECT_CAPITAL\": {\n            \"NAME\": \"Total Project Capital\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"RECOMMEND_REJECT\": {\n            \"NAME\": \"Recommend Reject\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"BOOLEAN\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"REJECT_COMMENT\": {\n            \"NAME\": \"Reject Comment\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"SIZE\": 2000\n        },\n        \"REJECT_DATE\": {\n            \"NAME\": \"Reject Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"REJECT_POSITION\": {\n            \"NAME\": \"Reject Position\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DOCUMENT_TYPE\": \"POSITION_RULE\"\n        },\n        \"REJECT_USER\": {\n            \"NAME\": \"Reject User\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"RELEASE_COMMENT\": {\n            \"NAME\": \"Release Comment\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"RELEASE_USER\": {\n            \"NAME\": \"Release User\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"RELEASED_DATE\": {\n            \"NAME\": \"Release Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"REQUIRED_BY_DATE\": {\n            \"NAME\": \"Required by Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"REV_NUMBER\": {\n            \"NAME\": \"Revision Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true\n        },\n        \"REV_SUP_MODE\": {\n            \"NAME\": \"Superseding Mode\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 1\n        },\n        \"REVIEW\": {\n            \"NAME\": \"Ad Hoc Review\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"ASSIGNED_DATE\": {\n                    \"NAME\": \"Assigned Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"DURATION\": {\n                    \"NAME\": \"Duration\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true,\n                    \"FORMULA\": null,\n                    \"IS_CALCULATED\": true\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"REVIEW_COMMENT\": {\n                    \"NAME\": \"Comment\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 4000\n                },\n                \"REVIEW_DATE\": {\n                    \"NAME\": \"Status Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"REVIEW_STATUS\": {\n                    \"NAME\": \"Status\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"STATUS_AFE_ADHOC_REVIEW\"\n                },\n                \"REVIEW_USER\": {\n                    \"NAME\": \"Reviewing User\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"USER\"\n                }\n            }\n        },\n        \"REVIEW_COMPLETED_DATE\": {\n            \"NAME\": \"Review Completed Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"REVIEWERS_COMPLETE\": {\n            \"NAME\": \"Reviewers - Completed Count\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"REVIEWERS_COUNT\": {\n            \"NAME\": \"Reviewers - Total Count\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"ROUTED_COMMENT\": {\n            \"NAME\": \"Route Comment\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 4000\n        },\n        \"ROUTED_DATE\": {\n            \"NAME\": \"Route Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"ROUTED_USER\": {\n            \"NAME\": \"Route User\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"SILENT_PARTNER_MODE\": {\n            \"NAME\": \"Silent Partner Mode\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"SILENT_PARTNER_MODE\"\n        },\n        \"START_DATE\": {\n            \"NAME\": \"Start Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"STATUS\": {\n            \"NAME\": \"Status\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        },\n        \"STATUS_DESC\": {\n            \"NAME\": \"Status - Description\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        },\n        \"SUP_NUMBER\": {\n            \"NAME\": \"Supplement Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true\n        },\n        \"SUPERSEDED_DATE\": {\n            \"NAME\": \"Superseded Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": true,\n            \"DATE_UNZONED\": false\n        },\n        \"SUPERSEDED_STATUS\": {\n            \"NAME\": \"Superseded Status\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        },\n        \"SUPERSEDED_STATUS_DESC\": {\n            \"NAME\": \"Superseded Status - Description\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        },\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": {\n            \"NAME\": \"Supplemental Gross Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"SUPPLEMENTAL_NET_ESTIMATE\": {\n            \"NAME\": \"Supplemental Net Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"SYS_REVIEW\": {\n            \"NAME\": \"System Review\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"ASSIGNED_DATE\": {\n                    \"NAME\": \"Assigned Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"DURATION\": {\n                    \"NAME\": \"Duration\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true,\n                    \"FORMULA\": null,\n                    \"IS_CALCULATED\": true\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"POSITION\": {\n                    \"NAME\": \"Reviewing Position\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"POSITION_RULE\"\n                },\n                \"REVIEW_COMMENT\": {\n                    \"NAME\": \"Comment\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 4000\n                },\n                \"REVIEW_DATE\": {\n                    \"NAME\": \"Status Date\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DATETIME\",\n                    \"NULLABLE\": true,\n                    \"DATE_UNZONED\": false\n                },\n                \"REVIEW_STATUS\": {\n                    \"NAME\": \"Status\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": false,\n                    \"DOCUMENT_TYPE\": \"STATUS_AFE_SYS_REVIEW\"\n                },\n                \"REVIEW_USER\": {\n                    \"NAME\": \"Reviewing User\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"USER\"\n                },\n                \"TIER\": {\n                    \"NAME\": \"Tier Number\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": false\n                }\n            }\n        },\n        \"SYSREVIEWERS_COMPLETE\": {\n            \"NAME\": \"System Reviewers - Completed Count\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"SYSREVIEWERS_COUNT\": {\n            \"NAME\": \"System Reviewers - Total Count\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"INTEGER\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"TOTAL_GROSS_ACTUAL\": {\n            \"NAME\": \"Total Gross Actuals\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"TOTAL_GROSS_ESTIMATE\": {\n            \"NAME\": \"Total Gross Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"TOTAL_GROSS_FIELDCOST\": {\n            \"NAME\": \"Total Gross Field Costs\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"TOTAL_NET_ACTUAL\": {\n            \"NAME\": \"Total Net Actuals\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"TOTAL_NET_ESTIMATE\": {\n            \"NAME\": \"Total Net Estimate\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": false\n        },\n        \"TOTAL_NET_FIELDCOST\": {\n            \"NAME\": \"Total Net Field Costs\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"UPDATED_PROJ_EST\": {\n            \"NAME\": \"Updated Estimate (Accruals)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"UPDATED_PROJ_EST_FC\": {\n            \"NAME\": \"Updated Estimate(Field Costs)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"VERSION_STRING\": {\n            \"NAME\": \"Ver\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 10\n        },\n        \"VN_COST_TYPE\": {\n            \"NAME\": \"Val Nav Cost Type\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"VN_COST_TYPE\"\n        },\n        \"VN_ENTITY\": {\n            \"NAME\": \"Val Nav Entity\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"VN_PLAN\": {\n            \"NAME\": \"Val Nav Plan\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"VN_RESCAT\": {\n            \"NAME\": \"Val Nav Reserve Category\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"VN_SCENARIO\": {\n            \"NAME\": \"Val Nav Scenario\",\n            \"ACTIVE\": false,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"WELL\": {\n            \"NAME\": \"Well\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD LIST\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"BH_LOC\": {\n                    \"NAME\": \"BH Loc.\",\n                    \"ACTIVE\": false,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"CUSTOM\": {\n                    \"NAME\": \"Custom\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"RECORD\",\n                    \"NULLABLE\": false,\n                    \"RECORD_TYPE\": {\n                        \"WELL_DATE\": {\n                            \"NAME\": \"Well Date\",\n                            \"ACTIVE\": true,\n                            \"TYPE\": \"DATETIME\",\n                            \"NULLABLE\": true,\n                            \"DATE_UNZONED\": false\n                        },\n                        \"WELL_NUM\": {\n                            \"NAME\": \"Well Num\",\n                            \"ACTIVE\": true,\n                            \"TYPE\": \"DECIMAL\",\n                            \"NULLABLE\": true\n                        }\n                    }\n                },\n                \"DESCRIPTION\": {\n                    \"NAME\": \"Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"ISPRIMARY\": {\n                    \"NAME\": \"Primary\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"BOOLEAN\",\n                    \"NULLABLE\": false\n                },\n                \"LISTITEM_ID\": {\n                    \"NAME\": \"Listitem Id\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"GUID\",\n                    \"NULLABLE\": false\n                },\n                \"NAME\": {\n                    \"NAME\": \"Well Name\",\n                    \"ACTIVE\": false,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"SURFACE_LOC\": {\n                    \"NAME\": \"Surf. Loc.\",\n                    \"ACTIVE\": false,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"SURFACE_LOCATION_UWI\": {\n                    \"NAME\": \"Surface Location\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"UWI\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_LAT\": {\n                    \"NAME\": \"Surface Location UWI Lat\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_LONG\": {\n                    \"NAME\": \"Surface Location UWI Long\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"SURFACE_LOCATION_UWI_TEXT\": {\n                    \"NAME\": \"Surface Location UWI Text\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"UWI\": {\n                    \"NAME\": \"Well\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"UWI\",\n                    \"NULLABLE\": true\n                },\n                \"UWI_LAT\": {\n                    \"NAME\": \"UWI Latitude\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"UWI_LONG\": {\n                    \"NAME\": \"UWI Longitude\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": true\n                },\n                \"UWI_TEXT\": {\n                    \"NAME\": \"UWI text\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 100\n                },\n                \"WELL_DOC\": {\n                    \"NAME\": \"Well Doc\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DOCUMENT\",\n                    \"NULLABLE\": true,\n                    \"DOCUMENT_TYPE\": \"WELL\"\n                }\n            }\n        },\n        \"WELL_LIST_TITLE\": {\n            \"NAME\": \"Well List Title\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"WELL_REPORTING_IDENTIFIER\": {\n            \"NAME\": \"Well Identifier\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"WI_DETAILS\": {\n            \"NAME\": \"Working Interest Details\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD\",\n            \"NULLABLE\": true,\n            \"RECORD_TYPE\": {\n                \"CAP_COUNT\": {\n                    \"NAME\": \"Cap Count\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"INTEGER\",\n                    \"NULLABLE\": false\n                },\n                \"CAP1_AMOUNT\": {\n                    \"NAME\": \"Cap 1 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP1_DESCRIPTION\": {\n                    \"NAME\": \"Cap 1 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP10_AMOUNT\": {\n                    \"NAME\": \"Cap 10 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP10_DESCRIPTION\": {\n                    \"NAME\": \"Cap 10 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP2_AMOUNT\": {\n                    \"NAME\": \"Cap 2 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP2_DESCRIPTION\": {\n                    \"NAME\": \"Cap 2 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP3_AMOUNT\": {\n                    \"NAME\": \"Cap 3 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP3_DESCRIPTION\": {\n                    \"NAME\": \"Cap 3 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP4_AMOUNT\": {\n                    \"NAME\": \"Cap 4 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP4_DESCRIPTION\": {\n                    \"NAME\": \"Cap 4 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP5_AMOUNT\": {\n                    \"NAME\": \"Cap 5 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP5_DESCRIPTION\": {\n                    \"NAME\": \"Cap 5 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP6_AMOUNT\": {\n                    \"NAME\": \"Cap 6 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP6_DESCRIPTION\": {\n                    \"NAME\": \"Cap 6 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP7_AMOUNT\": {\n                    \"NAME\": \"Cap 7 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP7_DESCRIPTION\": {\n                    \"NAME\": \"Cap 7 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP8_AMOUNT\": {\n                    \"NAME\": \"Cap 8 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP8_DESCRIPTION\": {\n                    \"NAME\": \"Cap 8 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                },\n                \"CAP9_AMOUNT\": {\n                    \"NAME\": \"Cap 9 Amount\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"DECIMAL\",\n                    \"NULLABLE\": false\n                },\n                \"CAP9_DESCRIPTION\": {\n                    \"NAME\": \"Cap 9 Description\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 500\n                }\n            }\n        },\n        \"YEAREND\": {\n            \"NAME\": \"Yearend (Accruals)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        },\n        \"YEAREND_FC\": {\n            \"NAME\": \"Yearend (Field Costs)\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true,\n            \"FORMULA\": null,\n            \"IS_CALCULATED\": true\n        }\n    },\n    \"WELL\": {\n        \"BOTTOM_HOLE_UWI\": {\n            \"NAME\": \"Bottom Hole UWI\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"UWI\",\n            \"NULLABLE\": true\n        },\n        \"BOTTOM_HOLE_UWI_LAT\": {\n            \"NAME\": \"Bottom Hole UWI Lat\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true\n        },\n        \"BOTTOM_HOLE_UWI_LONG\": {\n            \"NAME\": \"Bottom Hole UWI Long\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true\n        },\n        \"BOTTOM_HOLE_UWI_TEXT\": {\n            \"NAME\": \"Bottom Hole UWI Text\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"CREATED_DATE\": {\n            \"NAME\": \"Created Date\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DATETIME\",\n            \"NULLABLE\": false,\n            \"DATE_UNZONED\": false\n        },\n        \"CREATOR\": {\n            \"NAME\": \"Creator\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"CUSTOM\": {\n            \"NAME\": \"Custom\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"RECORD\",\n            \"NULLABLE\": false,\n            \"RECORD_TYPE\": {\n                \"EKEY\": {\n                    \"NAME\": \"EKEY\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"TEXT\",\n                    \"NULLABLE\": true,\n                    \"SIZE\": 50\n                },\n                \"EXT\": {\n                    \"NAME\": \"Ext\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"RECORD\",\n                    \"NULLABLE\": true,\n                    \"RECORD_TYPE\": {\n                        \"LOCATION\": {\n                            \"NAME\": \"Location\",\n                            \"ACTIVE\": true,\n                            \"TYPE\": \"TEXT\",\n                            \"NULLABLE\": true,\n                            \"SIZE\": 50\n                        },\n                        \"SEGMENTS\": {\n                            \"NAME\": \"Segments\",\n                            \"ACTIVE\": true,\n                            \"TYPE\": \"RECORD LIST\",\n                            \"NULLABLE\": true,\n                            \"RECORD_TYPE\": {\n                                \"LISTITEM_ID\": {\n                                    \"NAME\": \"Listitem Id\",\n                                    \"ACTIVE\": true,\n                                    \"TYPE\": \"GUID\",\n                                    \"NULLABLE\": false\n                                }\n                            }\n                        }\n                    }\n                },\n                \"GEO\": {\n                    \"NAME\": \"Geo\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"RECORD\",\n                    \"NULLABLE\": true,\n                    \"RECORD_TYPE\": {\n                        \"ADDITIONAL_FIELD\": {\n                            \"NAME\": \"Additional Field\",\n                            \"ACTIVE\": true,\n                            \"TYPE\": \"TEXT\",\n                            \"NULLABLE\": true,\n                            \"SIZE\": 50\n                        }\n                    }\n                },\n                \"LAND\": {\n                    \"NAME\": \"Land\",\n                    \"ACTIVE\": true,\n                    \"TYPE\": \"RECORD\",\n                    \"NULLABLE\": true,\n                    \"RECORD_TYPE\": {\n                        \"TEST\": {\n                            \"NAME\": \"test\",\n                            \"ACTIVE\": true,\n                            \"TYPE\": \"TEXT\",\n                            \"NULLABLE\": true,\n                            \"SIZE\": 50\n                        }\n                    }\n                }\n            }\n        },\n        \"DOCUMENT_ID\": {\n            \"NAME\": \"Document Id\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"GUID\",\n            \"NULLABLE\": false\n        },\n        \"NAME\": {\n            \"NAME\": \"Name\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        },\n        \"OWNER\": {\n            \"NAME\": \"Owner\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": false,\n            \"DOCUMENT_TYPE\": \"USER\"\n        },\n        \"PAD\": {\n            \"NAME\": \"Pad\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DOCUMENT\",\n            \"NULLABLE\": true,\n            \"DOCUMENT_TYPE\": \"SITE\"\n        },\n        \"SURFACE_UWI\": {\n            \"NAME\": \"Surface UWI\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"UWI\",\n            \"NULLABLE\": true\n        },\n        \"SURFACE_UWI_LAT\": {\n            \"NAME\": \"Surface UWI Lat\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true\n        },\n        \"SURFACE_UWI_LONG\": {\n            \"NAME\": \"Surface UWI Long\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"DECIMAL\",\n            \"NULLABLE\": true\n        },\n        \"SURFACE_UWI_TEXT\": {\n            \"NAME\": \"Surface UWI Text\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 100\n        },\n        \"WELL_NUMBER\": {\n            \"NAME\": \"Well Number\",\n            \"ACTIVE\": true,\n            \"TYPE\": \"TEXT\",\n            \"NULLABLE\": true,\n            \"SIZE\": 50\n        }\n    }\n}"}],"_postman_id":"085c1c27-87a5-451e-aaa0-3b8ead9041dc"},{"name":"Filter by Report","id":"7bd7990a-bc0a-46e7-ba4c-3d328a62e087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/fetch/document/?type=AFE&report=AFEsApprovedByMe&since=2023-07-25T16:41:42.6094132Z&format=list","description":"<p>This example retrieves recently modified AFEs which are included in the \"AFEsApprovedByMe\" report (where \"me\" = the API Key user).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b","id":"4eff85d6-2409-49d4-a8ed-e470a481124b","name":"Document Fetch API","type":"folder"}},"urlObject":{"path":["fetch","document",""],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Document Type of Document(s) to retrieve</p>\n","type":"text/plain"},"key":"type","value":"AFE"},{"description":{"content":"<p>Only AFEs in the Approved by Me Report</p>\n","type":"text/plain"},"key":"report","value":"AFEsApprovedByMe"},{"description":{"content":"<p>Retrieve all documents modified after...</p>\n","type":"text/plain"},"key":"since","value":"2023-07-25T16:41:42.6094132Z"},{"description":{"content":"<p>Results as a JSON list</p>\n","type":"text/plain"},"key":"format","value":"list"}],"variable":[]}},"response":[{"id":"e78c6d4b-2648-4379-a5f0-ddb585e8c954","name":"Filter by Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/fetch/document/?type=AFE&report=AFEsApprovedByMe&since=2023-07-25T16:41:42.6094132Z&format=list","host":["{{BASE}}"],"path":["fetch","document",""],"query":[{"key":"type","value":"AFE","description":"Document Type of Document(s) to retrieve"},{"key":"report","value":"AFEsApprovedByMe","description":"Only AFEs in the Approved by Me Report"},{"key":"since","value":"2023-07-25T16:41:42.6094132Z","description":"Retrieve all documents modified after..."},{"key":"format","value":"list","description":"Results as a JSON list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 08 Aug 2024 16:08:26 GMT"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive, nosnippet"},{"key":"X-Sync-Highwater-Mark","value":"2024-08-08T16:08:27.1477762Z"},{"key":"X-Sync-Truncated","value":"False"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ACCRUAL_DOC\": {\n            \"DOCUMENT_ID\": \"25097be9-6d19-4cb6-bf68-100cb589c0bb\",\n            \"DOCUMENT_NAME\": \"25097be9-6d19-4cb6-bf68-100cb589c0bb\"\n        },\n        \"ACTUAL_DOC\": {\n            \"DOCUMENT_ID\": \"458160b7-ab7a-407d-af16-2b240e0ebeb4\",\n            \"DOCUMENT_NAME\": \"458160b7-ab7a-407d-af16-2b240e0ebeb4\"\n        },\n        \"AFENUMBER_DOC\": {\n            \"DOCUMENT_ID\": \"203db6dd-3823-42dc-804d-0bcef4adf88e\",\n            \"DOCUMENT_NAME\": \"07D013\"\n        },\n        \"APPROVALS\": [\n            {\n                \"APPROVAL_COMMENT\": \"Historical\",\n                \"APPROVAL_DATE\": \"2013-12-09T07:00:00Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2013-12-09T07:00:00Z\",\n                \"LISTITEM_ID\": \"253469f1-9b03-45ee-af99-4ad8742cfabb\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"f0347e58-ce33-4e42-9abb-8f32cca11b54\",\n                    \"DOCUMENT_NAME\": \"Historical\"\n                },\n                \"TIER\": 1\n            }\n        ],\n        \"APPROVED_GROSS_ESTIMATE\": 100000,\n        \"APPROVED_NET_ESTIMATE\": 70000,\n        \"BASE_CREATION_DATE\": \"2015-04-02T00:42:10Z\",\n        \"BUDGET_YEAR\": 2007,\n        \"CHAIN_GUID\": \"ec626668-b85e-4d72-900d-36c341fca754\",\n        \"CHAIN_VERSION\": 1,\n        \"CLOSED\": false,\n        \"CREATION_DATE\": \"2015-04-02T00:42:10Z\",\n        \"CREATOR\": {\n            \"DOCUMENT_ID\": \"026f6b78-3aea-4830-a147-84de62b29706\",\n            \"DOCUMENT_NAME\": \"Bennie Originator\"\n        },\n        \"CURRENCY_CODE\": \"CAD\",\n        \"CUSTOM\": {\n            \"AFE_ACT_VS_FIELD_EST\": 625680,\n            \"AFE_ACTUALS\": 1981320,\n            \"AFE_ESTIMATE\": 7900000,\n            \"AFE_FIELD_ESTIMATES\": 2607000,\n            \"AFE_PERCENT_SPENT\": 0.33,\n            \"AFE_TYPE\": {\n                \"DOCUMENT_ID\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n                \"DOCUMENT_NAME\": \"DRILLING\"\n            },\n            \"AREA\": {\n                \"DOCUMENT_ID\": \"30da5dd9-14f6-4689-bdbc-e01c3bb7a857\",\n                \"DOCUMENT_NAME\": \"Plain Lake\"\n            },\n            \"BUDGETED\": false,\n            \"CLASSIFICATION\": {\n                \"DOCUMENT_ID\": \"13ca0861-f537-44be-a685-e418796584d7\",\n                \"DOCUMENT_NAME\": \"Expense\"\n            },\n            \"COST_CENTER\": \"325641\",\n            \"DISTRICT\": {\n                \"DOCUMENT_ID\": \"8d9c68c8-60d0-4082-b2ef-9eef01b67e4e\",\n                \"DOCUMENT_NAME\": \"North\"\n            },\n            \"EKEY\": \"123456789\",\n            \"OPERATOR_STATUS\": {\n                \"DOCUMENT_ID\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                \"DOCUMENT_NAME\": \"Operated\"\n            },\n            \"STAGE\": {\n                \"DOCUMENT_ID\": \"8ab3363e-834d-4e9c-bc88-64a3f7909e81\",\n                \"DOCUMENT_NAME\": \"AFE\"\n            },\n            \"STATE_PROVINCE\": {\n                \"DOCUMENT_ID\": \"8164844b-79b4-455c-9a27-996f44d29c40\",\n                \"DOCUMENT_NAME\": \"AB\"\n            },\n            \"TAX_DESIGNATION\": {\n                \"DOCUMENT_ID\": \"25ff9eff-bf6d-4ab9-acab-59656543273d\",\n                \"DOCUMENT_NAME\": \"COGPE\"\n            },\n            \"WELL_NAME\": \"PLAIN LAKE 02-25\"\n        },\n        \"DESCRIPTION\": \"DRILLING\",\n        \"DOCUMENT_ID\": \"06a98fb0-347a-4373-8423-7e68bb0d761c\",\n        \"END_DATE\": \"2014-06-09T06:00:00Z\",\n        \"ESTIMATE\": [\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n                    \"DOCUMENT_NAME\": \"9210.247\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"4ef25fd0-5ca1-479a-8d12-82cd312f0c76\",\n                \"GROSS_AMOUNT\": 100000,\n                \"LISTITEM_ID\": \"daff49d7-3653-4e77-a2fc-2d2c764965c9\"\n            }\n        ],\n        \"ESTIMATE_CONFIG\": [\n            {\n                \"APPROVED\": true,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"4ef25fd0-5ca1-479a-8d12-82cd312f0c76\",\n                \"LISTITEM_ID\": \"490b2ad2-e361-4ed1-9061-4c48288c479f\",\n                \"LOCKED\": false\n            }\n        ],\n        \"ESTIMATE_CONVERSION_DATE\": \"2013-12-08T06:00:00Z\",\n        \"ESTIMATE_VERSION\": [\n            {\n                \"EST_VERSION\": 0,\n                \"HISTORICAL\": false,\n                \"LISTITEM_ID\": \"f61af854-6d37-4485-ad3c-7f1a420bae09\"\n            }\n        ],\n        \"EXTERNAL_JUSTIFICATION\": \"Funds are required for the drilling of the well\",\n        \"FASTTRACK\": false,\n        \"FIELDCOST_DOC\": {\n            \"DOCUMENT_ID\": \"8a85220e-63ee-4e3f-8a50-d279a546a947\",\n            \"DOCUMENT_NAME\": \"8a85220e-63ee-4e3f-8a50-d279a546a947\"\n        },\n        \"FULL_APPROVAL_DATE\": \"2012-12-27T07:00:00Z\",\n        \"INTERNAL_APPROVAL_DATE\": \"2013-12-09T07:00:00Z\",\n        \"INTERNAL_JUSTIFICATION\": \"Funds are required for the drilling of the well\",\n        \"IS_REMOVED_VERSION\": false,\n        \"LEGACY_AFEID\": 24,\n        \"LEGACY_CHAINID\": 24,\n        \"MAILBALLOT\": {\n            \"IS_MAILBALLOT\": false\n        },\n        \"OP_NOTICE\": false,\n        \"OPERATING_COMPANY\": {\n            \"DOCUMENT_ID\": \"bd20fdec-90bb-4a67-b818-eaba0de45e4a\",\n            \"DOCUMENT_NAME\": \"Navigator Exploration\"\n        },\n        \"OUR_WI\": 70,\n        \"OWNER\": {\n            \"DOCUMENT_ID\": \"026f6b78-3aea-4830-a147-84de62b29706\",\n            \"DOCUMENT_NAME\": \"Bennie Originator\"\n        },\n        \"PARENT_COMPANY\": {\n            \"DOCUMENT_ID\": \"bd20fdec-90bb-4a67-b818-eaba0de45e4a\",\n            \"DOCUMENT_NAME\": \"Navigator Exploration\"\n        },\n        \"PARTNER\": [\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"bd20fdec-90bb-4a67-b818-eaba0de45e4a\",\n                    \"DOCUMENT_NAME\": \"Navigator Exploration\"\n                },\n                \"LISTITEM_ID\": \"01bde8a0-0cae-4765-8173-f6326afb43ca\",\n                \"RESPONSE_DATE\": \"2012-12-27T07:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2012-12-08T07:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 70\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"db525f29-4829-46e9-930d-df593959985c\",\n                    \"DOCUMENT_NAME\": \"Emerald Energy Trust\"\n                },\n                \"LISTITEM_ID\": \"15dbb9ab-054c-4ab6-9f7b-e992eb270444\",\n                \"RESPONSE_DATE\": \"2012-12-27T07:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2012-12-08T07:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 30\n            }\n        ],\n        \"PRIMARY_WELL\": {\n            \"DESCRIPTION\": \"DRILLING\",\n            \"UWI\": \"100/02-25-053-11W4/00\",\n            \"UWI_LAT\": 53.6007092418324,\n            \"UWI_LONG\": -111.488593467654,\n            \"UWI_TEXT\": \"A140531125020000\"\n        },\n        \"RELEASED_DATE\": \"2013-12-09T07:00:00Z\",\n        \"SILENT_PARTNER_MODE\": {\n            \"DOCUMENT_ID\": \"07c31341-df73-49b3-9000-881ce33b289b\",\n            \"DOCUMENT_NAME\": \"Visible to all other partners\"\n        },\n        \"START_DATE\": \"2014-01-22T06:00:00Z\",\n        \"STATUS\": \"FAPP\",\n        \"STATUS_DESC\": \"Fully Approved\",\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": 0,\n        \"SUPPLEMENTAL_NET_ESTIMATE\": 0,\n        \"TOTAL_GROSS_ESTIMATE\": 100000,\n        \"TOTAL_NET_ESTIMATE\": 70000,\n        \"WELL\": [\n            {\n                \"DESCRIPTION\": \"DRILLING\",\n                \"ISPRIMARY\": true,\n                \"LISTITEM_ID\": \"738cfa33-63eb-47d2-b9f7-438d9250fb25\",\n                \"UWI\": \"100/02-25-053-11W4/00\",\n                \"UWI_LAT\": 53.6007092418324,\n                \"UWI_LONG\": -111.488593467654,\n                \"UWI_TEXT\": \"A140531125020000\"\n            }\n        ],\n        \"WELL_REPORTING_IDENTIFIER\": \"100/02-25-053-11W4/00\",\n        \"WI_DETAILS\": {\n            \"CAP_COUNT\": 0,\n            \"CAP1_AMOUNT\": 0,\n            \"CAP10_AMOUNT\": 0,\n            \"CAP2_AMOUNT\": 0,\n            \"CAP3_AMOUNT\": 0,\n            \"CAP4_AMOUNT\": 0,\n            \"CAP5_AMOUNT\": 0,\n            \"CAP6_AMOUNT\": 0,\n            \"CAP7_AMOUNT\": 0,\n            \"CAP8_AMOUNT\": 0,\n            \"CAP9_AMOUNT\": 0\n        },\n        \"$TYPE\": \"AFE\",\n        \"$VERSION\": 5,\n        \"$DATE\": \"2023-11-14T13:15:06.524095Z\",\n        \"$AUTHOR_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"$DELETED\": false,\n        \"$AUTHOR\": \"System Admin\"\n    },\n    {\n        \"ACCRUAL_DOC\": {\n            \"DOCUMENT_ID\": \"85a49b13-803b-4075-ada2-4d78cf46feca\",\n            \"DOCUMENT_NAME\": \"85a49b13-803b-4075-ada2-4d78cf46feca\"\n        },\n        \"ACTUAL_DOC\": {\n            \"DOCUMENT_ID\": \"125bdd59-03ba-4340-abd9-a274992966f0\",\n            \"DOCUMENT_NAME\": \"125bdd59-03ba-4340-abd9-a274992966f0\"\n        },\n        \"AFENUMBER_DOC\": {\n            \"DOCUMENT_ID\": \"7d1db5f5-3704-415d-83be-453b1a29dfa4\",\n            \"DOCUMENT_NAME\": \"23D001\"\n        },\n        \"APPROVALS\": [\n            {\n                \"APPROVAL_DATE\": \"2024-03-28T20:33:20.809344Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-03-28T20:33:06.755938Z\",\n                \"LISTITEM_ID\": \"c788b38b-b86c-4ba8-9ebd-a3655f66b899\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"615755b2-a313-4e3f-85c8-e94436530f21\",\n                    \"DOCUMENT_NAME\": \"Exploration Manager\"\n                },\n                \"TIER\": 1\n            },\n            {\n                \"APPROVAL_DATE\": \"2024-03-28T20:33:20.80935Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-03-28T20:33:06.755946Z\",\n                \"LISTITEM_ID\": \"b451504f-1a5d-4bca-bf2b-9f2593193fa4\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"c65646b0-f8e3-4c6e-ac5c-660041491cf8\",\n                    \"DOCUMENT_NAME\": \"Land Manager - West\"\n                },\n                \"TIER\": 1\n            },\n            {\n                \"APPROVAL_DATE\": \"2024-03-28T20:33:20.809352Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-03-28T20:33:06.755952Z\",\n                \"LISTITEM_ID\": \"7e23fc2b-5ed4-4403-b693-0d2aaa84d81b\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"c6e0dfbe-b3f5-4b1a-b6d1-c768a5606dab\",\n                    \"DOCUMENT_NAME\": \"Production Manager - West\"\n                },\n                \"TIER\": 1\n            },\n            {\n                \"APPROVAL_DATE\": \"2024-03-28T20:33:23.47199Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-03-28T20:33:20.810785Z\",\n                \"LISTITEM_ID\": \"1c831eb0-c3ca-467e-9855-f80f6cbcd63d\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"49d0036c-fcb1-4f4d-8841-9ac3a750ca90\",\n                    \"DOCUMENT_NAME\": \"VP Operation - West\"\n                },\n                \"TIER\": 2\n            }\n        ],\n        \"APPROVED_GROSS_ESTIMATE\": 3,\n        \"APPROVED_NET_ESTIMATE\": 1.4336031,\n        \"AUDIT\": [\n            {\n                \"EVENT_DATE\": \"2024-03-28T20:33:06.758317Z\",\n                \"EVENT_ORDER\": 1,\n                \"EVENT_SOURCE\": \"RELEASE\",\n                \"EVENT_TEXT\": \"Release for Approval\",\n                \"LISTITEM_ID\": \"bb527d7d-3140-40c3-9ac0-8afba8e8d378\"\n            }\n        ],\n        \"BASE_CREATION_DATE\": \"2022-05-10T17:39:09.763Z\",\n        \"BUDGET_YEAR\": 2023,\n        \"CHAIN_GUID\": \"0094f9ee-9ab6-4c6b-b276-7f1911122dd4\",\n        \"CHAIN_VERSION\": 1,\n        \"CLOSED\": false,\n        \"CREATION_DATE\": \"2022-05-10T17:39:09.8Z\",\n        \"CREATOR\": {\n            \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n            \"DOCUMENT_NAME\": \"System Admin\"\n        },\n        \"CURRENCY_CODE\": \"CAD\",\n        \"CUSTOM\": {\n            \"AFE_TYPE\": {\n                \"DOCUMENT_ID\": \"b113881f-740a-4cdc-8691-3567ba9fdbb4\",\n                \"DOCUMENT_NAME\": \"DRILL & COMPLETE\"\n            },\n            \"AREA\": {\n                \"DOCUMENT_ID\": \"50aa7e02-386b-4fb5-8042-b1466559e908\",\n                \"DOCUMENT_NAME\": \"Alamosa (05)\"\n            },\n            \"BUDGETED\": false,\n            \"DISTRICT\": {\n                \"DOCUMENT_ID\": \"942764d5-7cc0-454e-bacd-107a22bb0d07\",\n                \"DOCUMENT_NAME\": \"Central\"\n            },\n            \"OPERATOR_STATUS\": {\n                \"DOCUMENT_ID\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                \"DOCUMENT_NAME\": \"Operated\"\n            },\n            \"SAMPLE_BOOLEAN\": false,\n            \"STATE_PROVINCE\": {\n                \"DOCUMENT_ID\": \"febaad23-a67a-4938-8497-d57134bf7b00\",\n                \"DOCUMENT_NAME\": \"BC\"\n            }\n        },\n        \"DESCRIPTION\": \"1 please\",\n        \"DOCUMENT_ID\": \"1c810ee0-aae5-45af-9f77-7d05be51032e\",\n        \"ESTIMATE\": [\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"4f3fe625-e197-454c-ac53-72764cc08163\",\n                    \"DOCUMENT_NAME\": \"9210.201\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"222b8f8a-b462-471c-9675-3fdd2daaaf4b\",\n                \"GROSS_AMOUNT\": 1,\n                \"LISTITEM_ID\": \"7c84714d-b999-4068-b609-4b1b56e033eb\"\n            },\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"4f3fe625-e197-454c-ac53-72764cc08163\",\n                    \"DOCUMENT_NAME\": \"9210.201\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"42b3770a-fcc7-4816-a1ba-cfb34cf24072\",\n                \"GROSS_AMOUNT\": 2,\n                \"LISTITEM_ID\": \"59c5956c-3f1b-4589-b964-c16a92646c66\"\n            }\n        ],\n        \"ESTIMATE_CONFIG\": [\n            {\n                \"APPROVED\": true,\n                \"END_MONTH\": 12,\n                \"END_YEAR\": 2024,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"42b3770a-fcc7-4816-a1ba-cfb34cf24072\",\n                \"LISTITEM_ID\": \"6fc8fda3-8c74-48dd-ac69-51bebc8a585f\",\n                \"LOCKED\": false,\n                \"START_MONTH\": 1,\n                \"START_YEAR\": 2024\n            },\n            {\n                \"APPROVED\": true,\n                \"END_MONTH\": 3,\n                \"END_YEAR\": 2025,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"8e56c614-b7a2-41e5-af41-20ad464023eb\",\n                \"LISTITEM_ID\": \"7acd5eaf-b161-44c6-b736-c8d04bcc4328\",\n                \"LOCKED\": false,\n                \"START_MONTH\": 3,\n                \"START_YEAR\": 2025\n            },\n            {\n                \"APPROVED\": true,\n                \"END_MONTH\": 4,\n                \"END_YEAR\": 2025,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"f0cdbca9-dc0a-4e98-9a2a-cdea2a0aaed1\",\n                \"LISTITEM_ID\": \"00a5aede-a33a-4210-976b-cf56ddc80094\",\n                \"LOCKED\": false,\n                \"START_MONTH\": 4,\n                \"START_YEAR\": 2025\n            },\n            {\n                \"APPROVED\": true,\n                \"END_MONTH\": 12,\n                \"END_YEAR\": 2023,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"222b8f8a-b462-471c-9675-3fdd2daaaf4b\",\n                \"LISTITEM_ID\": \"ff70dc14-73b4-4fcf-8300-181a984099a7\",\n                \"LOCKED\": false,\n                \"START_MONTH\": 1,\n                \"START_YEAR\": 2023\n            }\n        ],\n        \"ESTIMATE_CONVERSION_DATE\": \"2022-05-10T17:39:09.833Z\",\n        \"ESTIMATE_VERSION\": [\n            {\n                \"EST_VERSION\": 0,\n                \"HISTORICAL\": false,\n                \"LISTITEM_ID\": \"c9c65b11-3465-4fd8-87aa-9e00729c7670\"\n            }\n        ],\n        \"FASTTRACK\": false,\n        \"FIELDCOST_DOC\": {\n            \"DOCUMENT_ID\": \"fb1185ac-5f11-4359-930a-1b996d576fa5\",\n            \"DOCUMENT_NAME\": \"fb1185ac-5f11-4359-930a-1b996d576fa5\"\n        },\n        \"FULL_APPROVAL_DATE\": \"2024-03-28T20:34:01.124967Z\",\n        \"INTERNAL_APPROVAL_DATE\": \"2024-03-28T20:33:23.47199Z\",\n        \"IS_REMOVED_VERSION\": false,\n        \"LEGACY_AFEID\": 389,\n        \"LEGACY_CHAINID\": 389,\n        \"MAILBALLOT\": {\n            \"IS_MAILBALLOT\": true,\n            \"PARTNERS_TO_PASS\": 5,\n            \"PARTNERS_TO_REJECT\": 2,\n            \"WI_TO_PASS\": 70\n        },\n        \"OP_NOTICE\": false,\n        \"OPERATING_COMPANY\": {\n            \"DOCUMENT_ID\": \"401d09bc-655f-4272-a462-02921dcfbfcb\",\n            \"DOCUMENT_NAME\": \"Navigator Oil  Gas Inc.\"\n        },\n        \"OUR_WI\": 47.78677,\n        \"OWNER\": {\n            \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n            \"DOCUMENT_NAME\": \"System Admin\"\n        },\n        \"PARENT_COMPANY\": {\n            \"DOCUMENT_ID\": \"bd20fdec-90bb-4a67-b818-eaba0de45e4a\",\n            \"DOCUMENT_NAME\": \"Navigator Exploration\"\n        },\n        \"PARTNER\": [\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"401d09bc-655f-4272-a462-02921dcfbfcb\",\n                    \"DOCUMENT_NAME\": \"Navigator Oil  Gas Inc.\"\n                },\n                \"LISTITEM_ID\": \"9cfe93ed-0c03-4b8d-b699-7ba6ae7c17de\",\n                \"RESPONSE_DATE\": \"2024-03-28T20:33:23.474124Z\",\n                \"REVERTED_WI\": 0,\n                \"SEND_CASHCALL\": false,\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"95124219-ed4d-4dd1-8600-acee2078c833\",\n                    \"DOCUMENT_NAME\": \"Mail Ballot Affirmative\"\n                },\n                \"WI_PERCENT\": 12\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"bd20fdec-90bb-4a67-b818-eaba0de45e4a\",\n                    \"DOCUMENT_NAME\": \"Navigator Exploration\"\n                },\n                \"LISTITEM_ID\": \"a2d1b1be-73b3-46a2-ab04-28f6da7f3bf0\",\n                \"RESPONSE_DATE\": \"2024-03-28T20:33:23.474133Z\",\n                \"REVERTED_WI\": 100,\n                \"SEND_CASHCALL\": false,\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"95124219-ed4d-4dd1-8600-acee2078c833\",\n                    \"DOCUMENT_NAME\": \"Mail Ballot Affirmative\"\n                },\n                \"WI_PERCENT\": 35.78677\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"4c138c93-9ae3-4489-b3c0-e021590404f4\",\n                    \"DOCUMENT_NAME\": \"Deer Exploration Ltd.\"\n                },\n                \"LISTITEM_ID\": \"a4bffcca-195c-4d3c-b913-ea8bf7a23028\",\n                \"RESPONSE_DATE\": \"2024-03-28T20:33:13.79462Z\",\n                \"REVERTED_WI\": 0,\n                \"SEND_CASHCALL\": false,\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"f87bf2ef-daa8-48cb-bd5f-360d61a49d87\",\n                    \"DOCUMENT_NAME\": \"Mail Ballot Deemed Affirmative\"\n                },\n                \"WI_PERCENT\": 10\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"484f7672-4298-4937-a479-4f8761a5d5a0\",\n                    \"DOCUMENT_NAME\": \"Blue Oils Ltd.\"\n                },\n                \"LISTITEM_ID\": \"7091eb02-bf6e-4915-a974-107a89e478a0\",\n                \"RESPONSE_DATE\": \"2024-03-28T20:33:54.522177Z\",\n                \"REVERTED_WI\": 0,\n                \"SEND_CASHCALL\": false,\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"f87bf2ef-daa8-48cb-bd5f-360d61a49d87\",\n                    \"DOCUMENT_NAME\": \"Mail Ballot Deemed Affirmative\"\n                },\n                \"WI_PERCENT\": 30\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"475e4d12-8a0b-4264-933d-d960936852b2\",\n                    \"DOCUMENT_NAME\": \"Athena Minerals Inc.\"\n                },\n                \"LISTITEM_ID\": \"7f94b18c-fc85-4983-8c3c-9e5c4c298175\",\n                \"RESPONSE_DATE\": \"2024-03-28T20:34:01.124299Z\",\n                \"REVERTED_WI\": 0,\n                \"SEND_CASHCALL\": false,\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"f87bf2ef-daa8-48cb-bd5f-360d61a49d87\",\n                    \"DOCUMENT_NAME\": \"Mail Ballot Deemed Affirmative\"\n                },\n                \"WI_PERCENT\": 12.21323\n            }\n        ],\n        \"PRIMARY_WELL\": {\n            \"UWI\": \"100/01-02-003-04W5/00\",\n            \"UWI_LAT\": 49.1760881299055,\n            \"UWI_LONG\": -114.429123752408,\n            \"UWI_TEXT\": \"A150030402010000\"\n        },\n        \"RELEASE_USER\": {\n            \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n            \"DOCUMENT_NAME\": \"System Admin\"\n        },\n        \"RELEASED_DATE\": \"2024-03-28T20:33:06.755884Z\",\n        \"SILENT_PARTNER_MODE\": {\n            \"DOCUMENT_ID\": \"33823be6-9977-4e9b-b1a3-d1d36025a00b\",\n            \"DOCUMENT_NAME\": \"Visible only to other silent partners\"\n        },\n        \"STATUS\": \"FAPP\",\n        \"STATUS_DESC\": \"Fully Approved\",\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": 0,\n        \"SUPPLEMENTAL_NET_ESTIMATE\": 0,\n        \"TOTAL_GROSS_ESTIMATE\": 3,\n        \"TOTAL_NET_ESTIMATE\": 1.43,\n        \"WELL\": [\n            {\n                \"ISPRIMARY\": true,\n                \"LISTITEM_ID\": \"a1f321e4-5221-4b13-a854-d6e1c71150d6\",\n                \"UWI\": \"100/01-02-003-04W5/00\",\n                \"UWI_LAT\": 49.1760881299055,\n                \"UWI_LONG\": -114.429123752408,\n                \"UWI_TEXT\": \"A150030402010000\"\n            }\n        ],\n        \"WELL_REPORTING_IDENTIFIER\": \"100/01-02-003-04W5/00\",\n        \"WI_DETAILS\": {\n            \"CAP_COUNT\": 0,\n            \"CAP1_AMOUNT\": 0,\n            \"CAP10_AMOUNT\": 0,\n            \"CAP2_AMOUNT\": 0,\n            \"CAP3_AMOUNT\": 0,\n            \"CAP4_AMOUNT\": 0,\n            \"CAP5_AMOUNT\": 0,\n            \"CAP6_AMOUNT\": 0,\n            \"CAP7_AMOUNT\": 0,\n            \"CAP8_AMOUNT\": 0,\n            \"CAP9_AMOUNT\": 0\n        },\n        \"$TYPE\": \"AFE\",\n        \"$VERSION\": 18,\n        \"$DATE\": \"2024-03-28T20:34:05.043371Z\",\n        \"$AUTHOR_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"$DELETED\": false,\n        \"$AUTHOR\": \"System Admin\"\n    },\n    {\n        \"ACCRUAL_DOC\": {\n            \"DOCUMENT_ID\": \"ed1ad85a-0845-4afe-a704-091a08020a05\",\n            \"DOCUMENT_NAME\": \"ed1ad85a-0845-4afe-a704-091a08020a05\"\n        },\n        \"ACTUAL_DOC\": {\n            \"DOCUMENT_ID\": \"54f861b9-ff10-4952-8792-f509c3c75f73\",\n            \"DOCUMENT_NAME\": \"54f861b9-ff10-4952-8792-f509c3c75f73\"\n        },\n        \"AFENUMBER_DOC\": {\n            \"DOCUMENT_ID\": \"2d380ea2-9190-46b4-bf55-da960dd5199a\",\n            \"DOCUMENT_NAME\": \"24D001\"\n        },\n        \"APPROVALS\": [\n            {\n                \"APPROVAL_COMMENT\": \"Force approved by System Admin.\",\n                \"APPROVAL_DATE\": \"2024-07-26T20:27:02.2682436Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-07-26T20:27:02.2682684Z\",\n                \"LISTITEM_ID\": \"9e59e42e-aa70-4da3-b403-709befd7acb4\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"615755b2-a313-4e3f-85c8-e94436530f21\",\n                    \"DOCUMENT_NAME\": \"Exploration Manager\"\n                },\n                \"TIER\": 1\n            },\n            {\n                \"APPROVAL_COMMENT\": \"Force approved by System Admin.\",\n                \"APPROVAL_DATE\": \"2024-07-26T20:27:02.2682436Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-07-26T20:27:02.2682704Z\",\n                \"LISTITEM_ID\": \"5ff943c8-696a-45fc-b931-b7ffafd21e81\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"c65646b0-f8e3-4c6e-ac5c-660041491cf8\",\n                    \"DOCUMENT_NAME\": \"Land Manager - West\"\n                },\n                \"TIER\": 1\n            },\n            {\n                \"APPROVAL_COMMENT\": \"Force approved by System Admin.\",\n                \"APPROVAL_DATE\": \"2024-07-26T20:27:02.2682436Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-07-26T20:27:02.268272Z\",\n                \"LISTITEM_ID\": \"e5eb3ec6-9361-4e9d-a920-6145489e3ee0\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"c6e0dfbe-b3f5-4b1a-b6d1-c768a5606dab\",\n                    \"DOCUMENT_NAME\": \"Production Manager - West\"\n                },\n                \"TIER\": 1\n            },\n            {\n                \"APPROVAL_COMMENT\": \"Force approved by System Admin.\",\n                \"APPROVAL_DATE\": \"2024-07-26T20:27:02.2682436Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2024-07-26T20:27:02.2682741Z\",\n                \"LISTITEM_ID\": \"b7b5ab2b-c820-4194-905f-d381ae750446\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"49d0036c-fcb1-4f4d-8841-9ac3a750ca90\",\n                    \"DOCUMENT_NAME\": \"VP Operation - West\"\n                },\n                \"TIER\": 2\n            }\n        ],\n        \"APPROVED_GROSS_ESTIMATE\": 393750,\n        \"APPROVED_NET_ESTIMATE\": 315000,\n        \"BASE_CREATION_DATE\": \"2024-07-26T20:22:07.215845Z\",\n        \"BUDGET_YEAR\": 2024,\n        \"CHAIN_GUID\": \"9350eb21-d62d-4d4d-adfa-15b9185e8c6f\",\n        \"CHAIN_VERSION\": 2,\n        \"CLOSED\": false,\n        \"CREATION_DATE\": \"2024-07-26T20:26:30.5494359Z\",\n        \"CREATOR\": {\n            \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n            \"DOCUMENT_NAME\": \"System Admin\"\n        },\n        \"CURRENCY_CODE\": \"CAD\",\n        \"CUSTOM\": {\n            \"AFE_ACT_VS_FIELD_EST\": 120780,\n            \"AFE_ACTUALS\": 428220,\n            \"AFE_ESTIMATE\": 1220000,\n            \"AFE_FIELD_ESTIMATES\": 549000,\n            \"AFE_PERCENT_SPENT\": 0.45,\n            \"AFE_TYPE\": {\n                \"DOCUMENT_ID\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n                \"DOCUMENT_NAME\": \"DRILLING\"\n            },\n            \"AREA\": {\n                \"DOCUMENT_ID\": \"ee45c613-999d-4a09-a07e-85ef7f55d718\",\n                \"DOCUMENT_NAME\": \"Glenn (4)\"\n            },\n            \"BUDGETED\": false,\n            \"CLASSIFICATION\": {\n                \"DOCUMENT_ID\": \"e573c686-7f31-4ab3-b1df-b2a6d5c9e703\",\n                \"DOCUMENT_NAME\": \"Capital\"\n            },\n            \"DISTRICT\": {\n                \"DOCUMENT_ID\": \"1f2ab037-17b9-4205-a382-27315e2ffee8\",\n                \"DOCUMENT_NAME\": \"West\"\n            },\n            \"OPERATOR_STATUS\": {\n                \"DOCUMENT_ID\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                \"DOCUMENT_NAME\": \"Operated\"\n            },\n            \"STAGE\": {\n                \"DOCUMENT_ID\": \"8ab3363e-834d-4e9c-bc88-64a3f7909e81\",\n                \"DOCUMENT_NAME\": \"AFE\"\n            },\n            \"STATE_PROVINCE\": {\n                \"DOCUMENT_ID\": \"6b08e600-5dae-4a3f-9c55-ecea2f72490d\",\n                \"DOCUMENT_NAME\": \"CA\"\n            },\n            \"TAX_DESIGNATION\": {\n                \"DOCUMENT_ID\": \"5d1e3c09-906e-4a50-a4b1-4cea9a3b49f2\",\n                \"DOCUMENT_NAME\": \"TANGIBLE\"\n            },\n            \"WELL_NAME\": \"PAGE #1\"\n        },\n        \"DESCRIPTION\": \"Drill PAGE #1 KS 288479 Removed supp\",\n        \"DOCUMENT_ID\": \"6808c199-2a64-4a1b-a0c3-8f33cd2b5e26\",\n        \"END_DATE\": \"2013-06-24T06:00:00Z\",\n        \"ESTIMATE\": [\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n                    \"DOCUMENT_NAME\": \"9210.247\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"0a07686c-2b44-4fcd-915d-e2a31d847d8d\",\n                \"GROSS_AMOUNT\": 275000,\n                \"LISTITEM_ID\": \"e9d6d637-4146-4ccb-8f69-826e9407d9bb\"\n            },\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"4f3fe625-e197-454c-ac53-72764cc08163\",\n                    \"DOCUMENT_NAME\": \"9210.201\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"0a07686c-2b44-4fcd-915d-e2a31d847d8d\",\n                \"GROSS_AMOUNT\": 100000,\n                \"LISTITEM_ID\": \"63328679-f24b-46d7-91ca-78eb7d898a45\"\n            },\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"e2fe0df7-32c3-4374-ba1d-e3c1c8818cc9\",\n                    \"DOCUMENT_NAME\": \"9210.299\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"0a07686c-2b44-4fcd-915d-e2a31d847d8d\",\n                \"GROSS_AMOUNT\": 18750,\n                \"LISTITEM_ID\": \"33110fca-2cba-4a49-880c-be09d186fe8c\"\n            }\n        ],\n        \"ESTIMATE_CONFIG\": [\n            {\n                \"APPROVED\": true,\n                \"EST_VERSION\": 1,\n                \"ESTIMATE_CONFIG_GUID\": \"0a07686c-2b44-4fcd-915d-e2a31d847d8d\",\n                \"LISTITEM_ID\": \"ce293cac-dbe3-4b4b-ae81-74ae90227a58\",\n                \"LOCKED\": false\n            }\n        ],\n        \"ESTIMATE_CONVERSION_DATE\": \"2024-07-26T20:22:06.9385033Z\",\n        \"ESTIMATE_VERSION\": [\n            {\n                \"EST_VERSION\": 1,\n                \"HISTORICAL\": false,\n                \"LISTITEM_ID\": \"8e350f12-2b6e-4df2-a9a0-f63d021aac26\",\n                \"VERSION_NAME\": \"R1\"\n            }\n        ],\n        \"EXTERNAL_JUSTIFICATION\": \"To drill the following well\",\n        \"FASTTRACK\": false,\n        \"FIELDCOST_DOC\": {\n            \"DOCUMENT_ID\": \"7208da1c-1b65-45af-8d70-768efbbc332b\",\n            \"DOCUMENT_NAME\": \"7208da1c-1b65-45af-8d70-768efbbc332b\"\n        },\n        \"FULL_APPROVAL_DATE\": \"2024-07-26T20:27:02.2693073Z\",\n        \"INTERNAL_APPROVAL_DATE\": \"2024-07-26T20:27:02.2682436Z\",\n        \"INTERNAL_JUSTIFICATION\": \"Drilling program\",\n        \"IS_REMOVED_VERSION\": false,\n        \"LEGACY_AFEID\": 416,\n        \"LEGACY_CHAINID\": 415,\n        \"MAILBALLOT\": {\n            \"IS_MAILBALLOT\": false\n        },\n        \"OP_NOTICE\": false,\n        \"OPERATING_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"OUR_WI\": 80,\n        \"OVERHEAD\": [\n            {\n                \"EXCLUDE_ACCOUNTS\": true,\n                \"IS_MANUAL_ENTRY\": false,\n                \"LISTITEM_ID\": \"265db505-12a8-4fbc-9289-34741582d9a2\",\n                \"METHOD_CODE\": \"5PCT\",\n                \"METHOD_CONFIG\": \"<ArrayOfOverheadStep><OverheadStep><StartRange>0</StartRange><Unit>Percentage</Unit><UnitValue>0.0500</UnitValue></OverheadStep></ArrayOfOverheadStep>\",\n                \"METHOD_GUID\": \"e0a424fc-7be5-4de4-b750-11c474979f7b\",\n                \"METHOD_NAME\": \"5%\",\n                \"OH_ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"e2fe0df7-32c3-4374-ba1d-e3c1c8818cc9\",\n                    \"DOCUMENT_NAME\": \"9210.299\"\n                }\n            }\n        ],\n        \"OWNER\": {\n            \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n            \"DOCUMENT_NAME\": \"System Admin\"\n        },\n        \"PARENT_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"PARTNER\": [\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                    \"DOCUMENT_NAME\": \"Navigator Corporation\"\n                },\n                \"LISTITEM_ID\": \"87026c19-cb8a-4ea1-9029-199d40f205ba\",\n                \"RESPONSE_DATE\": \"2024-07-26T20:27:02.2683405Z\",\n                \"SEND_CASHCALL\": false,\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 80\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"603ea163-a6b2-4f32-a8c5-67678401bf54\",\n                    \"DOCUMENT_NAME\": \"John Ross Exploration Inc\"\n                },\n                \"LISTITEM_ID\": \"e0e0f067-34d8-4d38-b3c6-c8baeacd4247\",\n                \"NOTE\": \"Force approved by system administrator.\",\n                \"RESPONSE_DATE\": \"2024-07-26T20:27:02.2688757Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2024-07-26T20:27:02.2688663Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 20\n            }\n        ],\n        \"PRIMARY_WELL\": {\n            \"UWI\": \"04214133060600\",\n            \"UWI_TEXT\": \".904214133060600\"\n        },\n        \"RELEASE_USER\": {\n            \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n            \"DOCUMENT_NAME\": \"System Admin\"\n        },\n        \"RELEASED_DATE\": \"2024-07-26T20:27:02.265854Z\",\n        \"REV_NUMBER\": 1,\n        \"REV_SUP_MODE\": \"R\",\n        \"SILENT_PARTNER_MODE\": {\n            \"DOCUMENT_ID\": \"07c31341-df73-49b3-9000-881ce33b289b\",\n            \"DOCUMENT_NAME\": \"Visible to all other partners\"\n        },\n        \"START_DATE\": \"2013-06-08T06:00:00Z\",\n        \"STATUS\": \"FAPP\",\n        \"STATUS_DESC\": \"Fully Approved\",\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": 0,\n        \"SUPPLEMENTAL_NET_ESTIMATE\": 0,\n        \"TOTAL_GROSS_ESTIMATE\": 393750,\n        \"TOTAL_NET_ESTIMATE\": 315000,\n        \"VERSION_STRING\": \"R1\",\n        \"WELL\": [\n            {\n                \"ISPRIMARY\": true,\n                \"LISTITEM_ID\": \"c0bf5e8c-1f4e-4354-bc11-d44271b40fd1\",\n                \"UWI\": \"04214133060600\",\n                \"UWI_TEXT\": \".904214133060600\"\n            }\n        ],\n        \"WELL_REPORTING_IDENTIFIER\": \"04214133060600\",\n        \"WI_DETAILS\": {\n            \"CAP_COUNT\": 0,\n            \"CAP1_AMOUNT\": 0,\n            \"CAP10_AMOUNT\": 0,\n            \"CAP2_AMOUNT\": 0,\n            \"CAP3_AMOUNT\": 0,\n            \"CAP4_AMOUNT\": 0,\n            \"CAP5_AMOUNT\": 0,\n            \"CAP6_AMOUNT\": 0,\n            \"CAP7_AMOUNT\": 0,\n            \"CAP8_AMOUNT\": 0,\n            \"CAP9_AMOUNT\": 0\n        },\n        \"$TYPE\": \"AFE\",\n        \"$VERSION\": 6,\n        \"$DATE\": \"2024-07-26T20:46:05.6721935Z\",\n        \"$AUTHOR_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"$DELETED\": false,\n        \"$AUTHOR\": \"System Admin\"\n    },\n    {\n        \"ACCRUAL_DOC\": {\n            \"DOCUMENT_ID\": \"f241a7f6-ca76-4929-9e0d-ddd7acc8d7d7\",\n            \"DOCUMENT_NAME\": \"f241a7f6-ca76-4929-9e0d-ddd7acc8d7d7\"\n        },\n        \"ACTUAL_DOC\": {\n            \"DOCUMENT_ID\": \"f2bb64a6-4b7c-4847-8f65-a4e056153c2b\",\n            \"DOCUMENT_NAME\": \"f2bb64a6-4b7c-4847-8f65-a4e056153c2b\"\n        },\n        \"AFENUMBER_DOC\": {\n            \"DOCUMENT_ID\": \"10a518c6-a0cf-492f-baf0-7e5659508106\",\n            \"DOCUMENT_NAME\": \"06D117\"\n        },\n        \"APPROVALS\": [\n            {\n                \"APPROVAL_COMMENT\": \"Historical\",\n                \"APPROVAL_DATE\": \"2013-06-28T06:00:00Z\",\n                \"APPROVAL_STATUS\": {\n                    \"DOCUMENT_ID\": \"f110ed0a-0709-4ecd-ac73-ac44e8c1ac42\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"APPROVING_USER\": {\n                    \"DOCUMENT_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n                    \"DOCUMENT_NAME\": \"System Admin\"\n                },\n                \"ASSIGNED_DATE\": \"2013-06-28T06:00:00Z\",\n                \"LISTITEM_ID\": \"4f49f29b-7e0b-46f1-9d62-65f984dde244\",\n                \"POSITION\": {\n                    \"DOCUMENT_ID\": \"f0347e58-ce33-4e42-9abb-8f32cca11b54\",\n                    \"DOCUMENT_NAME\": \"Historical\"\n                },\n                \"TIER\": 1\n            }\n        ],\n        \"APPROVED_GROSS_ESTIMATE\": 275000,\n        \"APPROVED_NET_ESTIMATE\": 220000,\n        \"BASE_CREATION_DATE\": \"2014-10-21T01:42:10Z\",\n        \"BUDGET_YEAR\": 2006,\n        \"CHAIN_GUID\": \"016861d2-a5b4-4bf3-ab9d-a928d725074a\",\n        \"CHAIN_VERSION\": 1,\n        \"CLOSED\": false,\n        \"CREATION_DATE\": \"2014-10-21T01:42:10Z\",\n        \"CREATOR\": {\n            \"DOCUMENT_ID\": \"9ed808f3-e3c8-4156-ab77-91df30ffd95c\",\n            \"DOCUMENT_NAME\": \"Kerry Originator\"\n        },\n        \"CURRENCY_CODE\": \"CAD\",\n        \"CUSTOM\": {\n            \"AFE_ACT_VS_FIELD_EST\": 98400,\n            \"AFE_ACTUALS\": 4821600,\n            \"AFE_ESTIMATE\": 6150000,\n            \"AFE_FIELD_ESTIMATES\": 4920000,\n            \"AFE_PERCENT_SPENT\": 0.8,\n            \"AFE_TYPE\": {\n                \"DOCUMENT_ID\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n                \"DOCUMENT_NAME\": \"DRILLING\"\n            },\n            \"AREA\": {\n                \"DOCUMENT_ID\": \"ee45c613-999d-4a09-a07e-85ef7f55d718\",\n                \"DOCUMENT_NAME\": \"Glenn (4)\"\n            },\n            \"BUDGETED\": false,\n            \"CLASSIFICATION\": {\n                \"DOCUMENT_ID\": \"e573c686-7f31-4ab3-b1df-b2a6d5c9e703\",\n                \"DOCUMENT_NAME\": \"Capital\"\n            },\n            \"DISTRICT\": {\n                \"DOCUMENT_ID\": \"1f2ab037-17b9-4205-a382-27315e2ffee8\",\n                \"DOCUMENT_NAME\": \"West\"\n            },\n            \"OPERATOR_STATUS\": {\n                \"DOCUMENT_ID\": \"a01427c3-ddff-436c-b0e3-0b60d724e997\",\n                \"DOCUMENT_NAME\": \"Operated\"\n            },\n            \"STAGE\": {\n                \"DOCUMENT_ID\": \"8ab3363e-834d-4e9c-bc88-64a3f7909e81\",\n                \"DOCUMENT_NAME\": \"AFE\"\n            },\n            \"STATE_PROVINCE\": {\n                \"DOCUMENT_ID\": \"6b08e600-5dae-4a3f-9c55-ecea2f72490d\",\n                \"DOCUMENT_NAME\": \"CA\"\n            },\n            \"TAX_DESIGNATION\": {\n                \"DOCUMENT_ID\": \"5d1e3c09-906e-4a50-a4b1-4cea9a3b49f2\",\n                \"DOCUMENT_NAME\": \"TANGIBLE\"\n            },\n            \"WELL_NAME\": \"MCELROY, J. T. CONS. #1\"\n        },\n        \"DESCRIPTION\": \"Drill MCELROY, J. T. CONS. #1 Kelly Updating\",\n        \"DOCUMENT_ID\": \"88b3acea-e000-4f04-aec7-488a552cbd3a\",\n        \"END_DATE\": \"2013-08-24T07:00:00Z\",\n        \"ESTIMATE\": [\n            {\n                \"ACCOUNT\": {\n                    \"DOCUMENT_ID\": \"95fb8f93-1b5a-4f04-9766-1e0472e1dbd5\",\n                    \"DOCUMENT_NAME\": \"9210.247\"\n                },\n                \"ESTIMATE_CONFIG_GUID\": \"6d743956-3d15-48b4-9bd3-24c02e7ed94b\",\n                \"GROSS_AMOUNT\": 275000,\n                \"LISTITEM_ID\": \"a826cd79-bb2c-4fe6-bb5d-3a335fe6f3e8\"\n            }\n        ],\n        \"ESTIMATE_CONFIG\": [\n            {\n                \"APPROVED\": true,\n                \"EST_VERSION\": 0,\n                \"ESTIMATE_CONFIG_GUID\": \"6d743956-3d15-48b4-9bd3-24c02e7ed94b\",\n                \"LISTITEM_ID\": \"22dac04a-4130-4505-bf24-5bb0bde15d58\",\n                \"LOCKED\": false\n            }\n        ],\n        \"ESTIMATE_CONVERSION_DATE\": \"2013-06-28T06:00:00Z\",\n        \"ESTIMATE_VERSION\": [\n            {\n                \"EST_VERSION\": 0,\n                \"HISTORICAL\": false,\n                \"LISTITEM_ID\": \"59748ea9-ea88-4b3b-8cca-60fe6e533c52\"\n            }\n        ],\n        \"EXTERNAL_JUSTIFICATION\": \"To drill the following well\",\n        \"FASTTRACK\": false,\n        \"FIELDCOST_DOC\": {\n            \"DOCUMENT_ID\": \"4b9a321c-c656-40a7-b19a-79a235b3c647\",\n            \"DOCUMENT_NAME\": \"4b9a321c-c656-40a7-b19a-79a235b3c647\"\n        },\n        \"FULL_APPROVAL_DATE\": \"2013-08-09T06:00:00Z\",\n        \"INTERNAL_APPROVAL_DATE\": \"2013-06-28T06:00:00Z\",\n        \"INTERNAL_JUSTIFICATION\": \"Drilling program\",\n        \"IS_REMOVED_VERSION\": false,\n        \"LEGACY_AFEID\": 182,\n        \"LEGACY_CHAINID\": 182,\n        \"MAILBALLOT\": {\n            \"IS_MAILBALLOT\": false\n        },\n        \"OP_NOTICE\": false,\n        \"OPERATING_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"OUR_WI\": 80,\n        \"OWNER\": {\n            \"DOCUMENT_ID\": \"9ed808f3-e3c8-4156-ab77-91df30ffd95c\",\n            \"DOCUMENT_NAME\": \"Kerry Originator\"\n        },\n        \"PARENT_COMPANY\": {\n            \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n            \"DOCUMENT_NAME\": \"Navigator Corporation\"\n        },\n        \"PARTNER\": [\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"603ea163-a6b2-4f32-a8c5-67678401bf54\",\n                    \"DOCUMENT_NAME\": \"John Ross Exploration Inc\"\n                },\n                \"LISTITEM_ID\": \"2251c21e-a049-473f-9116-90d63a5024c8\",\n                \"RESPONSE_DATE\": \"2013-08-09T06:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2013-06-29T06:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 20\n            },\n            {\n                \"COMPANY\": {\n                    \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n                    \"DOCUMENT_NAME\": \"Navigator Corporation\"\n                },\n                \"LISTITEM_ID\": \"6f184a6e-67fd-48ef-bce9-8ab64881a921\",\n                \"RESPONSE_DATE\": \"2013-06-28T06:00:00Z\",\n                \"SEND_CASHCALL\": false,\n                \"SENT_DATE\": \"2013-06-28T06:00:00Z\",\n                \"SILENT\": false,\n                \"STATUS\": {\n                    \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n                    \"DOCUMENT_NAME\": \"Approved\"\n                },\n                \"WI_PERCENT\": 80\n            }\n        ],\n        \"PRIMARY_WELL\": {\n            \"UWI\": \"04214613070500\",\n            \"UWI_TEXT\": \".904214613070500\"\n        },\n        \"RELEASED_DATE\": \"2013-06-28T06:00:00Z\",\n        \"SILENT_PARTNER_MODE\": {\n            \"DOCUMENT_ID\": \"07c31341-df73-49b3-9000-881ce33b289b\",\n            \"DOCUMENT_NAME\": \"Visible to all other partners\"\n        },\n        \"START_DATE\": \"2013-07-19T07:00:00Z\",\n        \"STATUS\": \"FAPP\",\n        \"STATUS_DESC\": \"Fully Approved\",\n        \"SUPPLEMENTAL_GROSS_ESTIMATE\": 0,\n        \"SUPPLEMENTAL_NET_ESTIMATE\": 0,\n        \"TOTAL_GROSS_ESTIMATE\": 275000,\n        \"TOTAL_NET_ESTIMATE\": 220000,\n        \"WELL\": [\n            {\n                \"ISPRIMARY\": true,\n                \"LISTITEM_ID\": \"cadc1f41-3999-42fa-9f57-9234cfa9e836\",\n                \"UWI\": \"04214613070500\",\n                \"UWI_TEXT\": \".904214613070500\"\n            }\n        ],\n        \"WELL_REPORTING_IDENTIFIER\": \"04214613070500\",\n        \"WI_DETAILS\": {\n            \"CAP_COUNT\": 0,\n            \"CAP1_AMOUNT\": 0,\n            \"CAP10_AMOUNT\": 0,\n            \"CAP2_AMOUNT\": 0,\n            \"CAP3_AMOUNT\": 0,\n            \"CAP4_AMOUNT\": 0,\n            \"CAP5_AMOUNT\": 0,\n            \"CAP6_AMOUNT\": 0,\n            \"CAP7_AMOUNT\": 0,\n            \"CAP8_AMOUNT\": 0,\n            \"CAP9_AMOUNT\": 0\n        },\n        \"$TYPE\": \"AFE\",\n        \"$VERSION\": 5,\n        \"$DATE\": \"2024-07-30T03:52:54.4847713Z\",\n        \"$AUTHOR_ID\": \"744d1b49-48b9-495c-ad2b-773f22f730ad\",\n        \"$DELETED\": false,\n        \"$AUTHOR\": \"System Admin\"\n    }\n]"}],"_postman_id":"7bd7990a-bc0a-46e7-ba4c-3d328a62e087"}],"id":"4eff85d6-2409-49d4-a8ed-e470a481124b","description":"<p>This collection provides documentation for Execute's new Document Fetch API which provides a streamlined way to bulk extract documents from Execute.</p>\n<p>Note: These APIs require the Execute Advanced Data Export (OData) module license.</p>\n<h2 id=\"authorization\">Authorization:</h2>\n<ul>\n<li><p>The Fetch APIs work differently from the other APIs in Execute. Rather than separate Login/Logout calls and AuthenticationTokens, the Fetch API relies on an Authorization header in each request.</p>\n</li>\n<li><p>Requires HTTP Basic authentication where:</p>\n<ul>\n<li><p>Username = {APIKEY_ID}</p>\n</li>\n<li><p>Password = {APIKEY_KEY}</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>i.e. APIKEY_ID = <code>38bf4166-03d4-43fb-ad8f-f5ba899ba4ec</code> and APIKEY_KEY = <code>22wCjjItn2j5e0pz6JgoZX5imRdOo5uTpxbyuUC8qBOARYYrrs8ouNST8j1j7cw5</code> would encode to:</p>\n<p><code>Authorization: Basic MzhiZjQxNjYtMDNkNC00M2ZiLWFkOGYtZjViYTg5OWJhNGVjOjIyd0Nqakl0bjJqNWUwcHo2SmdvWlg1aW1SZE9vNXVUcHhieXVVQzhxQk9BUllZcnJzOG91TlNUOGoxajdjdzU=</code></p>\n<h2 id=\"parameters\">Parameters:</h2>\n<p>The Fetch API relies on HTTP GET requests with parameters passed through the query string. The parameters <code>type</code>, <code>id</code> and <code>report</code> all support multiple values, which is accomplished by repeating that parameter multiple times in the query string (i.e. <code>?type=AFE&amp;type=RTX</code>).</p>\n<ul>\n<li><p><strong>type</strong>: The document type(s) to fetch. When specifying \"id\" or \"report\", a single type is required. Otherwise, you can specify any number of types where zero specified types means to retrieve all document types.</p>\n</li>\n<li><p><strong>id</strong>: Retrieve specific Document ID(s). You can not specify this if \"report\" is also specified. Requires a single \"type\" to be specified.</p>\n</li>\n<li><p><strong>report</strong>: Retrieve documents returned by one or more specific report(s) (by report ID - the part after f= in the URL when viewing the report). You can not specify this if \"id\" is also specified. A single \"type\" is required to be specified.</p>\n</li>\n<li><p><strong>since</strong>: Limit results to documents modified after the provided Date/Time. Required if neither \"id\" nor \"report\" are specified.</p>\n</li>\n<li><p><strong>format</strong>: By default, results are returned as one line per document (single line NDJSON format). Alternatively, format=list will return a JSON list of documents. The list format is unsuitable for very large datasets because it requires the entire structure to be parsed at once.</p>\n</li>\n<li><p><strong>limit</strong>: Limit documents returned (by default, there is no limit). When this is specified, it is imperative to observe the <code>X-Sync-Truncated</code> response header to identify if results were truncated, and then rely on the <code>X-Sync-Highwater-Mark</code> response header on your next sync rather than using your local system time.</p>\n</li>\n<li><p><strong>calc</strong>: Include calculated field values. Note that the last modified date for a document is not updated when a calculated field value changes (such as, for example, when the calculated field value depends on changes to a linked document) so using <code>since</code> to look for modified documents will not pick up changes to calculated values only..</p>\n</li>\n</ul>\n<h1 id=\"document-structure\">Document Structure</h1>\n<p>Documents are returned in a consistent JSON-based structure that closely resembles the structure of the data (including field names) in Execute.</p>\n<p>Here is a basic AFE example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"AFENUMBER_DOC\": {\n      \"DOCUMENT_ID\": \"10a518c6-a0cf-492f-baf0-7e5659508106\",\n      \"DOCUMENT_NAME\": \"06D117\"\n    },\n    \"CHAIN_GUID\": \"016861d2-a5b4-4bf3-ab9d-a928d725074a\",\n    \"CHAIN_VERSION\": 1,\n    \"CLOSED\": false,\n    \"CREATION_DATE\": \"2014-10-21T01:42:10Z\",\n    \"CUSTOM\": {\n      \"AFE_TYPE\": {\n        \"DOCUMENT_ID\": \"86d079fe-4828-4abd-b6f4-cad821890b14\",\n        \"DOCUMENT_NAME\": \"DRILLING\"\n      },\n      \"WELL_NAME\": \"MCELROY, J. T. CONS. #1\"\n    },\n    \"DESCRIPTION\": \"Drill MCELROY, J. T. CONS. #1234\",\n    \"DOCUMENT_ID\": \"88b3acea-e000-4f04-aec7-488a552cbd3a\",\n    \"OUR_WI\": 80,\n    \"PARTNER\": [\n      {\n        \"COMPANY\": {\n          \"DOCUMENT_ID\": \"603ea163-a6b2-4f32-a8c5-67678401bf54\",\n          \"DOCUMENT_NAME\": \"John Ross Exploration Inc\"\n        },\n        \"LISTITEM_ID\": \"2251c21e-a049-473f-9116-90d63a5024c8\",\n        \"RESPONSE_DATE\": \"2013-08-09T06:00:00Z\",\n        \"SEND_CASHCALL\": false,\n        \"SENT_DATE\": \"2013-06-29T06:00:00Z\",\n        \"SILENT\": false,\n        \"STATUS\": {\n          \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n          \"DOCUMENT_NAME\": \"Approved\"\n        },\n        \"WI_PERCENT\": 20\n      },\n      {\n        \"COMPANY\": {\n          \"DOCUMENT_ID\": \"806ab9a1-1d25-4c03-ad23-99a997d761c2\",\n          \"DOCUMENT_NAME\": \"co 1\"\n        },\n        \"LISTITEM_ID\": \"6f184a6e-67fd-48ef-bce9-8ab64881a921\",\n        \"RESPONSE_DATE\": \"2013-06-28T06:00:00Z\",\n        \"SEND_CASHCALL\": false,\n        \"SENT_DATE\": \"2013-06-28T06:00:00Z\",\n        \"SILENT\": false,\n        \"STATUS\": {\n          \"DOCUMENT_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n          \"DOCUMENT_NAME\": \"Approved\"\n        },\n        \"WI_PERCENT\": 80\n      }\n    ],\n    \"STATUS\": \"FAPP\",\n    \"STATUS_DESC\": \"Fully Approved\",\n    \"TOTAL_GROSS_ESTIMATE\": 275000,\n    \"TOTAL_NET_ESTIMATE\": 220000,\n    \"$TYPE\": \"AFE\",\n    \"$VERSION\": 10,\n    \"$DATE\": \"2024-07-18T22:04:34.603Z\",\n    \"$AUTHOR_ID\": \"28aaf7c6-a5d8-46ef-be50-d25ccc42c56e\",\n    \"$AUTHOR\": \"System Admin\",\n    \"$DELETED\": false\n  }\n]\n\n</code></pre>\n<ul>\n<li><p>Note that Document Reference fields include the \"DOCUMENT_ID\" of the referenced document and the Display Name \"DOCUMENT_NAME\" for the referenced document (i.e. AFE_TYPE above).</p>\n<ul>\n<li>If you need access to additional fields on a referenced Document, you can retrieve them using the fetch API using the referenced Document Type's name. A field's underlying document type name can be found by navigating to the Field Configuration tab for the parent document (AFE), and reviewing the field's <code>type</code> column (which would show `Document Reference (LUT_AFE_TYPE)` for the AFE's AFE Type field. For example, the following query would do the trick to retrieve all AFE Types in the system!<br />  <code>/fetch/documents?type=LUT_AFE_TYPE&amp;since=1900-01-01.</code></li>\n</ul>\n</li>\n<li><p>The special $DELETED field is used to identify documents that have been deleted. Unlike most other APIs in Execute, the fetch APIs do return deleted documents to make it possible to sync deletes into dependent systems.</p>\n</li>\n<li><p>The special $AUTHOR fields track the user who made that version of the document (i.e. not the initial creator)</p>\n</li>\n<li><p>The $VERSION field increments for each update to a document. The largest $VERSION for any DOCUMENT_ID is the latest/current version.</p>\n</li>\n</ul>\n<h2 id=\"guidelines-for-populating-a-remote-warehouse\">Guidelines for populating a remote warehouse</h2>\n<p>This API can efficiently populate a remote data warehouse by querying for documents modified after a specified date (including deleted).</p>\n<p>See the execute-sync (<a href=\"https://github.com/afenav/execute-sync\">https://github.com/afenav/execute-sync</a>) project on GitHub for a working example.</p>\n<p>On initial sync, we might use a request like this to get all AFEs and RTX.</p>\n<p><code>/fetch/document/?type=AFE&amp;type=RTX&amp;since=1900-01-01</code></p>\n<p>Or this to get all documents:</p>\n<p><code>/fetch/document/?since=1900-01-01</code></p>\n<p>Now, read and store the \"X-Sync-Highwater-Mark\" header from the response and use that for the \"since\" date on the next call, and so on.</p>\n<p>i.e.</p>\n<p><code>/fetch/document/?since=2024-07-25T15:13:19.3516435Z</code></p>\n<p>This will ensure that:</p>\n<ul>\n<li><p>We aren't retrieving unnecessary amounts of data on each sync</p>\n</li>\n<li><p>We only see each change once</p>\n</li>\n<li><p>We don't miss any changes</p>\n</li>\n<li><p>We don't run into issues if there is clock skew between the Execute Server and the remote machine.</p>\n</li>\n</ul>\n<p>When using <code>since</code>, you can also use the <code>limit</code> parameter to limit the number of documents returned in a single query in order to reduce transfer size. When using <code>limit</code>, however, it is imperative to rely on the return \"X-Sync-Highwater-Mark\" header which will be the modification date of the last record returned, so that you can ensure that no records are missed.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{APIKEY_ID}}"},{"key":"password","value":"{{APIKEY_KEY}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9d3df239-aec9-4779-a92c-a48b21aa33b1","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"e2750b85-602e-49b6-a2c3-8f254b323123","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"4eff85d6-2409-49d4-a8ed-e470a481124b"}],"event":[{"listen":"prerequest","script":{"id":"7fdad7c2-b22e-4ef1-8908-565dd0005bc7","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9a62f621-6918-483b-9925-f4a92c29824e","type":"text/javascript","packages":{},"exec":[""]}}]}