{"info":{"_postman_id":"43e681a0-f5c9-441c-bdc9-af6dc770bf15","name":"CRiskCo Approve API","description":"<html><head></head><body><img src=\"https://www.criskco.com/wp-content/uploads/2020/01/CRisk-Co-Logo.png\">\n\n<p>CRiskCo’s API is organized around REST. Accounts have test mode and live mode API keys. There is no \"switch\" for changing between modes, use the appropriate key to perform a live or test transaction. Requests made with test mode credentials incur no cost. JSON is returned by all API responses, including errors.<br>Be sure to subscribe to CRiskCo's API mailing list at <a href=\"https://mailto:api@criskco.com\">api@criskco.com</a>, to receive information on new additions and changes to CRiskCo’s API libraries.</p>\n<p>This document outlines the CRiskCo programmatic interface (API) for Credit providers who use CRiskCo@Approve or CRiskCo@Gov platform to onboard applicants and do on-going monitoring. Using the API, the credit providers can access financial data (including accounting information), analytics, and CRiskCo Credit reports.<br>CRiskCo’s API libraries are documented in different documents. Each document provides a set of API calls per topic or set of data elements. Be sure to explore CRiskCo ’s libraries to get a full picture of CRiskCo’s available data.</p>\n<h3 id=\"jargon\">Jargon</h3>\n<p>For ease of understanding, the following jargon will be used throughout the document:</p>\n<ol>\n<li><p>Credit Provider – refers to the entity/app that is calling the API.</p>\n</li>\n<li><p>Applicant – refers to the business applicant who applies for credit from the Credit Provider. This is normally a business that is signed up with the Credit Provider and applies for credit as a loan, Insurance, Grant or line of credit.</p>\n</li>\n<li><p>Customer – refers to a business entity that is the customer of the Applicant. A Customer may be an Applicant too in a different session.</p>\n</li>\n</ol>\n<h3 id=\"at-a-glance\">At a glance</h3>\n<p>The flow to receive an applicant credit and financial information from the API:</p>\n<ol>\n<li><p>Applicant applies online for credit and is referred to the dedicated white label landing page URL provided by CRiskCo. Applicant will go through the application process, with the last step is choosing an accounting system and authorize CRiskCo access through the accounting system API.</p>\n</li>\n<li><p>CRiskCo backend will load the Applicant’s accounting information from the accounting system and prepare a full credit report and summarize the financial information to be transmitted over the API.</p>\n</li>\n<li><p>Once this process completes, Applicant will be redirected to the resumeUrl (provided by the Credit Provider upon registration) with a parameter that will be used to reference Applicant in future API calls as described in this document.</p>\n</li>\n<li><p>Credit Provider will use his API keys to make calls to the CRiskCo API.</p>\n</li>\n</ol>\n<h1 id=\"get-your-api-keys\">Get your API Keys</h1>\n<h3 id=\"developer-registration\">Developer Registration</h3>\n<p>To start developing, register with CRiskCo to receive access to your own Sandbox.<br>Register <a href=\"https://app.criskco.com/register-referrer\">HERE</a> to immediately get your credentials.</p>\n<p>After your register, you will be provided access to development API tokens and can start making calls to the API.</p>\n<p>Tokens Provided:</p>\n<ol>\n<li><p>apiId - Unique ID assigned for each Credit Provider by CRiskCo.</p>\n</li>\n<li><p>apiKey - Unique token used to identify the Credit Provider during API calls.</p>\n</li>\n</ol>\n<h1 id=\"authentication\">Authentication</h1>\n<h4 id=\"request-format\">Request Format</h4>\n<p>Requests must include the following headers:</p>\n<ol>\n<li><p>apiId</p>\n</li>\n<li><p>apiKey</p>\n</li>\n<li><p>Content-Type: application/JSON</p>\n</li>\n</ol>\n<p>If request parameters are required in a request, the parameters must be sent in the request body and in JSON format, according to the endpoint definition.</p>\n<p>All API responses are in JSON format.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Get your API Keys","slug":"get-your-api-keys"},{"content":"Authentication","slug":"authentication"}],"owner":"9581589","collectionId":"43e681a0-f5c9-441c-bdc9-af6dc770bf15","publishedId":"Tzm5JHdg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-08T12:11:22.000Z"},"item":[{"name":"GetApplicants","id":"ddce8322-7d53-4101-bc2f-54f2a68aadf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"url":"https://service.criskco.com/apiservice.svc/get-applicants","description":"<p>The endpoint will return the list of applicants which are registered and authorized the Credit Provider to receive access to their credit and financial information.</p>\n<p>The applicantId is used to identify a particular applicant when query the CRiskCo API.</p>\n<p>Two examples are provided:</p>\n<ol>\n<li><p>List of all applicants</p>\n</li>\n<li><p>Query by taxId parameter</p>\n</li>\n</ol>\n<h3 id=\"onboarding-status\">Onboarding Status</h3>\n<p>Below is an description of the onboarding statuses</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Onboarding Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Available</td>\n<td>The applicant has connected to CRiskCo and the data has been processed</td>\n</tr>\n<tr>\n<td>Processing</td>\n<td>The applicant has connected to CRiskCo, but the data is currently being processed</td>\n</tr>\n<tr>\n<td>NotConnected</td>\n<td>The applicant has not connected with CRiskCo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","get-applicants"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Identifier as provided by the Credit Provider when referring the Applicant</p>\n","type":"text/plain"},"key":"refApplicantId","value":""},{"disabled":true,"description":{"content":"<p>Optional: State tax id or other formal identification id</p>\n","type":"text/plain"},"key":"taxId","value":""},{"disabled":true,"description":{"content":"<p>Optional: Upon “true”, the onboarding status will be included in the API Response. Default: “false”</p>\n","type":"text/plain"},"key":"onboardingStatus","value":""},{"disabled":true,"description":{"content":"<p>Optional: Upon “true”, the full dataset of this company will be returned. Default: “false”</p>\n","type":"text/plain"},"key":"fullResponse","value":null}],"variable":[]}},"response":[{"id":"02d9a1a1-ac39-4aa5-a6f2-7b67a9b5c81e","name":"GetApplicants - List of all Applicants","originalRequest":{"method":"GET","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/get-applicants?onboardingStatus=true","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","get-applicants"],"query":[{"key":"onboardingStatus","value":"true","description":"Optional: Upon “true”, the onboarding status will be included in the API Response."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 10:52:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"610"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"4-68123917-68123935 ENNN RT(1625568589780 150256) q(0 0 0 -1) r(0 0) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant\": [\n        {\n            \"applicantId\": \"19162\", \n            \"dateConnected\": \"2020-11-11T00:00:00\",\n            \"isActive\": true,\n            \"lastUpdateDate\": \"2017-06-08T16:41:48\",\n            \"name\": \"Paper Factory\",\n            \"refApplicantId\": \"f2ghf3-djk32-fdhj34\",\n            \"status\": \"New\",\n            \"taxId\": null,\n            \"onboardingStatus\" : \"Available\"\n        },\n        {\n            \"applicantId\": \"1000143693\",\n            \"dateConnected\": \"2020-11-11T00:00:00\",\n            \"isActive\": false,\n            \"lastUpdateDate\": null,\n            \"name\": \"Industrial Company (demo)\",\n            \"refApplicantId\": null,\n            \"status\": \"New\",\n            \"taxId\": \"ABC123456\",\n            \"onboardingStatus\" : \"Processing\"\n        }\n    ]\n}"},{"id":"15edb396-c0a7-43e6-aeb7-c54e29b73a1e","name":"GetApplicants - Query by taxId parameter with Full Response","originalRequest":{"method":"GET","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/get-applicants?taxId=TAXID_00001&fullResponse=true&onboardingStatus=true","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","get-applicants"],"query":[{"key":"refApplicantId","value":"","description":"Optional: Identifier as provided by the Credit Provider when referring the Applicant","disabled":true},{"key":"taxId","value":"TAXID_00001"},{"key":"fullResponse","value":"true"},{"key":"onboardingStatus","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 16:46:55 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Set-Cookie","value":"incap_ses_352_2306669=MuKTAxzFrwbhlA1Vko7iBP6I5GAAAAAAhx00js/rErFx0VBMQdlsdg==; path=/; Domain=.criskco.com"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"1012-24317026-24317047 NNNN CT(131 264 0) RT(1625590014050 269) q(0 0 4 0) r(6 6) U11"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant\": [\n        {\n            \"applicantId\": \"1009535883\",\n            \"dateConnected\": \"2025-12-02T18:31:55\",\n            \"isActive\": true,\n            \"lastUpdateDate\": \"2025-12-02T00:00:00\",\n            \"name\": \"Applicant_00001\",\n            \"refApplicantId\": \"5cb5e89b-c073-4b7b-bfd5-a8d97af54bb8\",\n            \"status\": \"New\",\n            \"taxId\": \"TAXID_00001\",\n            \"onboardingStatus\": \"Available\",\n            \"fullResponse\": {\n                \"customersGrouping\": {\n                    \"applicantId\": \"1009535883\",\n                    \"refApplicantId\": \"5cb5e89b-c073-4b7b-bfd5-a8d97af54bb8\",\n                    \"customers\": [\n                        {\n                            \"customerId\": \"30941063\",\n                            \"foreignId\": \"AAA151117H19\",\n                            \"firstInvoiceDate\": \"2024-09-05T00:00:00\",\n                            \"name\": \"Customer_00001\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TAXID_00002\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"ADDR_POSTALCODE_00001\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 23799.7,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": null,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 23799.7,\n                                        \"payments\": 23799.7,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"30941032\",\n                            \"foreignId\": \"AAB210325FH5\",\n                            \"firstInvoiceDate\": \"2025-02-13T00:00:00\",\n                            \"name\": \"Customer_00002\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TAXID_00003\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"ADDR_POSTALCODE_00002\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 1174.62,\n                                \"twelveMonthsSales\": 1174.62,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 1174.62,\n                                        \"payments\": 1174.62,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"invoices\": [\n                        {\n                            \"customerId\": \"30940782\",\n                            \"id1\": \"D72DF614-4CB5-4483-B410-0B295AA53368\",\n                            \"issueDate\": \"2025-12-01T00:00:00\",\n                            \"amount\": 95589.8,\n                            \"description\": null,\n                            \"invoiceId\": \"dfbf141f-feec-480f-a0f9-b963ff7b0c35\",\n                            \"dueDate\": \"2026-03-01T00:00:00\",\n                            \"balance\": 95589.8,\n                            \"credited\": 0,\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"paymentType\": \"PPD\",\n                            \"currency\": \"MXN\",\n                            \"csdNumber\": \"00001000000709334406\",\n                            \"folio\": \"1226\",\n                            \"export\": \"No aplica\",\n                            \"exchangeRate\": null,\n                            \"transferredTaxesType\": \"IVA\",\n                            \"transferredTaxesRate\": 16,\n                            \"transferredTaxes\": 13184.8,\n                            \"issuerTaxRegime\": \"General de Ley Personas Morales\",\n                            \"recipientTaxRegime\": \"General de Ley Personas Morales\",\n                            \"erpCertNumber\": \"00001000000702693654\",\n                            \"erpCertDate\": \"2025-12-01T09:04:59\",\n                            \"certProviderTaxId\": \"CERT_TAXID_00001\"\n                        },\n                        {\n                            \"customerId\": \"30940781\",\n                            \"id1\": \"660E877A-B660-6C4D-AF52-426FF62503B4\",\n                            \"issueDate\": \"2022-10-10T00:00:00\",\n                            \"amount\": 200894,\n                            \"description\": \"TANQUE C/DIABLITO SEGUN DIBUJO SS316\",\n                            \"invoiceId\": \"f4ddf816-a92b-40d3-91ff-b3a086709f78\",\n                            \"dueDate\": \"2023-01-08T00:00:00\",\n                            \"balance\": -0.08,\n                            \"credited\": 0,\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-01-17T00:00:00\",\n                            \"paymentType\": \"PPD\",\n                            \"currency\": \"MXN\",\n                            \"csdNumber\": null,\n                            \"folio\": null,\n                            \"export\": null,\n                            \"exchangeRate\": null,\n                            \"transferredTaxesType\": null,\n                            \"transferredTaxesRate\": null,\n                            \"transferredTaxes\": null,\n                            \"issuerTaxRegime\": \"General de Ley Personas Morales\",\n                            \"recipientTaxRegime\": null,\n                            \"erpCertNumber\": null,\n                            \"erpCertDate\": null,\n                            \"certProviderTaxId\": null\n                        }\n                    ],\n                    \"payments\": [\n                        {\n                            \"customerId\": \"30940801\",\n                            \"id1\": \"D1D11568-BAE2-42CB-AB20-26D634B7E29A\",\n                            \"issueDate\": \"2025-10-01T00:00:00\",\n                            \"amount\": 18365.17,\n                            \"description\": null,\n                            \"paymentId\": \"f66d95c6-0bac-42f9-a067-36803248cc75\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"12bdeddb-7d61-415f-9ff8-eeb95fd22ad1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25FF7E00-A14C-4E75-9A9E-57DC79310746\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18365.17,\n                                    \"customerId\": \"30940801\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"30940813\",\n                            \"id1\": \"D6177AE0-E68E-49D9-96E8-634B6D8ADD40\",\n                            \"issueDate\": \"2025-10-01T00:00:00\",\n                            \"amount\": 4322.16,\n                            \"description\": null,\n                            \"paymentId\": \"87a082cf-21a8-417f-8a60-9600c64cac09\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a9980a3a-88e4-44c9-aae9-e4992edd4103\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B22D79AC-CD43-4198-8EC2-0735888581E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4322.16,\n                                    \"customerId\": \"30940813\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"creditmemos\": [\n                        {\n                            \"customerId\": \"30940852\",\n                            \"id1\": \"86CB0218-9378-437F-BA89-D3628F4DC85C\",\n                            \"issueDate\": \"2025-09-11T00:00:00\",\n                            \"amount\": 10878.57,\n                            \"description\": null,\n                            \"creditmemoId\": \"27060d3a-273b-41f8-876d-d02af6fd85ed\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"33935fd9-4dff-4215-bda2-1c89243e57bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8FB19DF9-DF51-483D-B3D5-40A441D4BDB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10878.57,\n                                    \"customerId\": \"30940852\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"30940852\",\n                            \"id1\": \"E4BF9556-FDB2-4EAC-A6A6-D9120CC56E50\",\n                            \"issueDate\": \"2025-09-11T00:00:00\",\n                            \"amount\": 11744.02,\n                            \"description\": null,\n                            \"creditmemoId\": \"c553440a-f37b-4fc2-af18-fc02e1c07597\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3e060af1-acc8-4dcb-8801-6d379d41afec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C4B73E3-BD32-4240-BC4C-AFFE04955F00\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11744.02,\n                                    \"customerId\": \"30940852\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"suppliersGrouping\": {\n                    \"applicantId\": \"1009535883\",\n                    \"refApplicantId\": \"5cb5e89b-c073-4b7b-bfd5-a8d97af54bb8\",\n                    \"suppliers\": [\n                        {\n                            \"supplierId\": \"29089259\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-04-27T00:00:00\",\n                            \"name\": \"Supplier_00001\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TAXID_00523\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": null,\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 1200,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 1200,\n                                        \"payments\": 1200,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"29088901\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-06-11T00:00:00\",\n                            \"name\": \"Supplier_00002\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TAXID_00524\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"ADDR_POSTALCODE_00002\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 1863.96,\n                                \"twelveMonthsPurchases\": 1863.96,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2025,\n                                        \"invoices\": 1863.96,\n                                        \"payments\": 1863.96,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"invoices\": [\n                        {\n                            \"supplierId\": \"29088692\",\n                            \"id1\": \"4CC43869-348B-4BBD-9AA7-963E4551F913\",\n                            \"issueDate\": \"2025-09-12T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"invoiceId\": \"dc2f32a8-1032-4621-a1fb-87f85cff89d4\",\n                            \"dueDate\": \"2025-12-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0,\n                            \"paymentDate\": \"2025-10-08T00:00:00\",\n                            \"paymentType\": \"PPD\",\n                            \"currency\": \"MXN\",\n                            \"csdNumber\": \"00001000000510787077\",\n                            \"folio\": \"2078\",\n                            \"export\": \"No aplica\",\n                            \"exchangeRate\": null,\n                            \"transferredTaxesType\": \"IVA\",\n                            \"transferredTaxesRate\": 16,\n                            \"transferredTaxes\": 816,\n                            \"issuerTaxRegime\": \"General de Ley Personas Morales\",\n                            \"recipientTaxRegime\": \"General de Ley Personas Morales\",\n                            \"erpCertNumber\": \"00001000000709182898\",\n                            \"erpCertDate\": \"2025-09-12T08:46:59\",\n                            \"certProviderTaxId\": \"CERT_TAXID_00008\"\n                        },\n                        {\n                            \"supplierId\": \"29088724\",\n                            \"id1\": \"6C4FFFEA-03A8-4E74-A7A1-D257B682EEEC\",\n                            \"issueDate\": \"2025-09-17T00:00:00\",\n                            \"amount\": 23.2,\n                            \"description\": null,\n                            \"invoiceId\": \"8b75d4bb-a7a1-4d48-85e4-cf5a46489cf6\",\n                            \"dueDate\": \"2025-12-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0,\n                            \"paymentDate\": \"2025-09-17T00:00:00\",\n                            \"paymentType\": \"PUE\",\n                            \"currency\": \"MXN\",\n                            \"csdNumber\": \"00001000000514597329\",\n                            \"folio\": \"111007174216\",\n                            \"export\": \"No aplica\",\n                            \"exchangeRate\": 1,\n                            \"transferredTaxesType\": \"IVA\",\n                            \"transferredTaxesRate\": 16,\n                            \"transferredTaxes\": 3.2,\n                            \"issuerTaxRegime\": \"General de Ley Personas Morales\",\n                            \"recipientTaxRegime\": \"General de Ley Personas Morales\",\n                            \"erpCertNumber\": \"00001000000708361114\",\n                            \"erpCertDate\": \"2025-09-17T03:12:33\",\n                            \"certProviderTaxId\": \"CERT_TAXID_00020\"\n                        }\n                    ],\n                    \"payments\": [\n                        {\n                            \"supplierId\": \"29088709\",\n                            \"id1\": \"285B1F0B-F339-4538-B20B-066D42232AD4\",\n                            \"issueDate\": \"2025-12-01T00:00:00\",\n                            \"amount\": 14241.44,\n                            \"description\": null,\n                            \"paymentId\": \"1e63d21a-ee5a-4863-805f-f77e92cf24dd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a68551a-9bcc-467f-b641-cfd3f6cde4f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"59918AD6-2FBB-4CA1-BDC9-42ABD064DE7E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3872.08,\n                                    \"supplierId\": \"29088709\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"29088692\",\n                            \"id1\": \"E918715D-3450-4DB4-B199-9006525CB584\",\n                            \"issueDate\": \"2025-12-01T00:00:00\",\n                            \"amount\": 46166.84,\n                            \"description\": null,\n                            \"paymentId\": \"45ef2b65-d3a5-472f-aaf8-66f0c3671887\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e292c4b2-52dd-4334-9326-8101d7bafadd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00C5AA91-EDFF-4CF5-823D-CC2A9E000021\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9952.8,\n                                    \"supplierId\": \"29088692\"\n                                },\n                                {\n                                    \"txnId\": \"f53bafdb-6ddc-47ae-bde1-194ab3b07424\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2A8F522A-9034-4AB6-9273-FB5E39DBA6FF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4346.52,\n                                    \"supplierId\": \"29088692\"\n                                },\n                                {\n                                    \"txnId\": \"e5586112-4fb7-4093-8fb9-f7bce182bee8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C47C2EAE-4B82-4733-B6CA-B3F919C2A198\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4918.4,\n                                    \"supplierId\": \"29088692\"\n                                },\n                                {\n                                    \"txnId\": \"5ff48a23-40d8-424c-bf46-698d9aff1dea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"88B93CF7-C873-430A-A44B-1C3718C3C8C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9873.92,\n                                    \"supplierId\": \"29088692\"\n                                },\n                                {\n                                    \"txnId\": \"8ba21426-30fe-40ec-a67a-2902dd015b52\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D522B63B-BFDC-4EA7-B98D-2D5739576F97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12180,\n                                    \"supplierId\": \"29088692\"\n                                },\n                                {\n                                    \"txnId\": \"ebdd3788-f1d0-4a9f-b028-66a3f2b3a1c3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A2DC4315-6016-43DC-8BF9-CA333815F67A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4895.2,\n                                    \"supplierId\": \"29088692\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"creditmemos\": [\n                        {\n                            \"supplierId\": \"29088687\",\n                            \"id1\": \"1C9B12D1-CF0B-11F0-9E94-D906391E111B\",\n                            \"issueDate\": \"2025-12-01T00:00:00\",\n                            \"amount\": 1417.24,\n                            \"description\": null,\n                            \"creditmemoId\": \"8f30dc87-a7ee-451b-95e8-ca589db44966\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"29088687\",\n                            \"id1\": \"1C9B1294-CF0B-11F0-B1FA-7985CCE12084\",\n                            \"issueDate\": \"2025-12-01T00:00:00\",\n                            \"amount\": 3222.63,\n                            \"description\": null,\n                            \"creditmemoId\": \"4bccf288-00e1-4298-9181-c78f85dbb086\",\n                            \"linkedInvoices\": null\n                        }\n                    ]\n                },\n                \"applicantFinancialGrouping\": {\n                    \"applicantId\": \"1009535883\",\n                    \"refApplicantId\": \"5cb5e89b-c073-4b7b-bfd5-a8d97af54bb8\",\n                    \"applicantInfo\": {\n                        \"applicantId\": \"1009535883\",\n                        \"refApplicantId\": \"5cb5e89b-c073-4b7b-bfd5-a8d97af54bb8\",\n                        \"name\": \"Applicant_00001\",\n                        \"verifiedBy\": null,\n                        \"verifiedName\": null,\n                        \"registrationDate\": \"2025-12-02T18:31:56\",\n                        \"firstInvoiceDate\": \"2022-01-04T00:00:00\",\n                        \"sectorNaicsId\": null,\n                        \"sectorNaicsName\": null,\n                        \"yearsInBusiness\": null,\n                        \"isVerifiedTaxId\": false,\n                        \"taxId\": \"TAXID_00001\",\n                        \"erpType\": \"SAT\",\n                        \"financialYearEndMonth\": null,\n                        \"financialYearEndDay\": null,\n                        \"currency\": \"MXN\",\n                        \"address\": {\n                            \"city\": \"ADDR_CITY_00612\",\n                            \"country\": \"MEX\",\n                            \"postalCode\": \"ADDR_POSTALCODE_00333\",\n                            \"state\": \"ADDR_STATE_00613\",\n                            \"street\": \"ADDR_STREET_00614\"\n                        },\n                        \"contactDetails\": {\n                            \"phone\": null\n                        },\n                        \"financials\": {\n                            \"lastUpdate\": \"2025-12-02T00:00:00\",\n                            \"salesCurrentYear\": 59852885.55,\n                            \"salesPreviousYear\": 49914898.75,\n                            \"salesPreviousTwoYears\": 53941068.49,\n                            \"totalSales\": 207298364.86,\n                            \"accountsReceivables\": 12219203.31,\n                            \"overdueReceivables\": 2908710.91,\n                            \"dso\": 21,\n                            \"add\": -52,\n                            \"cei\": 118.37182513801658,\n                            \"totalCustomers\": 521,\n                            \"activeCustomers\": 380,\n                            \"numberOfCancelledInvoices\": 0,\n                            \"valueOfCancelledInvoices\": 0,\n                            \"financialYearsAnalytics\": {\n                                \"current\": {\n                                    \"date\": \"2025-12-02T00:00:00\",\n                                    \"activeCustomers\": 380,\n                                    \"salesPercentTop5Customers\": 47.91,\n                                    \"purchasePercentTop5Vendors\": 54.71,\n                                    \"customerRiskHhi\": 0.07,\n                                    \"vendorRiskHhi\": 0.09,\n                                    \"zScore\": null,\n                                    \"debtServiceRatio\": null,\n                                    \"pretaxProfitMargin\": null,\n                                    \"returnOnEquity\": null,\n                                    \"currentRatio\": null,\n                                    \"quickRatio\": null,\n                                    \"operatingExpense\": null,\n                                    \"numberOfInvoices\": 1284,\n                                    \"averageInvoiceSize\": 48859.64,\n                                    \"dso\": 21,\n                                    \"add\": -52,\n                                    \"cei\": 118.37,\n                                    \"numberOfCancelledInvoices\": 0,\n                                    \"valueOfCancelledInvoices\": 0\n                                },\n                                \"financialYearEnd\": {\n                                    \"date\": \"2024-12-31T00:00:00\",\n                                    \"activeCustomers\": 351,\n                                    \"salesPercentTop5Customers\": 29.63,\n                                    \"purchasePercentTop5Vendors\": 62.3,\n                                    \"customerRiskHhi\": 0.03,\n                                    \"vendorRiskHhi\": 0.12,\n                                    \"zScore\": 6.51,\n                                    \"debtServiceRatio\": 2.54,\n                                    \"pretaxProfitMargin\": 8.95,\n                                    \"returnOnEquity\": 19.44,\n                                    \"currentRatio\": 8.77,\n                                    \"quickRatio\": 2.58,\n                                    \"operatingExpense\": 40.12,\n                                    \"numberOfInvoices\": 1164,\n                                    \"averageInvoiceSize\": 42882.22,\n                                    \"dso\": -25,\n                                    \"add\": -106,\n                                    \"cei\": 138.02,\n                                    \"numberOfCancelledInvoices\": 0,\n                                    \"valueOfCancelledInvoices\": 0\n                                },\n                                \"previousFinancialYearEnd\": {\n                                    \"date\": \"2023-12-31T00:00:00\",\n                                    \"activeCustomers\": 311,\n                                    \"salesPercentTop5Customers\": 47.71,\n                                    \"purchasePercentTop5Vendors\": 62.68,\n                                    \"customerRiskHhi\": 0.13,\n                                    \"vendorRiskHhi\": 0.11,\n                                    \"zScore\": 5.36,\n                                    \"debtServiceRatio\": 2.94,\n                                    \"pretaxProfitMargin\": 20.24,\n                                    \"returnOnEquity\": 37.27,\n                                    \"currentRatio\": 7.51,\n                                    \"quickRatio\": 3.1,\n                                    \"operatingExpense\": 29.03,\n                                    \"numberOfInvoices\": 1190,\n                                    \"averageInvoiceSize\": 45328.63,\n                                    \"dso\": -6,\n                                    \"add\": -108,\n                                    \"cei\": 137.34,\n                                    \"numberOfCancelledInvoices\": 0,\n                                    \"valueOfCancelledInvoices\": 0\n                                },\n                                \"secondPreviousFinancialYearEnd\": {\n                                    \"date\": \"2022-12-31T00:00:00\",\n                                    \"activeCustomers\": 192,\n                                    \"salesPercentTop5Customers\": 44.38,\n                                    \"purchasePercentTop5Vendors\": 58.41,\n                                    \"customerRiskHhi\": 0.1,\n                                    \"vendorRiskHhi\": 0.09,\n                                    \"zScore\": 4.45,\n                                    \"debtServiceRatio\": 0.51,\n                                    \"pretaxProfitMargin\": 5.57,\n                                    \"returnOnEquity\": 9.78,\n                                    \"currentRatio\": 5.6,\n                                    \"quickRatio\": 3.26,\n                                    \"operatingExpense\": 27.84,\n                                    \"numberOfInvoices\": 937,\n                                    \"averageInvoiceSize\": 46520.29,\n                                    \"dso\": -6,\n                                    \"add\": -108,\n                                    \"cei\": 137.34,\n                                    \"numberOfCancelledInvoices\": 0,\n                                    \"valueOfCancelledInvoices\": 0\n                                },\n                                \"thirdPreviousFinancialYearEnd\": {\n                                    \"date\": \"2021-12-31T00:00:00\",\n                                    \"activeCustomers\": null,\n                                    \"salesPercentTop5Customers\": null,\n                                    \"purchasePercentTop5Vendors\": null,\n                                    \"customerRiskHhi\": null,\n                                    \"vendorRiskHhi\": null,\n                                    \"zScore\": 4.65,\n                                    \"debtServiceRatio\": 3.57,\n                                    \"pretaxProfitMargin\": 2.67,\n                                    \"returnOnEquity\": 4.17,\n                                    \"currentRatio\": 12.45,\n                                    \"quickRatio\": 6.01,\n                                    \"operatingExpense\": 31.51,\n                                    \"numberOfInvoices\": null,\n                                    \"averageInvoiceSize\": null,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"numberOfCancelledInvoices\": null,\n                                    \"valueOfCancelledInvoices\": null\n                                }\n                            },\n                            \"revenueStream\": [\n                                {\n                                    \"year\": -1,\n                                    \"month\": -1,\n                                    \"invoicesDue\": 2904248.78,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 12,\n                                    \"invoicesDue\": 1354043.91,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 1,\n                                    \"invoicesDue\": 2647512.44,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 2,\n                                    \"invoicesDue\": 4915145.1,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 3,\n                                    \"invoicesDue\": 401798.16,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 4,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 5,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                }\n                            ],\n                            \"monthlyFinancials\": [\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 1,\n                                    \"invoices\": 1964450.4,\n                                    \"payments\": 3702261.57,\n                                    \"openAR\": -1737811.17,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 2,\n                                    \"invoices\": 3615555.05,\n                                    \"payments\": 2454332.23,\n                                    \"openAR\": -576588.35,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 3,\n                                    \"invoices\": 4994341.13,\n                                    \"payments\": 2549370.97,\n                                    \"openAR\": 1868381.81,\n                                    \"dso\": 64,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 4,\n                                    \"invoices\": 4113299.47,\n                                    \"payments\": 4598974.11,\n                                    \"openAR\": 1382707.17,\n                                    \"dso\": 34,\n                                    \"add\": null,\n                                    \"cei\": 695.38,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 5,\n                                    \"invoices\": 3223686.67,\n                                    \"payments\": 2922107.16,\n                                    \"openAR\": 1684286.68,\n                                    \"dso\": 34,\n                                    \"add\": null,\n                                    \"cei\": 281.97,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 6,\n                                    \"invoices\": 3448357.47,\n                                    \"payments\": 2908990.55,\n                                    \"openAR\": 2223653.6,\n                                    \"dso\": 38,\n                                    \"add\": null,\n                                    \"cei\": 180.55,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 7,\n                                    \"invoices\": 2699849.44,\n                                    \"payments\": 4558128.73,\n                                    \"openAR\": 365374.31,\n                                    \"dso\": 6,\n                                    \"add\": null,\n                                    \"cei\": 158.97,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 8,\n                                    \"invoices\": 3155874.14,\n                                    \"payments\": 2477313.85,\n                                    \"openAR\": 1043934.6,\n                                    \"dso\": 14,\n                                    \"add\": null,\n                                    \"cei\": 139.1,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 9,\n                                    \"invoices\": 3218070.13,\n                                    \"payments\": 4354118.26,\n                                    \"openAR\": -92113.53,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 142.91,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 10,\n                                    \"invoices\": 2146213.41,\n                                    \"payments\": 3285383.8,\n                                    \"openAR\": -1231283.92,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 139.75,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 11,\n                                    \"invoices\": 6142040.35,\n                                    \"payments\": 2900153.48,\n                                    \"openAR\": 2010602.95,\n                                    \"dso\": 19,\n                                    \"add\": null,\n                                    \"cei\": 133.93,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 12,\n                                    \"invoices\": 4867774.41,\n                                    \"payments\": 2979173.41,\n                                    \"openAR\": 3899203.95,\n                                    \"dso\": 33,\n                                    \"add\": null,\n                                    \"cei\": 130.42,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 1,\n                                    \"invoices\": 1887348.45,\n                                    \"payments\": 5045628.35,\n                                    \"openAR\": 740924.05,\n                                    \"dso\": 6,\n                                    \"add\": null,\n                                    \"cei\": 141.55,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 2,\n                                    \"invoices\": 1505064.22,\n                                    \"payments\": 2941098.82,\n                                    \"openAR\": -695110.55,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 127.5,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 3,\n                                    \"invoices\": 5947428.15,\n                                    \"payments\": 2223774.98,\n                                    \"openAR\": 3028542.62,\n                                    \"dso\": 26,\n                                    \"add\": null,\n                                    \"cei\": 118.09,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 4,\n                                    \"invoices\": 2171047.11,\n                                    \"payments\": 4077768.59,\n                                    \"openAR\": 1121821.14,\n                                    \"dso\": 10,\n                                    \"add\": null,\n                                    \"cei\": 126.7,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 5,\n                                    \"invoices\": 4980026.2,\n                                    \"payments\": 4280583.07,\n                                    \"openAR\": 1821264.27,\n                                    \"dso\": 16,\n                                    \"add\": null,\n                                    \"cei\": 134.07,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 6,\n                                    \"invoices\": 4695438.97,\n                                    \"payments\": 7887523.44,\n                                    \"openAR\": -1370820.2,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 138.42,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 7,\n                                    \"invoices\": 5976759.62,\n                                    \"payments\": 3010040.45,\n                                    \"openAR\": 1595898.97,\n                                    \"dso\": 12,\n                                    \"add\": null,\n                                    \"cei\": 142.56,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 8,\n                                    \"invoices\": 6223617.4,\n                                    \"payments\": 5012348.87,\n                                    \"openAR\": 2807167.5,\n                                    \"dso\": 21,\n                                    \"add\": null,\n                                    \"cei\": 138.57,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 9,\n                                    \"invoices\": 5149632.13,\n                                    \"payments\": 7426751.61,\n                                    \"openAR\": 530048.02,\n                                    \"dso\": 4,\n                                    \"add\": null,\n                                    \"cei\": 149.11,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 10,\n                                    \"invoices\": 4147394.02,\n                                    \"payments\": 4652924.01,\n                                    \"openAR\": 24518.03,\n                                    \"dso\": 0,\n                                    \"add\": null,\n                                    \"cei\": 141.41,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 11,\n                                    \"invoices\": 7061966.25,\n                                    \"payments\": 4532997.72,\n                                    \"openAR\": 2553486.56,\n                                    \"dso\": 17,\n                                    \"add\": null,\n                                    \"cei\": 133.69,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 12,\n                                    \"invoices\": 4195345.97,\n                                    \"payments\": 7577050.38,\n                                    \"openAR\": -828217.85,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 137.34,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 1,\n                                    \"invoices\": 6219886.09,\n                                    \"payments\": 4584502.11,\n                                    \"openAR\": 807166.13,\n                                    \"dso\": 5,\n                                    \"add\": null,\n                                    \"cei\": 139.92,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 2,\n                                    \"invoices\": 4086311.8,\n                                    \"payments\": 4699325.37,\n                                    \"openAR\": 194152.56,\n                                    \"dso\": 1,\n                                    \"add\": null,\n                                    \"cei\": 131.21,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 3,\n                                    \"invoices\": 3873303.74,\n                                    \"payments\": 3881758.84,\n                                    \"openAR\": 185697.46,\n                                    \"dso\": 1,\n                                    \"add\": null,\n                                    \"cei\": 129.38,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 4,\n                                    \"invoices\": 4252508.49,\n                                    \"payments\": 4914217.03,\n                                    \"openAR\": -476011.08,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 125.49,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 5,\n                                    \"invoices\": 5056482.04,\n                                    \"payments\": 3711320.33,\n                                    \"openAR\": 869150.63,\n                                    \"dso\": 5,\n                                    \"add\": null,\n                                    \"cei\": 124.63,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 6,\n                                    \"invoices\": 4267885.18,\n                                    \"payments\": 2937357.62,\n                                    \"openAR\": 2199678.19,\n                                    \"dso\": 13,\n                                    \"add\": null,\n                                    \"cei\": 124.23,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 7,\n                                    \"invoices\": 2491817.63,\n                                    \"payments\": 4947225.6,\n                                    \"openAR\": -255729.78,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 118.8,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 8,\n                                    \"invoices\": 4273911.99,\n                                    \"payments\": 5401098.9,\n                                    \"openAR\": -1382916.69,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 126.52,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 9,\n                                    \"invoices\": 4113487.86,\n                                    \"payments\": 3041894.45,\n                                    \"openAR\": -311323.28,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 124.71,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 10,\n                                    \"invoices\": 4241886.6,\n                                    \"payments\": 5462328.38,\n                                    \"openAR\": -1531765.06,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 133.33,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 11,\n                                    \"invoices\": 4046029.9,\n                                    \"payments\": 4207094.15,\n                                    \"openAR\": -1692829.31,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 134.21,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 12,\n                                    \"invoices\": 2991387.43,\n                                    \"payments\": 4659687.17,\n                                    \"openAR\": -3361129.05,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 138.02,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 1,\n                                    \"invoices\": 5201896.62,\n                                    \"payments\": 3974436.95,\n                                    \"openAR\": -2133669.38,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 138.44,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 2,\n                                    \"invoices\": 8704446.73,\n                                    \"payments\": 2514898.98,\n                                    \"openAR\": 4055878.37,\n                                    \"dso\": 28,\n                                    \"add\": null,\n                                    \"cei\": 134.59,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 3,\n                                    \"invoices\": 4885505.87,\n                                    \"payments\": 9022207.97,\n                                    \"openAR\": -80823.73,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 152.65,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 4,\n                                    \"invoices\": 9903809.14,\n                                    \"payments\": 4706208.73,\n                                    \"openAR\": 5116776.68,\n                                    \"dso\": 31,\n                                    \"add\": null,\n                                    \"cei\": 150.97,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 5,\n                                    \"invoices\": 4771302.88,\n                                    \"payments\": 2622591.96,\n                                    \"openAR\": 7265487.6,\n                                    \"dso\": 44,\n                                    \"add\": null,\n                                    \"cei\": 129.9,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 6,\n                                    \"invoices\": 5016729.64,\n                                    \"payments\": 4677585.81,\n                                    \"openAR\": 7604631.43,\n                                    \"dso\": 46,\n                                    \"add\": null,\n                                    \"cei\": 126.69,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 7,\n                                    \"invoices\": 4150920.9,\n                                    \"payments\": 5200866.93,\n                                    \"openAR\": 6554685.4,\n                                    \"dso\": 38,\n                                    \"add\": null,\n                                    \"cei\": 115.18,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 8,\n                                    \"invoices\": 3513171.72,\n                                    \"payments\": 5923459.45,\n                                    \"openAR\": 4144397.67,\n                                    \"dso\": 25,\n                                    \"add\": null,\n                                    \"cei\": 117.13,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 9,\n                                    \"invoices\": 3605760.29,\n                                    \"payments\": 7421208.03,\n                                    \"openAR\": 328949.93,\n                                    \"dso\": 2,\n                                    \"add\": null,\n                                    \"cei\": 120.94,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 10,\n                                    \"invoices\": 4316149.99,\n                                    \"payments\": 3986877.28,\n                                    \"openAR\": 658222.64,\n                                    \"dso\": 4,\n                                    \"add\": null,\n                                    \"cei\": 120.86,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 11,\n                                    \"invoices\": 5374016.3,\n                                    \"payments\": 2899049.4,\n                                    \"openAR\": 3133189.54,\n                                    \"dso\": 18,\n                                    \"add\": null,\n                                    \"cei\": 120.87,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 12,\n                                    \"invoices\": 409175.47,\n                                    \"payments\": 7377.31,\n                                    \"openAR\": 3534987.7,\n                                    \"dso\": 21,\n                                    \"add\": null,\n                                    \"cei\": 118.37,\n                                    \"deposits\": 0\n                                }\n                            ]\n                        },\n                        \"blackLists\": {\n                            \"ofac\": {\n                                \"reportDate\": \"2025-11-24T00:00:00\",\n                                \"exists\": false\n                            },\n                            \"sat\": {\n                                \"reportDate\": \"2025-09-30T00:00:00\",\n                                \"exists\": false,\n                                \"status\": null,\n                                \"dateSuspected\": null,\n                                \"dateConfirmed\": null\n                            },\n                            \"contacts\": []\n                        }\n                    },\n                    \"rowDataReports\": [\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"FinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2024-01-01T00:00:00\",\n                            \"toDate\": \"2024-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Profit & Loss\",\n                                \"SAT Declaration\",\n                                \"January 1 2024 TO December 31 2024\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"VENTAS Y/O SERVICIOS NACIONALES\",\n                                    \"cell2\": \"43195848\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEVOLUCIONES, DESCUENTOS Y BONIFICACIONES NACIONALES\",\n                                    \"cell2\": \"-929019\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS INGRESOS\",\n                                    \"cell2\": \"7000000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INGRESOS NETOS\",\n                                    \"cell2\": \"49266829\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS NACIONALES\",\n                                    \"cell2\": \"19958647\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS EXTRANJERAS\",\n                                    \"cell2\": \"10136895\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO INICIAL\",\n                                    \"cell2\": \"15848344\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO FINAL\",\n                                    \"cell2\": \"-16734232\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE MATERIALES UTILIZADOS O COMERCIALIZADOS\",\n                                    \"cell2\": \"29209654\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS COSTOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE VENTAS\",\n                                    \"cell2\": \"29209654\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE SERVICIOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD BRUTA\",\n                                    \"cell2\": \"20057175\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA BRUTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS GENERALES\",\n                                    \"cell2\": \"16959318\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE ADMINISTRACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE VENTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE OPERACIÓN\",\n                                    \"cell2\": \"16959318\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIÓN\",\n                                    \"cell2\": \"3097857\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A CARGO NACIONALES\",\n                                    \"cell2\": \"-465732\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA CAMBIARIA\",\n                                    \"cell2\": \"-381122\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GANANCIA CAMBIARIA\",\n                                    \"cell2\": \"970661\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESULTADO INTEGRAL DE FINANCIAMIENTO\",\n                                    \"cell2\": \"123807\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN EN ASOCIADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"3221664\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO SOBRE LA RENTA\",\n                                    \"cell2\": \"309990\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"309990\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"2911674\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN DE LOS TRABAJADORES EN LAS UTILIDADES\",\n                                    \"cell2\": \"106693\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OPERACIONES DISCONTINUADAS\",\n                                    \"cell2\": \"106693\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"2804981\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA NETA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"PreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2023-01-01T00:00:00\",\n                            \"toDate\": \"2023-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Profit & Loss\",\n                                \"SAT Declaration\",\n                                \"January 1 2023 TO December 31 2023\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"VENTAS Y/O SERVICIOS NACIONALES\",\n                                    \"cell2\": \"47263727\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEVOLUCIONES, DESCUENTOS Y BONIFICACIONES NACIONALES\",\n                                    \"cell2\": \"-822815\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS INGRESOS\",\n                                    \"cell2\": \"5657675\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INGRESOS NETOS\",\n                                    \"cell2\": \"52098587\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS NACIONALES\",\n                                    \"cell2\": \"23011991\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS EXTRANJERAS\",\n                                    \"cell2\": \"13675684\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO INICIAL\",\n                                    \"cell2\": \"9339043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO FINAL\",\n                                    \"cell2\": \"-15848344\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE MATERIALES UTILIZADOS O COMERCIALIZADOS\",\n                                    \"cell2\": \"30178374\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS COSTOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE VENTAS\",\n                                    \"cell2\": \"30178374\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE SERVICIOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD BRUTA\",\n                                    \"cell2\": \"21920213\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA BRUTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS GENERALES\",\n                                    \"cell2\": \"13480909\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE ADMINISTRACIÓN\",\n                                    \"cell2\": \"1\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE VENTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE OPERACIÓN\",\n                                    \"cell2\": \"13480910\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIÓN\",\n                                    \"cell2\": \"8439303\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A CARGO NACIONALES\",\n                                    \"cell2\": \"-86884\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA CAMBIARIA\",\n                                    \"cell2\": \"-1858636\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GANANCIA CAMBIARIA\",\n                                    \"cell2\": \"672671\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A FAVOR NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESULTADO INTEGRAL DE FINANCIAMIENTO\",\n                                    \"cell2\": \"-1272849\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN EN ASOCIADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"7166454\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO SOBRE LA RENTA\",\n                                    \"cell2\": \"280466\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"280466\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"6885988\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN DE LOS TRABAJADORES EN LAS UTILIDADES\",\n                                    \"cell2\": \"93489\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OPERACIONES DISCONTINUADAS\",\n                                    \"cell2\": \"93489\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"6792499\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA NETA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"SecondPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2022-01-01T00:00:00\",\n                            \"toDate\": \"2022-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Profit & Loss\",\n                                \"SAT Declaration\",\n                                \"January 1 2022 TO December 31 2022\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"VENTAS Y/O SERVICIOS NACIONALES\",\n                                    \"cell2\": \"38360357\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEVOLUCIONES, DESCUENTOS Y BONIFICACIONES NACIONALES\",\n                                    \"cell2\": \"-255126\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS INGRESOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INGRESOS NETOS\",\n                                    \"cell2\": \"38105231\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS NACIONALES\",\n                                    \"cell2\": \"14429874\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS EXTRANJERAS\",\n                                    \"cell2\": \"9927125\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO INICIAL\",\n                                    \"cell2\": \"11214818\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO FINAL\",\n                                    \"cell2\": \"-9339043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE MATERIALES UTILIZADOS O COMERCIALIZADOS\",\n                                    \"cell2\": \"26232774\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN COSTO DE VENTAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE VENTAS\",\n                                    \"cell2\": \"26232774\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN COSTO DE SERVICIOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE SERVICIOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD BRUTA\",\n                                    \"cell2\": \"11872457\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA BRUTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS GENERALES\",\n                                    \"cell2\": \"10607832\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE ADMINISTRACIÓN\",\n                                    \"cell2\": \"-1\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE VENTA\",\n                                    \"cell2\": \"332\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE OPERACIÓN\",\n                                    \"cell2\": \"10608163\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIÓN\",\n                                    \"cell2\": \"1264294\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A FAVOR NACIONALES\",\n                                    \"cell2\": \"1854\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A CARGO NACIONALES\",\n                                    \"cell2\": \"-113168\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA CAMBIARIA\",\n                                    \"cell2\": \"-711362\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GANANCIA CAMBIARIA\",\n                                    \"cell2\": \"294592\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESULTADO INTEGRAL DE FINANCIAMIENTO\",\n                                    \"cell2\": \"-528084\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN EN ASOCIADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"736210\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO SOBRE LA RENTA\",\n                                    \"cell2\": \"184846\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"184846\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"551364\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN DE LOS TRABAJADORES EN LAS UTILIDADES\",\n                                    \"cell2\": \"61615\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OPERACIONES DISCONTINUADAS\",\n                                    \"cell2\": \"61615\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"489749\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA NETA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"ThirdPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2021-01-01T00:00:00\",\n                            \"toDate\": \"2021-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Profit & Loss\",\n                                \"SAT Declaration\",\n                                \"January 1 2021 TO December 31 2021\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"VENTAS Y/O SERVICIOS NACIONALES\",\n                                    \"cell2\": \"33624838\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"VENTAS Y/O SERVICIOS EXTRANJEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEVOLUCIONES, DESCUENTOS Y BONIFICACIONES SOBRE VENTAS NACIONALES\",\n                                    \"cell2\": \"797974\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEVOLUCIONES, DESCUENTOS Y BONIFICACIONES SOBRE VENTAS AL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INGRESOS NETOS\",\n                                    \"cell2\": \"32826864\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO INICIAL\",\n                                    \"cell2\": \"9294476\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS NACIONALES\",\n                                    \"cell2\": \"14565991\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COMPRAS NETAS DE IMPORTACIÓN\",\n                                    \"cell2\": \"9438282\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIO FINAL\",\n                                    \"cell2\": \"11214818\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE LAS MERCANCÍAS\",\n                                    \"cell2\": \"22083931\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MANO DE OBRA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MAQUILAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS INDIRECTOS DE FABRICACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"COSTO DE VENTAS Y/O SERVICIOS\",\n                                    \"cell2\": \"22083931\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD BRUTA\",\n                                    \"cell2\": \"10742933\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA BRUTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS DE OPERACIÓN\",\n                                    \"cell2\": \"9838430\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DE OPERACIÓN\",\n                                    \"cell2\": \"904503\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DE OPERACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A FAVOR NACIONALES\",\n                                    \"cell2\": \"42734\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A FAVOR DEL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES MORATORIOS A FAVOR NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES MORATORIOS A FAVOR DEL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GANANCIA CAMBIARIA\",\n                                    \"cell2\": \"512896\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A CARGO NACIONALES\",\n                                    \"cell2\": \"47351\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES DEVENGADOS A CARGO DEL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES MORATORIOS A CARGO NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INTERESES MORATORIOS A CARGO DEL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA CAMBIARIA\",\n                                    \"cell2\": \"503899\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESULTADO POR POSICIÓN MONETARIA FAVORABLE\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESULTADO POR POSICIÓN MONETARIA DESFAVORABLE\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTRAS OPERACIONES FINANCIERAS NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTRAS OPERACIONES FINANCIERAS EXTRANJERAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTRAS OPERACIONES FINANCIERAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESULTADO INTEGRAL DE FINANCIAMIENTO\",\n                                    \"cell2\": \"4380\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS GASTOS NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS GASTOS EXTRANJEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS GASTOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PRODUCTOS NACIONALES\",\n                                    \"cell2\": \"4005\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PRODUCTOS EXTRANJEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PRODUCTOS\",\n                                    \"cell2\": \"4005\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INGRESOS POR PARTIDAS DISCONTINUAS Y EXTRAORDINARIAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"GASTOS POR PARTIDAS DISCONTINUAS Y EXTRAORDINARIAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD ANTES DE IMPUESTOS\",\n                                    \"cell2\": \"912888\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA ANTES DE IMPUESTOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ISR\",\n                                    \"cell2\": \"16610\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PTU\",\n                                    \"cell2\": \"5537\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD EN PARTICIPACIÓN SUBSIDIARIA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA EN PARTICIPACIÓN SUBSIDIARIA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTOS DE REEXPRESIÓN FAVORABLES EXCEPTO RESULTADO POR POSICIÓN MONETARIA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTOS DE REEXPRESIÓN DESFAVORABLES EXCEPTO RESULTADO POR POSICIÓN MONETARIA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"890741\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA NETA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"FinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2024-12-31T00:00:00\",\n                            \"toDate\": \"2024-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Balance Sheet\",\n                                \"SAT Declaration\",\n                                \"December 31 2024\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO Y EQUIVALENTES DE EFECTIVO\",\n                                    \"cell2\": \"1970629\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO Y EQUIVALENTES DE EFECTIVO NACIONALES\",\n                                    \"cell2\": \"1970629\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS DE NEGOCIACIÓN\",\n                                    \"cell2\": \"218250\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN VALORES CON INSTITUCIONES NACIONALES\",\n                                    \"cell2\": \"218250\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CLIENTES\",\n                                    \"cell2\": \"5386684\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CLIENTES NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"5386684\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR A PARTES NO RELACIONADAS NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEUDORES DIVERSOS\",\n                                    \"cell2\": \"2251\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEUDORES DIVERSOS PARTES NO RELACIONADAS NACIONALES\",\n                                    \"cell2\": \"2251\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ESTIMACIÓN DE CUENTAS INCOBRABLES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO POR RECUPERAR\",\n                                    \"cell2\": \"89282\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIOS\",\n                                    \"cell2\": \"16734232\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRODUCTOS TERMINADOS\",\n                                    \"cell2\": \"16734232\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PAGOS ANTICIPADOS\",\n                                    \"cell2\": \"459831\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS PAGADOS POR ANTICIPADO\",\n                                    \"cell2\": \"459831\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS DISPONIBLES PARA VENTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS ACTIVOS A CORTO PLAZO\",\n                                    \"cell2\": \"155261\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO A CORTO PLAZO\",\n                                    \"cell2\": \"25016420\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROPIEDADES, PLANTAS Y EQUIPO\",\n                                    \"cell2\": \"912656\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MOBILIARIO Y EQUIPO\",\n                                    \"cell2\": \"562794\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE MOBILIARIO Y EQUIPO\",\n                                    \"cell2\": \"-436079\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MAQUINARIA\",\n                                    \"cell2\": \"1367678\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"3553156\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE COMPUTO\",\n                                    \"cell2\": \"651039\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE MAQUINARIA\",\n                                    \"cell2\": \"-1176924\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE EQUIPO DE COMPUTO\",\n                                    \"cell2\": \"-485142\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"-3123866\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPO A PROVEEDORES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CRÉDITO MERCANTIL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"62944\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"62944\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN ASOCIADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS POR COBRAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS ACTIVOS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO A LARGO PLAZO\",\n                                    \"cell2\": \"975600\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO\",\n                                    \"cell2\": \"25992020\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRÉSTAMOS BANCARIOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES\",\n                                    \"cell2\": \"684663\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES DEL EXTRANJERO PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"684663\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACREEDORES DIVERSOS\",\n                                    \"cell2\": \"795043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACREEDORES DIVERSOS NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"795043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS A LA UTILIDAD POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPO DE CLIENTES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVISIONES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS POR PAGAR\",\n                                    \"cell2\": \"1371834\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS POR PAGAR\",\n                                    \"cell2\": \"271525\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS TRASLADADOS POR COBRAR\",\n                                    \"cell2\": \"1095043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PTU POR PAGAR\",\n                                    \"cell2\": \"5266\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PASIVOS A CORTO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO A CORTO PLAZO\",\n                                    \"cell2\": \"2851540\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RENTAS COBRADAS POR ANTICIPADO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO A LA UTILIDAD DIFERIDO POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"BENEFICIO A EMPLEADOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVISIONES A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PASIVOS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO\",\n                                    \"cell2\": \"2851540\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL\",\n                                    \"cell2\": \"200000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESERVAS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL (APORTACIONES)\",\n                                    \"cell2\": \"200000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"1620000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESERVA LEGAL\",\n                                    \"cell2\": \"40000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSUFICIENCIA EN LA ACTUALIZACIÓN DEL CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRIMA EN VENTA DE ACCIONES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EXCESO EN LA ACTUALIZACIÓN DEL CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"21280480\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"20560320\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDAS ACUMULADAS\",\n                                    \"cell2\": \"-2084821\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"2804981\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS RESULTADOS INTEGRALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN CONTROLADORA\",\n                                    \"cell2\": \"23140480\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN NO CONTROLADORA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE CAPITAL CONTABLE\",\n                                    \"cell2\": \"23140480\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO Y CAPITAL CONTABLE\",\n                                    \"cell2\": \"25992020\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"PreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2023-12-31T00:00:00\",\n                            \"toDate\": \"2023-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Balance Sheet\",\n                                \"SAT Declaration\",\n                                \"December 31 2023\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO Y EQUIVALENTES DE EFECTIVO\",\n                                    \"cell2\": \"5010600\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO Y EQUIVALENTES DE EFECTIVO NACIONALES\",\n                                    \"cell2\": \"5010600\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS DE NEGOCIACIÓN\",\n                                    \"cell2\": \"1628346\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN VALORES CON INSTITUCIONES NACIONALES\",\n                                    \"cell2\": \"1628346\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CLIENTES\",\n                                    \"cell2\": \"7929985\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CLIENTES NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"7929985\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR\",\n                                    \"cell2\": \"23\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR A PARTES NO RELACIONADAS NACIONALES\",\n                                    \"cell2\": \"23\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEUDORES DIVERSOS\",\n                                    \"cell2\": \"6911\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEUDORES DIVERSOS PARTES RELACIONADAS NACIONALES\",\n                                    \"cell2\": \"6911\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ESTIMACIÓN DE CUENTAS INCOBRABLES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO POR RECUPERAR\",\n                                    \"cell2\": \"167421\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIOS\",\n                                    \"cell2\": \"15848344\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRODUCTOS TERMINADOS\",\n                                    \"cell2\": \"15848344\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PAGOS ANTICIPADOS\",\n                                    \"cell2\": \"581899\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS PAGADOS POR ANTICIPADO\",\n                                    \"cell2\": \"581899\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS DISPONIBLES PARA VENTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS ACTIVOS A CORTO PLAZO\",\n                                    \"cell2\": \"151530\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO A CORTO PLAZO\",\n                                    \"cell2\": \"31325059\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROPIEDADES, PLANTAS Y EQUIPO\",\n                                    \"cell2\": \"1432729\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MOBILIARIO Y EQUIPO\",\n                                    \"cell2\": \"562794\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE MOBILIARIO Y EQUIPO\",\n                                    \"cell2\": \"-425540\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MAQUINARIA\",\n                                    \"cell2\": \"1367678\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"4759269\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE COMPUTO\",\n                                    \"cell2\": \"560342\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE MAQUINARIA\",\n                                    \"cell2\": \"-1210562\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE EQUIPO DE COMPUTO\",\n                                    \"cell2\": \"-461477\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"-3719775\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPO A PROVEEDORES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CRÉDITO MERCANTIL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"78950\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"78950\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN ASOCIADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS POR COBRAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS ACTIVOS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO A LARGO PLAZO\",\n                                    \"cell2\": \"1511679\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO\",\n                                    \"cell2\": \"32836738\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRÉSTAMOS BANCARIOS\",\n                                    \"cell2\": \"1810510\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES\",\n                                    \"cell2\": \"348629\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES DEL EXTRANJERO PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"357256\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"-8627\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACREEDORES DIVERSOS\",\n                                    \"cell2\": \"478876\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACREEDORES DIVERSOS NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"478876\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS A LA UTILIDAD POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPO DE CLIENTES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVISIONES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS POR PAGAR\",\n                                    \"cell2\": \"1533229\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS POR PAGAR\",\n                                    \"cell2\": \"139841\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS TRASLADADOS POR COBRAR\",\n                                    \"cell2\": \"1447103\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PTU POR PAGAR\",\n                                    \"cell2\": \"-53715\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PASIVOS A CORTO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO A CORTO PLAZO\",\n                                    \"cell2\": \"4171244\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RENTAS COBRADAS POR ANTICIPADO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO A LA UTILIDAD DIFERIDO POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"BENEFICIO A EMPLEADOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVISIONES A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PASIVOS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO\",\n                                    \"cell2\": \"4171244\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL\",\n                                    \"cell2\": \"200000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESERVAS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL (APORTACIONES)\",\n                                    \"cell2\": \"200000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"9950000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESERVA LEGAL\",\n                                    \"cell2\": \"40000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSUFICIENCIA EN LA ACTUALIZACIÓN DEL CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRIMA EN VENTA DE ACCIONES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EXCESO EN LA ACTUALIZACIÓN DEL CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"18475494\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"13767816\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDAS ACUMULADAS\",\n                                    \"cell2\": \"-2084821\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"6792499\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS RESULTADOS INTEGRALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN CONTROLADORA\",\n                                    \"cell2\": \"28665494\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN NO CONTROLADORA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE CAPITAL CONTABLE\",\n                                    \"cell2\": \"28665494\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO Y CAPITAL CONTABLE\",\n                                    \"cell2\": \"32836738\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"SecondPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2022-12-31T00:00:00\",\n                            \"toDate\": \"2022-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Balance Sheet\",\n                                \"SAT Declaration\",\n                                \"December 31 2022\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO Y EQUIVALENTES DE EFECTIVO\",\n                                    \"cell2\": \"367532\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO Y EQUIVALENTES DE EFECTIVO NACIONALES\",\n                                    \"cell2\": \"367532\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS DE NEGOCIACIÓN\",\n                                    \"cell2\": \"458389\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN VALORES CON INSTITUCIONES NACIONALES\",\n                                    \"cell2\": \"458389\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CLIENTES\",\n                                    \"cell2\": \"13983238\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CLIENTES NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"13983238\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR\",\n                                    \"cell2\": \"1646\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR A PARTES NO RELACIONADAS NACIONALES\",\n                                    \"cell2\": \"1646\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEUDORES DIVERSOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN DEUDORES DIVERSOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ESTIMACIÓN DE CUENTAS INCOBRABLES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO POR RECUPERAR\",\n                                    \"cell2\": \"505486\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIOS\",\n                                    \"cell2\": \"9339043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRODUCTOS TERMINADOS\",\n                                    \"cell2\": \"9339043\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PAGOS ANTICIPADOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PAGOS ANTICIPADOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS DISPONIBLES PARA VENTA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO A CORTO PLAZO\",\n                                    \"cell2\": \"24655334\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROPIEDADES, PLANTAS Y EQUIPO\",\n                                    \"cell2\": \"1521486\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MOBILIARIO Y EQUIPO\",\n                                    \"cell2\": \"562794\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE MOBILIARIO Y EQUIPO\",\n                                    \"cell2\": \"-336766\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MAQUINARIA\",\n                                    \"cell2\": \"1367678\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"3739536\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE COMPUTO\",\n                                    \"cell2\": \"479985\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE MAQUINARIA\",\n                                    \"cell2\": \"-1058534\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE EQUIPO DE COMPUTO\",\n                                    \"cell2\": \"-367969\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN DE EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"-2865238\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPO A PROVEEDORES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN ANTICIPO A PROVEEDORES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CRÉDITO MERCANTIL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"94955\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"94955\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN ACTIVOS INTANGIBLES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN ASOCIADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS POR COBRAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO A LARGO PLAZO\",\n                                    \"cell2\": \"1616441\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE ACTIVO\",\n                                    \"cell2\": \"26271775\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PRÉSTAMOS BANCARIOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES\",\n                                    \"cell2\": \"1602143\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVEEDORES NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"1602143\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN CUENTAS Y DOCUMENTOS POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN INSTRUMENTOS FINANCIEROS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACREEDORES DIVERSOS\",\n                                    \"cell2\": \"291658\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACREEDORES DIVERSOS NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"291658\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS A LA UTILIDAD POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPO DE CLIENTES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPOS DE CLIENTES PARTES NO RELACIONADAS NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVISIONES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS POR PAGAR\",\n                                    \"cell2\": \"2507698\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS POR PAGAR\",\n                                    \"cell2\": \"372497\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS TRASLADADOS POR COBRAR\",\n                                    \"cell2\": \"2072473\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PTU POR PAGAR\",\n                                    \"cell2\": \"62728\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTOS TRASLADADOS COBRADOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO A CORTO PLAZO\",\n                                    \"cell2\": \"4401499\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SIN CUENTAS Y DOCUMENTOS POR PAGAR A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSTRUMENTOS FINANCIEROS A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RENTAS COBRADAS POR ANTICIPADO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"IMPUESTO A LA UTILIDAD DIFERIDO POR PAGAR\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"BENEFICIO A EMPLEADOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PROVISIONES A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO A LARGO PLAZO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO\",\n                                    \"cell2\": \"4401499\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL\",\n                                    \"cell2\": \"10190000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL (APORTACIONES)\",\n                                    \"cell2\": \"200000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"9950000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESERVA LEGAL\",\n                                    \"cell2\": \"40000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"11680276\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"13275348\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDAS ACUMULADAS\",\n                                    \"cell2\": \"-2084821\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD NETA\",\n                                    \"cell2\": \"489749\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS RESULTADOS INTEGRALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN CONTROLADORA\",\n                                    \"cell2\": \"21870276\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PARTICIPACIÓN NO CONTROLADORA\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE CAPITAL CONTABLE\",\n                                    \"cell2\": \"21870276\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TOTAL DE PASIVO Y CAPITAL CONTABLE\",\n                                    \"cell2\": \"26271775\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"ThirdPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2021-12-31T00:00:00\",\n                            \"toDate\": \"2021-12-31T00:00:00\",\n                            \"bankAccount\": null,\n                            \"columns\": [\n                                \"\",\n                                \"Total\"\n                            ],\n                            \"titles\": [\n                                \"Balance Sheet\",\n                                \"SAT Declaration\",\n                                \"December 31 2021\"\n                            ],\n                            \"rows\": [\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO EN CAJA Y DEPÓSITOS EN INSTITUCIONES DE CRÉDITO NACIONALES\",\n                                    \"cell2\": \"764079\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EFECTIVO EN CAJA Y DEPÓSITOS EN INSTITUCIONES DE CRÉDITO DEL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN VALORES CON INSTITUCIONES NACIONALES (EXCEPTO ACCIONES)\",\n                                    \"cell2\": \"81672\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN VALORES CON INSTITUCIONES EXTRANJERAS (EXCEPTO ACCIONES)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR NACIONALES (PARTES RELACIONADAS)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR NACIONALES (PARTES NO RELACIONADAS)\",\n                                    \"cell2\": \"10270716\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR NACIONALES (TOTAL)\",\n                                    \"cell2\": \"10270716\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR DEL EXTRANJERO (PARTES RELACIONADAS)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR DEL EXTRANJERO (PARTES NO RELACIONADAS)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR COBRAR DEL EXTRANJERO (TOTAL)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CONTRIBUCIONES A FAVOR\",\n                                    \"cell2\": \"464642\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVENTARIOS\",\n                                    \"cell2\": \"11214818\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS ACTIVOS CIRCULANTES\",\n                                    \"cell2\": \"72086\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN ACCIONES NACIONALES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN ACCIONES DEL EXTRANJERO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INVERSIONES EN ACCIONES (TOTAL)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"TERRENOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CONSTRUCCIONES\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CONSTRUCCIONES EN PROCESO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MAQUINARIA Y EQUIPO\",\n                                    \"cell2\": \"1355141\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"MOBILIARIO Y EQUIPO DE OFICINA\",\n                                    \"cell2\": \"467098\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE CÓMPUTO\",\n                                    \"cell2\": \"366651\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EQUIPO DE TRANSPORTE\",\n                                    \"cell2\": \"3545571\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS ACTIVOS FIJOS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"DEPRECIACIÓN ACUMULADA\",\n                                    \"cell2\": \"-3995543\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CARGOS Y GASTOS DIFERIDOS\",\n                                    \"cell2\": \"170896\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"AMORTIZACIÓN ACUMULADA\",\n                                    \"cell2\": \"-85538\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SUMA ACTIVO\",\n                                    \"cell2\": \"24692289\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR NACIONALES (PARTES RELACIONADAS)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR NACIONALES (PARTES NO RELACIONADAS)\",\n                                    \"cell2\": \"1621524\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR NACIONALES (TOTAL)\",\n                                    \"cell2\": \"1621524\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR DEL EXTRANJERO (PARTES RELACIONADAS)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR DEL EXTRANJERO (PARTES NO RELACIONADAS)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CUENTAS Y DOCUMENTOS POR PAGAR DEL EXTRANJERO (TOTAL)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CONTRIBUCIONES POR PAGAR\",\n                                    \"cell2\": \"215602\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPOS DE CLIENTES PARTES RELACIONADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPOS DE CLIENTES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ANTICIPOS DE CLIENTES (TOTAL)\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTROS PASIVOS\",\n                                    \"cell2\": \"1474636\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SUMA PASIVO\",\n                                    \"cell2\": \"3311762\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL PROVENIENTE DE APORTACIONES\",\n                                    \"cell2\": \"200000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"CAPITAL SOCIAL PROVENIENTE DE CAPITALIZACIÓN\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"RESERVAS\",\n                                    \"cell2\": \"40000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"OTRAS CUENTAS DE CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"APORTACIONES PARA FUTUROS AUMENTOS DE CAPITAL\",\n                                    \"cell2\": \"9950000\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"12384606\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"UTILIDAD DEL EJERCICIO\",\n                                    \"cell2\": \"890741\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDAS ACUMULADAS\",\n                                    \"cell2\": \"-2084820\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"PÉRDIDA DEL EJERCICIO\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"EXCESO EN LA ACTUALIZACIÓN DEL CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"INSUFICIENCIA EN LA ACTUALIZACIÓN DEL CAPITAL\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"ACTUALIZACIÓN DEL CAPITAL CONTABLE\",\n                                    \"cell2\": \"0\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SUMA CAPITAL CONTABLE\",\n                                    \"cell2\": \"21380527\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                },\n                                {\n                                    \"type\": \"Row\",\n                                    \"title\": null,\n                                    \"cell1\": \"SUMA PASIVO MÁS CAPITAL CONTABLE\",\n                                    \"cell2\": \"24692289\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"cell6\": null,\n                                    \"cell7\": null,\n                                    \"cell8\": null,\n                                    \"cell9\": null,\n                                    \"cell10\": null\n                                }\n                            ],\n                            \"financialSource\": \"CR-Automated\"\n                        }\n                    ],\n                    \"standardReports\": [\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"FinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2024-12-31T00:00:00\",\n                            \"toDate\": \"2024-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 25992020,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 25016420,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 1970629\n                                                },\n                                                {\n                                                    \"type\": \"InvestmentsInSecurities\",\n                                                    \"total\": 218250\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 5388935\n                                                },\n                                                {\n                                                    \"type\": \"TaxesInFavor\",\n                                                    \"total\": 89282\n                                                },\n                                                {\n                                                    \"type\": \"Inventory\",\n                                                    \"total\": 16734232\n                                                },\n                                                {\n                                                    \"type\": \"AdvancePayments\",\n                                                    \"total\": 459831\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAssetForSale\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 155261\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 975600,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"EquipmentAsset\",\n                                                    \"total\": 6134667\n                                                },\n                                                {\n                                                    \"type\": \"AssetDeprecation\",\n                                                    \"total\": -5222011\n                                                },\n                                                {\n                                                    \"type\": \"DeferredChargesExpenses\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"IntangibleAssets\",\n                                                    \"total\": 62944\n                                                },\n                                                {\n                                                    \"type\": \"OtherAssets\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 2851540,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 2851540,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"Suppliers\",\n                                                    \"total\": 684663\n                                                },\n                                                {\n                                                    \"type\": \"AccountPayable\",\n                                                    \"total\": 795043\n                                                },\n                                                {\n                                                    \"type\": \"Provisions\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"PayableContributions\",\n                                                    \"total\": 1371834\n                                                },\n                                                {\n                                                    \"type\": \"OtherLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ProvisiosnOtherLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherLongTermLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 23140480,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 23140480,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Reserves\",\n                                                    \"total\": 40000\n                                                },\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 1820000\n                                                },\n                                                {\n                                                    \"type\": \"AccumulatedAdjustment\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"AditionalPaid\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"RetainedEarnings\",\n                                                    \"total\": 18475499\n                                                },\n                                                {\n                                                    \"type\": \"NetIncome\",\n                                                    \"total\": 2804981\n                                                },\n                                                {\n                                                    \"type\": \"OtherComIncome\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherEquities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"FinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2024-01-01T00:00:00\",\n                            \"toDate\": \"2024-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 50237490,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 49266829,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 43195848\n                                                },\n                                                {\n                                                    \"type\": \"Discount\",\n                                                    \"total\": -929019\n                                                },\n                                                {\n                                                    \"type\": \"OtherSales\",\n                                                    \"total\": 7000000\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherIncome\",\n                                            \"total\": 970661,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExchangeGain\",\n                                                    \"total\": 970661\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 45738801,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 29209654,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 29209654\n                                                },\n                                                {\n                                                    \"type\": \"OtherCOGS\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 16959318,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 16959318\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherExpense\",\n                                            \"total\": -430171,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExpenseInterest\",\n                                                    \"total\": -465732\n                                                },\n                                                {\n                                                    \"type\": \"ExchangeLoss\",\n                                                    \"total\": -381122\n                                                },\n                                                {\n                                                    \"type\": \"Tax\",\n                                                    \"total\": 309990\n                                                },\n                                                {\n                                                    \"type\": \"PTUExpense\",\n                                                    \"total\": 106693\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"PreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2023-12-31T00:00:00\",\n                            \"toDate\": \"2023-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 32836738,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 31325059,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 5010600\n                                                },\n                                                {\n                                                    \"type\": \"InvestmentsInSecurities\",\n                                                    \"total\": 1628346\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 7936919\n                                                },\n                                                {\n                                                    \"type\": \"TaxesInFavor\",\n                                                    \"total\": 167421\n                                                },\n                                                {\n                                                    \"type\": \"Inventory\",\n                                                    \"total\": 15848344\n                                                },\n                                                {\n                                                    \"type\": \"AdvancePayments\",\n                                                    \"total\": 581899\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAssetForSale\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 151530\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 1511679,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"EquipmentAsset\",\n                                                    \"total\": 7250083\n                                                },\n                                                {\n                                                    \"type\": \"AssetDeprecation\",\n                                                    \"total\": -5817354\n                                                },\n                                                {\n                                                    \"type\": \"DeferredChargesExpenses\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"IntangibleAssets\",\n                                                    \"total\": 78950\n                                                },\n                                                {\n                                                    \"type\": \"OtherAssets\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 4171244,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 4171244,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 1810510\n                                                },\n                                                {\n                                                    \"type\": \"Suppliers\",\n                                                    \"total\": 348629\n                                                },\n                                                {\n                                                    \"type\": \"AccountPayable\",\n                                                    \"total\": 478876\n                                                },\n                                                {\n                                                    \"type\": \"Provisions\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"PayableContributions\",\n                                                    \"total\": 1533229\n                                                },\n                                                {\n                                                    \"type\": \"OtherLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ProvisiosnOtherLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherLongTermLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 28665494,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 28665494,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Reserves\",\n                                                    \"total\": 40000\n                                                },\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 10150000\n                                                },\n                                                {\n                                                    \"type\": \"AccumulatedAdjustment\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"AditionalPaid\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"RetainedEarnings\",\n                                                    \"total\": 11682995\n                                                },\n                                                {\n                                                    \"type\": \"NetIncome\",\n                                                    \"total\": 6792499\n                                                },\n                                                {\n                                                    \"type\": \"OtherComIncome\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherEquities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"PreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2023-01-01T00:00:00\",\n                            \"toDate\": \"2023-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 52771258,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 52098587,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 47263727\n                                                },\n                                                {\n                                                    \"type\": \"Discount\",\n                                                    \"total\": -822815\n                                                },\n                                                {\n                                                    \"type\": \"OtherSales\",\n                                                    \"total\": 5657675\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherIncome\",\n                                            \"total\": 672671,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExchangeGain\",\n                                                    \"total\": 672671\n                                                },\n                                                {\n                                                    \"type\": \"RevenueInterest\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 42087719,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 30178374,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 30178374\n                                                },\n                                                {\n                                                    \"type\": \"OtherCOGS\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 13480910,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 13480910\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherExpense\",\n                                            \"total\": -1571565,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExpenseInterest\",\n                                                    \"total\": -86884\n                                                },\n                                                {\n                                                    \"type\": \"ExchangeLoss\",\n                                                    \"total\": -1858636\n                                                },\n                                                {\n                                                    \"type\": \"Tax\",\n                                                    \"total\": 280466\n                                                },\n                                                {\n                                                    \"type\": \"PTUExpense\",\n                                                    \"total\": 93489\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"SecondPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2022-12-31T00:00:00\",\n                            \"toDate\": \"2022-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 26271775,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 24655334,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 367532\n                                                },\n                                                {\n                                                    \"type\": \"InvestmentsInSecurities\",\n                                                    \"total\": 458389\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 13984884\n                                                },\n                                                {\n                                                    \"type\": \"TaxesInFavor\",\n                                                    \"total\": 505486\n                                                },\n                                                {\n                                                    \"type\": \"Inventory\",\n                                                    \"total\": 9339043\n                                                },\n                                                {\n                                                    \"type\": \"AdvancePayments\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 1616441,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"EquipmentAsset\",\n                                                    \"total\": 6149993\n                                                },\n                                                {\n                                                    \"type\": \"AssetDeprecation\",\n                                                    \"total\": -4628507\n                                                },\n                                                {\n                                                    \"type\": \"NonCurrentAdvancePayments\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"DeferredChargesExpenses\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"IntangibleAssets\",\n                                                    \"total\": 94955\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 4401499,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 4401499,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"Suppliers\",\n                                                    \"total\": 1602143\n                                                },\n                                                {\n                                                    \"type\": \"AccountPayable\",\n                                                    \"total\": 291658\n                                                },\n                                                {\n                                                    \"type\": \"FinancingInstruments\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CustomerAdvances\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"PayableContributions\",\n                                                    \"total\": 2507698\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherLongTermLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 21870276,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 21870276,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 10150000\n                                                },\n                                                {\n                                                    \"type\": \"Reserves\",\n                                                    \"total\": 40000\n                                                },\n                                                {\n                                                    \"type\": \"RetainedEarnings\",\n                                                    \"total\": 11190527\n                                                },\n                                                {\n                                                    \"type\": \"NetIncome\",\n                                                    \"total\": 489749\n                                                },\n                                                {\n                                                    \"type\": \"OtherComIncome\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherEquities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"SecondPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2022-01-01T00:00:00\",\n                            \"toDate\": \"2022-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 38401677,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 38105231,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 38360357\n                                                },\n                                                {\n                                                    \"type\": \"Discount\",\n                                                    \"total\": -255126\n                                                },\n                                                {\n                                                    \"type\": \"OtherSales\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherIncome\",\n                                            \"total\": 296446,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"RevenueInterest\",\n                                                    \"total\": 1854\n                                                },\n                                                {\n                                                    \"type\": \"ExchangeGain\",\n                                                    \"total\": 294592\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 36262868,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 26232774,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 26232774\n                                                },\n                                                {\n                                                    \"type\": \"OtherCOGS\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 10608163,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 10608163\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherExpense\",\n                                            \"total\": -578069,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExpenseInterest\",\n                                                    \"total\": -113168\n                                                },\n                                                {\n                                                    \"type\": \"ExchangeLoss\",\n                                                    \"total\": -711362\n                                                },\n                                                {\n                                                    \"type\": \"Tax\",\n                                                    \"total\": 184846\n                                                },\n                                                {\n                                                    \"type\": \"PTUExpense\",\n                                                    \"total\": 61615\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"ThirdPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2021-12-31T00:00:00\",\n                            \"toDate\": \"2021-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 24692289,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 22868013,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 764079\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 618400\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 10270716\n                                                },\n                                                {\n                                                    \"type\": \"Inventory\",\n                                                    \"total\": 11214818\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 1824276,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentAsset\",\n                                                    \"total\": 1824276\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 3311762,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 1837126,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"AccountPayable\",\n                                                    \"total\": 1621524\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 215602\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 1474636,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentLiabilities\",\n                                                    \"total\": 1474636\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 21380527,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 21380527,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 21380527\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"ThirdPreviousFinancialYearEnd\",\n                            \"date\": \"2025-12-02T00:00:00\",\n                            \"fromDate\": \"2021-01-01T00:00:00\",\n                            \"toDate\": \"2021-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 33386499,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 32826864,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 33624838\n                                                },\n                                                {\n                                                    \"type\": \"Discount\",\n                                                    \"total\": -797974\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherIncome\",\n                                            \"total\": 559635,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"RevenueInterest\",\n                                                    \"total\": 42734\n                                                },\n                                                {\n                                                    \"type\": \"OtherIncome\",\n                                                    \"total\": 516901\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 32495758,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 22083931,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 22083931\n                                                },\n                                                {\n                                                    \"type\": \"OtherCOGS\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 9838430,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 9838430\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherExpense\",\n                                            \"total\": 573397,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExpenseInterest\",\n                                                    \"total\": 47351\n                                                },\n                                                {\n                                                    \"type\": \"OtherExpense\",\n                                                    \"total\": 503899\n                                                },\n                                                {\n                                                    \"type\": \"Tax\",\n                                                    \"total\": 22147\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"documentsData\": {\n                        \"applicantId\": \"1009535883\",\n                        \"refApplicantId\": \"5cb5e89b-c073-4b7b-bfd5-a8d97af54bb8\",\n                        \"documents\": [\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"Payables File_00001.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2025-12-01\",\n                                \"ReportDateTo\": \"2025-12-01\",\n                                \"ReportType\": 11,\n                                \"FileLink\": \"Link_00001\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"Receivables File_00002.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2025-12-01\",\n                                \"ReportDateTo\": \"2025-12-01\",\n                                \"ReportType\": 10,\n                                \"FileLink\": \"Link_00002\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"CONSTANCIA DE SITUACION FISCAL File_00003.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-12-02\",\n                                \"ReportDateTo\": \"2025-12-02\",\n                                \"ReportType\": 9,\n                                \"FileLink\": \"Link_00003\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-01-01\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"OPIONION DEL CUMPLIMIENTO File_00004.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-12-02\",\n                                \"ReportDateTo\": \"2025-12-02\",\n                                \"ReportType\": 9,\n                                \"FileLink\": \"Link_00004\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-01-01\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"SAT Company Report December 2, 2025 File_00005.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-12-02\",\n                                \"ReportDateTo\": \"2025-12-02\",\n                                \"ReportType\": 4,\n                                \"FileLink\": \"Link_00005\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"SAT Company Report December 2, 2025 File_00006.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2025-12-02\",\n                                \"ReportDateTo\": \"2025-12-02\",\n                                \"ReportType\": 4,\n                                \"FileLink\": \"Link_00006\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2021 ACUSE DE RECIBO NORMAL File_00007.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2021-01-01\",\n                                \"ReportDateTo\": \"2021-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00007\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2022-03-31\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2021 DECLARACION DEL EJERCICIO NORMAL File_00008.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2021-01-01\",\n                                \"ReportDateTo\": \"2021-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00008\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2022-03-31\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2022 DECLARACION DEL EJERCICIO NORMAL File_00009.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2022-01-01\",\n                                \"ReportDateTo\": \"2022-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00009\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2023-03-31\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2022 DECLARACION DEL EJERCICIO NORMAL File_00010.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2022-01-01\",\n                                \"ReportDateTo\": \"2022-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00010\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2023-03-31\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2023 ACUSE DE RECIBO NORMAL File_00011.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2022-01-01\",\n                                \"ReportDateTo\": \"2022-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00011\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2023-03-31\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2023 DECLARACION DEL EJERCICIO NORMAL File_00012.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00012\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2024-03-24\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2023 DECLARACION DEL EJERCICIO NORMAL File_00013.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00013\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2024-03-24\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2024 ACUSE DE RECIBO NORMAL File_00014.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00014\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2024-03-24\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2024 DECLARACION DEL EJERCICIO NORMAL File_00015.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00015\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-03-23\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2024 DECLARACION DEL EJERCICIO NORMAL File_00016.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00016\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-03-23\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Enero File_00017.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00017\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-03-23\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Febrero File_00018.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-01-01\",\n                                \"ReportDateTo\": \"2025-01-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00018\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-02-14\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Marzo File_00019.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-02-01\",\n                                \"ReportDateTo\": \"2025-02-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00019\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-03-17\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Abril File_00020.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-03-01\",\n                                \"ReportDateTo\": \"2025-03-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00020\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-04-14\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Mayo File_00021.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-04-01\",\n                                \"ReportDateTo\": \"2025-04-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00021\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-05-12\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Junio File_00022.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-05-01\",\n                                \"ReportDateTo\": \"2025-05-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00022\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-06-17\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Julio File_00023.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-06-01\",\n                                \"ReportDateTo\": \"2025-06-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00023\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-07-15\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Agosto File_00024.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-07-01\",\n                                \"ReportDateTo\": \"2025-07-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00024\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-08-18\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Septiembre File_00025.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-08-01\",\n                                \"ReportDateTo\": \"2025-08-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00025\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-09-13\"\n                            },\n                            {\n                                \"CreatedAt\": \"2025-12-02\",\n                                \"FileName\": \"2025 DECLARACIÓN DEL MES NORMAL Octubre File_00026.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-09-01\",\n                                \"ReportDateTo\": \"2025-09-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"Link_00026\",\n                                \"FileJson\": null,\n                                \"ReportDate\": \"2025-10-14\"\n                            }\n                        ]\n                    }\n                },\n                \"companyFinancialStatement\": null\n            }\n        }\n    ]\n}"},{"id":"9d79ad1a-5c1d-4c42-b97e-f046a67d2a11","name":"GetApplicants - Query by taxId parameter","originalRequest":{"method":"GET","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/get-applicants?taxId=TAXID_00001","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","get-applicants"],"query":[{"key":"refApplicantId","value":"","description":"Optional: Identifier as provided by the Credit Provider when referring the Applicant","disabled":true},{"key":"taxId","value":"TAXID_00001","description":"Optional: State tax id or other formal identification id"},{"key":"onboardingStatus","value":"","description":"Optional: Upon “true”, the onboarding status will be included in the API Response. Default: “false”","type":"text","disabled":true},{"key":"fullResponse","value":null,"description":"Optional: Upon “true”, the full dataset of this company would be returned. Default: “false”","type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"applicant\": [\r\n        {\r\n            \"applicantId\": \"1000143693\",\r\n            \"dateConnected\": \"2020-11-11T00:00:00\",\r\n            \"isActive\": false,\r\n            \"lastUpdateDate\": \"2020-04-01T00:00:00\",\r\n            \"name\": \"Industrial Company (demo)\",\r\n            \"refApplicantId\": null,\r\n            \"status\": \"New\",\r\n            \"taxId\": \"ABC123456\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ddce8322-7d53-4101-bc2f-54f2a68aadf8"},{"name":"SAT - RFC Validation","id":"b9dc0074-e2fa-4427-8ec7-66e5f588f242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/ValidateRFC?rfc=GAPXXXXXXXXX&name=GAP&postal=12345","description":"<p>Use the SAT - RFC Validation endpoint to validate a company as registered at the Mexican Fiscal Authority (SAT).</p>\n<p>It can be validated by two options:</p>\n<ol>\n<li>RFC only</li>\n<li>RFC +Name of the company +Postal Code of the company as registered.</li>\n</ol>\n<p>The response will return if the request is successful or not, 3 optional boolean values and the response message from SAT (as you can see below in the example):</p>\n<ol>\n<li>Success - Is the request is successful or not</li>\n<li>ValidRFC - The RFC is valid or not</li>\n<li>ValidName (if requested) - The Company Name is valid or not</li>\n<li>ValidPostal (if requested) - The Postal Code is valid or not</li>\n<li>message - The exact message from SAT</li>\n</ol>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ValidateRFC"],"host":["service","criskco","com"],"query":[{"key":"rfc","value":"GAPXXXXXXXXX"},{"key":"name","value":"GAP"},{"key":"postal","value":"12345"}],"variable":[]}},"response":[{"id":"82a164c7-e1ff-431f-84c4-c3ddd5d0787b","name":"SAT - RFC Validation","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/ValidateRFC?rfc=GAPXXXXXXXXX","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ValidateRFC"],"query":[{"key":"rfc","value":"GAPXXXXXXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Dec 2022 14:55:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"11-142180964-142180970 ENNN RT(1672239285630 23084) q(0 0 0 -1) r(148 148) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"ValidParameters\": [\n        {\n            \"Property\": \"ValidRFC\",\n            \"Valid\": true\n        },\n        {\n            \"Property\": \"ValidName\",\n            \"Valid\": true\n        },\n        {\n            \"Property\": \"ValidPostal\",\n            \"Valid\": true\n        }\n    ],\n    \"message\": \"RFC válido, y susceptible de recibir facturas\"\n}"},{"id":"9725569d-55cf-4bf0-abe5-bd9b51c579a7","name":"SAT - RFC Validation (RFC, Name, Postal)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/ValidateRFC?rfc=GAPXXXXXXXXX&name=GAP&postal=12345","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ValidateRFC"],"query":[{"key":"rfc","value":"GAPXXXXXXXXX"},{"key":"name","value":"GAP"},{"key":"postal","value":"12345"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b9dc0074-e2fa-4427-8ec7-66e5f588f242"},{"name":"Get Company Structure","id":"9fae8d31-ac17-4eac-ac65-6ef2ef697e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetCompanyStructure?taxId=GAPXXXXXXXXX","description":"<p>The endpoint will return the business company structure info.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column name in UI</th>\n<th>Type</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Company owner's name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>RFC</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n<tr>\n<td>percent of participation in capital of the entity</td>\n<td>decimal(19,2)</td>\n<td>percent_of_participation_with_vote decimal + percent_of_participation_without_vote decimal</td>\n</tr>\n<tr>\n<td>Period of tenure from</td>\n<td>datetime</td>\n<td></td>\n</tr>\n<tr>\n<td>Period of tenure to</td>\n<td>datetime</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount of loans received</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>Index</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n<tr>\n<td>Contributions amount that are not premium in subscription of shares</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount of withdrawals from capital</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount of loans carried out</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>percent of interest rate agreed in loans received</td>\n<td>decimal(19,2)</td>\n<td></td>\n</tr>\n<tr>\n<td>destination of loans</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount of premium subscription of actions</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetCompanyStructure"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}],"variable":[]}},"response":[{"id":"7730476b-615a-4b06-b8d9-70d1e462e06e","name":"Get Company Structure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetCompanyStructure?taxId=GAPXXXXXXXXX","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetCompanyStructure"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Oct 2023 14:14:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"388"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"ASP.NET_SessionId=yx20bgf3yz45rdsucfg1iqtr; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"incap_ses_1051_2306669=hgSxH1ZH+xKPmMaUkeiVDju5ImUAAAAA7sohlca5ZCKaev8aXPC0DQ==; path=/; Domain=.criskco.com"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"7-11806126-11806128 NNNN CT(132 267 0) RT(1696774458671 30) q(0 0 4 1) r(6 6) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": null,\n    \"refApplicantId\": null,\n    \"CompanyName\": null,\n    \"EntityCapitalParticipationPercent\": 0,\n    \"InterestRateLoansReceivedPercent\": 0,\n    \"LoansCarriedOut\": 0,\n    \"LoansDestination\": null,\n    \"LoansReceived\": 0,\n    \"NotPremiumContributionsSubscription\": 0,\n    \"PremiumSubscriptionActions\": 0,\n    \"RFC\": null,\n    \"SatIndex\": null,\n    \"Success\": false,\n    \"TenureFrom\": null,\n    \"TenureTo\": null,\n    \"WithdrawalsFromCapital\": 0,\n    \"message\": null\n}"}],"_postman_id":"9fae8d31-ac17-4eac-ac65-6ef2ef697e09"},{"name":"Get Payroll Details","id":"1cb6de84-67b2-4e66-8b72-6f97b086c3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetPayrollDetails?taxId=GAPXXXXXXXXX","description":"<p>The endpoint will return the Payroll details info for the applicant.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>applicantId</code></td>\n<td>string</td>\n<td>Applicant’s unique ID</td>\n</tr>\n<tr>\n<td><code>refApplicantId</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>ApiPayrollExpenses</code></td>\n<td>array of objects</td>\n<td>List of payroll-expense records</td>\n</tr>\n<tr>\n<td><strong>Uid</strong></td>\n<td>string</td>\n<td>Unique expense record identifier</td>\n</tr>\n<tr>\n<td><strong>ImportId</strong></td>\n<td>integer</td>\n<td>Import batch ID</td>\n</tr>\n<tr>\n<td><strong>ImportDate</strong></td>\n<td>integer</td>\n<td>Import timestamp (epoch)</td>\n</tr>\n<tr>\n<td><strong>BusinessId</strong></td>\n<td>integer</td>\n<td>Business/applicant ID</td>\n</tr>\n<tr>\n<td><strong>B2sId</strong></td>\n<td>integer</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>ErpId1</strong></td>\n<td>string</td>\n<td>ERP system identifier</td>\n</tr>\n<tr>\n<td><strong>DisplayErpId</strong></td>\n<td>string</td>\n<td>ERP ID for display</td>\n</tr>\n<tr>\n<td><strong>ContactName</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>TaxID</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>ContactType</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>Status</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>Amount</strong></td>\n<td>number</td>\n<td>Total amount</td>\n</tr>\n<tr>\n<td><strong>AmountDue</strong></td>\n<td>number</td>\n<td>Outstanding amount</td>\n</tr>\n<tr>\n<td><strong>TaxAmount</strong></td>\n<td>number</td>\n<td>Tax portion</td>\n</tr>\n<tr>\n<td><strong>CurrencyCode</strong></td>\n<td>string</td>\n<td>Currency code (e.g. MXN)</td>\n</tr>\n<tr>\n<td><strong>DueDate</strong></td>\n<td>datetime</td>\n<td>When payment was due</td>\n</tr>\n<tr>\n<td><strong>PaidDate</strong></td>\n<td>datetime</td>\n<td>When payment was made</td>\n</tr>\n<tr>\n<td><strong>ExpenseItems</strong></td>\n<td>array</td>\n<td>Detailed cost items</td>\n</tr>\n<tr>\n<td><strong>ExpenseDeductionItem</strong></td>\n<td>array</td>\n<td>Deduction line items</td>\n</tr>\n<tr>\n<td><strong>ExpenseOtherPaymentItem</strong></td>\n<td>array</td>\n<td>Other payment items</td>\n</tr>\n<tr>\n<td><strong>ExpensePerceptionItem</strong></td>\n<td>array</td>\n<td>Perception items</td>\n</tr>\n<tr>\n<td><strong>CanacelStatus</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>CancelDate</strong></td>\n<td>datetime</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>CancelReason</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>LaborRFC</strong></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>TimePercentage</strong></td>\n<td>number</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetPayrollDetails"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}],"variable":[]}},"response":[{"id":"35deb99d-ab4b-4391-a65f-515d155fa2f9","name":"Get Payroll Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetPayrollDetails?taxId=XXXX000000X00","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetPayrollDetails"],"query":[{"key":"taxId","value":"XXXX000000X00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Jul 2025 11:48:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136820"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"45-61496569-61496580 NNNN CT(118 241 0) RT(1751888888284 25) q(0 0 4 -1) r(30 31) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1006086625\",\n    \"refApplicantId\": null,\n    \"ApiPayrollExpenses\": [\n        {\n            \"Uid\": \"e991146e-8335-4662-9626-2112e6a03a90\",\n            \"ImportId\": 0,\n            \"ImportDate\": 0,\n            \"BusinessId\": 1006086625,\n            \"B2sId\": null,\n            \"ErpId1\": \"A4553660-0A2E-432E-8DC8-52AA06515E73\",\n            \"DisplayErpId\": \"A4553660-0A2E-432E-8DC8-52AA06515E73\",\n            \"ContactName\": null,\n            \"TaxID\": null,\n            \"ContactType\": null,\n            \"Status\": null,\n            \"Amount\": 16725,\n            \"AmountDue\": 0,\n            \"TaxAmount\": 0,\n            \"CurrencyCode\": \"MXN\",\n            \"SourceCurrency\": null,\n            \"SourceAmount\": null,\n            \"Description\": null,\n            \"Type\": null,\n            \"PaymentType\": null,\n            \"PaymentMethod\": null,\n            \"DueDate\": \"2023-05-04T00:00:00\",\n            \"PaidDate\": \"2023-05-04T00:00:00\",\n            \"ErpCreatedAt\": null,\n            \"ErpUpdatedAt\": null,\n            \"ExpenseItems\": [],\n            \"ExpenseDeductionItem\": [],\n            \"ExpenseOtherPaymentItem\": [],\n            \"ExpensePerceptionItem\": [],\n            \"CanacelStatus\": null,\n            \"CancelDate\": null,\n            \"CancelReason\": null,\n            \"InvoiceSubstitution\": null,\n            \"IssuerRegistration\": null,\n            \"IssuerTaxRegime\": null,\n            \"Receipt\": null,\n            \"CSDSerialNumber\": null,\n            \"IssuerOriginRFC\": null,\n            \"Series\": null,\n            \"RecipientNumber\": null,\n            \"RecipientDepartment\": null,\n            \"RecipientJobRiskClass\": null,\n            \"RecipientJobStartDate\": null,\n            \"RecipientHiringRegime\": null,\n            \"RecipientWorkScheduleType\": null,\n            \"RecipientFederalEntityCode\": null,\n            \"RecipientCfdiUse\": null,\n            \"RecipientPostalCode\": null,\n            \"RecipientTaxRegime\": null,\n            \"RecipientSocialSecurityNumber\": null,\n            \"RecipientCurp\": null,\n            \"RecipientJobPosition\": null,\n            \"RecipientSeniority\": null,\n            \"RecipientPaymentFrequency\": null,\n            \"Bank\": null,\n            \"BankAccount\": null,\n            \"RecipientDailySalary\": null,\n            \"RecipientBaseSalary\": null,\n            \"RecipientUnionized\": null,\n            \"NumberDaysToPayOn\": null,\n            \"PaymentDate\": null,\n            \"StartPaymentDate\": null,\n            \"EndPaymentDate\": null,\n            \"Exportation\": null,\n            \"ContractType\": null,\n            \"RelationshipType\": null,\n            \"RelatedCfdi\": null,\n            \"LaborRFC\": null,\n            \"TimePercentage\": null\n        }\n    ]\n}"}],"_postman_id":"1cb6de84-67b2-4e66-8b72-6f97b086c3f8"},{"name":"Get Information Report","id":"15b20fd1-7cd6-4d44-be45-6f9677f6fb26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetInformationReport?taxId=XXXX000000X00","description":"<p>The endpoint will return the Information Report for the applicant.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apiId</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>apiKey</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example request:</strong></p>\n<p><code>GET https://service.criskco.com/apiservice.svc/GetInformationReport?taxId=xxxx000000xx00</code></p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>report</code></td>\n<td>object</td>\n<td>Root report payload</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.numero_resultados</code></td>\n<td>number</td>\n<td>Total judicial results found</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados</code></td>\n<td>array of objects</td>\n<td>Results grouped by entity/state</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados[].entidad</code></td>\n<td>string</td>\n<td>Entity/state name</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados[].expedientes[]</code></td>\n<td>array of objects</td>\n<td>Case files found for the entity</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados[].expedientes[].expediente</code></td>\n<td>string</td>\n<td>Case/Expediente number</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados[].expedientes[].fecha</code></td>\n<td>string</td>\n<td>Date (as returned)</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados[].expedientes[].juzgado</code></td>\n<td>string</td>\n<td>Court</td>\n</tr>\n<tr>\n<td><code>report.AntecedentesJudiciales.data.resultados[].expedientes[].tipo</code></td>\n<td>string</td>\n<td>Case type</td>\n</tr>\n<tr>\n<td><code>report.BusquedaSocioResponse.data[]</code></td>\n<td>array of objects</td>\n<td>Company/shareholder registry info (if available)</td>\n</tr>\n<tr>\n<td><code>report.BusquedaSocioResponse.data[].BusinessId</code></td>\n<td>number</td>\n<td>Business identifier</td>\n</tr>\n<tr>\n<td><code>report.BusquedaSocioResponse.data[].razon_social</code></td>\n<td>string</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td><code>report.BusquedaSocioResponse.data[].rfc</code></td>\n<td>string</td>\n<td>RFC</td>\n</tr>\n<tr>\n<td><code>report.BusquedaSocioResponse.data[].uuid_documentos_pdf</code></td>\n<td>string</td>\n<td>UUID for generated PDF document</td>\n</tr>\n<tr>\n<td><code>files</code></td>\n<td>array of objects</td>\n<td>Generated report file(s)</td>\n</tr>\n<tr>\n<td><code>files[].FileLink</code></td>\n<td>string</td>\n<td>Public link to the PDF</td>\n</tr>\n<tr>\n<td><code>files[].ReportGeneratedDate</code></td>\n<td>string</td>\n<td>Report generation date (as returned)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetInformationReport"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"XXXX000000X00"}],"variable":[]}},"response":[{"id":"20d7fa14-1405-4a26-ad86-8e16a16d3b6d","name":"Get Information Report","originalRequest":{"method":"GET","header":[{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetInformationReport?taxId=XXXX000000X00","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetInformationReport"],"query":[{"key":"taxId","value":"XXXX000000X00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Mar 2026 12:30:40 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"558934"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"x-azure-ref","value":"20260302T123037Z-15f96686db8xcvcxhC1TLV216s000000027g0000000000zz"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"report\": {\n        \"AntecedentesJudiciales\": {\n            \"data\": {\n                \"numero_resultados\": 4,\n                \"resultados\": [\n                    {\n                        \"entidad\": \"Estado de México\",\n                        \"expedientes\": [\n                            {\n                                \"actor\": \"\",\n                                \"acuerdos\": null,\n                                \"demandado\": \"SECRETO\",\n                                \"entidad\": \"Estado de México\",\n                                \"expediente\": \"00009/2016\",\n                                \"fecha\": \"08-01-2016\",\n                                \"fuero\": \"Común\",\n                                \"juzgado\": \"Tenango - Juzgado Tercero Civil\",\n                                \"tipo\": \"EJECUTIVO MERCANTIL\"\n                            },\n                            {\n                                \"actor\": \"\",\n                                \"acuerdos\": null,\n                                \"demandado\": \"\",\n                                \"entidad\": \"Estado de México\",\n                                \"expediente\": \"00016/2025\",\n                                \"fecha\": \"14-01-2025\",\n                                \"fuero\": \"Común\",\n                                \"juzgado\": \"Toluca - Juzgado Octavo Mercantil\",\n                                \"tipo\": \"Expediente\"\n                            }\n                        ]\n                    },\n                    {\n                        \"entidad\": \"Guanajuato\",\n                        \"expedientes\": [\n                            {\n                                \"actor\": \"\",\n                                \"acuerdos\": null,\n                                \"demandado\": \"\",\n                                \"entidad\": \"Guanajuato\",\n                                \"expediente\": \"00018/2022\",\n                                \"fecha\": \"14-02-2022\",\n                                \"fuero\": \"Común\",\n                                \"juzgado\": \"León - Juzgado de Oralidad Mercantil\",\n                                \"tipo\": \"ORAL MERCANTIL\"\n                            },\n                            {\n                                \"actor\": \"\",\n                                \"acuerdos\": null,\n                                \"demandado\": \"\",\n                                \"entidad\": \"Guanajuato\",\n                                \"expediente\": \"00086/2023\",\n                                \"fecha\": \"28-03-2023\",\n                                \"fuero\": \"Común\",\n                                \"juzgado\": \"León - Juzgado de Oralidad Mercantil\",\n                                \"tipo\": \"PROVIDENCIAS PRECAUTORIAS\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        \"BusquedaSocioResponse\": {\n            \"data\": [\n                {\n                    \"BusinessId\": 1008183829,\n                    \"antecedente_registral\": null,\n                    \"curp\": null,\n                    \"domicilio_social\": null,\n                    \"duracion_sociedad\": null,\n                    \"entidad_federativa\": null,\n                    \"estatus_fme\": null,\n                    \"fecha_incripcion\": null,\n                    \"fme\": \"28468\",\n                    \"giro\": null,\n                    \"municipio\": null,\n                    \"nacionalidad\": null,\n                    \"nombre_socios\": null,\n                    \"numero_socios\": 0,\n                    \"objeto_social\": null,\n                    \"oficina_registral\": null,\n                    \"razon_social\": \"DEMO COMPANY\",\n                    \"regimen_juridico\": null,\n                    \"rfc\": \"XXXX000000X00\",\n                    \"tipo_persona\": null,\n                    \"uuid_documentos_pdf\": \"9cb0a1bb-5ae2-4b09-ac9d-fe0357c54108\"\n                }\n            ]\n        },\n        \"ConsultaCertificadosSAT\": null,\n        \"ContribuyentesBoletinados\": null,\n        \"GarantiasMobiliarias\": {\n            \"data\": []\n        },\n        \"IdentityResponse\": null,\n        \"ValidarCurpResponse\": null\n    },\n    \"files\": [\n        {\n            \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/information-report/1008183829/-XXXX000000X00.pdf\",\n            \"Id\": \"XXXX000000X00\",\n            \"Name\": \"DEMO COMPANY\",\n            \"NufiRequestType\": 1,\n            \"ReportFile\": null,\n            \"ReportGeneratedDate\": \"/Date(1769687478000+0000)/\",\n            \"ShareholderId\": null\n        }\n    ]\n}"}],"_postman_id":"15b20fd1-7cd6-4d44-be45-6f9677f6fb26"},{"name":"Get Employees Details","id":"1a5331a7-a4b1-4a9b-aff8-699c64bfc5c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetEmployeesDetails?taxId=XXXX000000X00","description":"<p>The endpoint will return the Employees Details for the applicant.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apiId</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>apiKey</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example request:</strong></p>\n<p><code>GET https://service.criskco.com//apiservice.svc/GetEmployeesDetails?taxId=xxxx000000xx00</code></p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>applicantId</code></td>\n<td>string</td>\n<td>Applicant’s unique ID</td>\n</tr>\n<tr>\n<td><code>refApplicantId</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees</code></td>\n<td>array of objects</td>\n<td>Employees list</td>\n</tr>\n<tr>\n<td><code>employees[].name</code></td>\n<td>string</td>\n<td>Employee name</td>\n</tr>\n<tr>\n<td><code>employees[].taxId</code></td>\n<td>string</td>\n<td>Employee RFC</td>\n</tr>\n<tr>\n<td><code>employees[].curp</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].position</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].startDate</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].totalWorkMonths</code></td>\n<td>number</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].paymentDate</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].paymentFrequency</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].daysPaid</code></td>\n<td>number</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].grossSalary</code></td>\n<td>number</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>employees[].last12MonthsGrossSalary</code></td>\n<td>number</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetEmployeesDetails"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"XXXX000000X00"}],"variable":[]}},"response":[{"id":"38160403-f967-4d55-9132-f63a429c0f9b","name":"Get Employees Details","originalRequest":{"method":"GET","header":[{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetEmployeesDetails?taxId=XXXX000000X00","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetEmployeesDetails"],"query":[{"key":"taxId","value":"XXXX000000X00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Mar 2026 09:36:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"54399"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"x-azure-ref","value":"20260302T093637Z-15f96686db8k52h7hC1TLVnyns00000006tg0000000056w1"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"applicantId\": \"1000000000\",\n    \"refApplicantId\": null,\n    \"employees\": [\n        {\n            \"name\": \"DEMO COMPANY 1\",\n            \"taxId\": \"XXXX000000X01\",\n            \"curp\": \"XXXX000000X02 curp\",\n            \"position\": \"Costurera\",\n            \"startDate\": \"2025-04-28T00:00:00\",\n            \"totalWorkMonths\": 4,\n            \"paymentDate\": \"2025-08-25T00:00:00\",\n            \"paymentFrequency\": \"Otra periodicidad\",\n            \"daysPaid\": 1,\n            \"grossSalary\": 5530.28,\n            \"last12MonthsGrossSalary\": 50570.68\n        },\n        {\n            \"name\": \"DEMO COMPANY 2\",\n            \"taxId\": \"XXXX000000X02\",\n            \"curp\": \"XXXX000000X02 curp\",\n            \"position\": \"AYUDANTE\",\n            \"startDate\": \"2025-06-02T00:00:00\",\n            \"totalWorkMonths\": 3,\n            \"paymentDate\": \"2025-08-30T00:00:00\",\n            \"paymentFrequency\": \"Otra periodicidad\",\n            \"daysPaid\": 1,\n            \"grossSalary\": 2508.58,\n            \"last12MonthsGrossSalary\": 26028.58\n        }\n    ]\n}"}],"_postman_id":"1a5331a7-a4b1-4a9b-aff8-699c64bfc5c5"},{"name":"Sat Health Check","id":"1e122f40-ad93-4af0-b2c6-7b296556d27d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/SatHealthCheck?serviceName=Declarations&systemType=SAT&unitType=Hours&unitAmount=24","description":"<p>The endpoint will return the SAT Health Checks by Days or Hours requested.</p>\n<p><strong>Requested information:</strong></p>\n<p>serviceName - Service Name (Metadarta or Declarations)</p>\n<p>systemType - System Type (SAT)</p>\n<p>unitType - Unit Type (Days/Hours)</p>\n<p>unitAmount - Unit Amount</p>\n<p><strong>Response information:</strong></p>\n<h2 id=\"response-unittypedays--unitamount7\">Response (unitType=Days &amp; unitAmount=7)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>applicantId</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>refApplicantId</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>responseDetails</code></td>\n<td>object</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Always <code>false</code> (health‐check endpoint)</td>\n</tr>\n<tr>\n<td><code>ApiSatAliveCheckDailySummaries</code></td>\n<td>array of objects</td>\n<td>One entry per day, up to <code>unitAmount</code> days back</td>\n</tr>\n<tr>\n<td>– <code>ServiceName</code></td>\n<td>string</td>\n<td>Name of the service checked (<code>Declarations</code>)</td>\n</tr>\n<tr>\n<td>– <code>SystemType</code></td>\n<td>string</td>\n<td>System under test (<code>SAT</code>)</td>\n</tr>\n<tr>\n<td>– <code>Day</code></td>\n<td>datetime</td>\n<td>The date of the summary record</td>\n</tr>\n<tr>\n<td>– <code>TotalChecks</code></td>\n<td>integer</td>\n<td>Number of checks performed that day</td>\n</tr>\n<tr>\n<td>– <code>AvgResponseTimeMs</code></td>\n<td>number</td>\n<td>Average response time in milliseconds</td>\n</tr>\n<tr>\n<td>– <code>MaxResponseTimeMs</code></td>\n<td>number</td>\n<td>Maximum response time in milliseconds</td>\n</tr>\n<tr>\n<td>– <code>AvgFailedPercent</code></td>\n<td>number</td>\n<td>Average failure rate (%)</td>\n</tr>\n<tr>\n<td>– <code>MaxFailedPercent</code></td>\n<td>number</td>\n<td>Maximum single‐check failure rate (%)</td>\n</tr>\n<tr>\n<td>– <code>ErrorCount</code></td>\n<td>integer</td>\n<td>Total number of failed checks</td>\n</tr>\n<tr>\n<td><code>ApiSatAliveChecks</code></td>\n<td>null</td>\n<td>Null when querying days</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-unittypehours--unitamount24\">Response (unitType=Hours &amp; unitAmount=24)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ApiSatAliveCheckDailySummaries</code></td>\n<td>null</td>\n<td>Null when querying hours</td>\n</tr>\n<tr>\n<td><code>ApiSatAliveChecks</code></td>\n<td>array of objects</td>\n<td>One entry per check, up to <code>unitAmount</code> hours</td>\n</tr>\n<tr>\n<td>– <code>ServiceName</code></td>\n<td>string</td>\n<td>Service checked (<code>Declarations</code>)</td>\n</tr>\n<tr>\n<td>– <code>SystemType</code></td>\n<td>string</td>\n<td>System under test (<code>SAT</code>)</td>\n</tr>\n<tr>\n<td>– <code>FailedPercent</code></td>\n<td>number</td>\n<td>Failure rate for that single check (%)</td>\n</tr>\n<tr>\n<td>– <code>ResponseTime</code></td>\n<td>number</td>\n<td>Response time in milliseconds</td>\n</tr>\n<tr>\n<td>– <code>StatusCode</code></td>\n<td>string</td>\n<td>HTTP status code returned</td>\n</tr>\n<tr>\n<td>– <code>CheckDate</code></td>\n<td>datetime</td>\n<td>Timestamp when that check was executed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","SatHealthCheck"],"host":["service","criskco","com"],"query":[{"key":"serviceName","value":"Declarations"},{"key":"systemType","value":"SAT"},{"key":"unitType","value":"Hours"},{"key":"unitAmount","value":"24"}],"variable":[]}},"response":[{"id":"69afc224-8b80-4d3c-bce5-421197e40de9","name":"Sat Health Check Days","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/SatHealthCheck?serviceName=Declarations&systemType=SAT&unitType=Days&unitAmount=7","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","SatHealthCheck"],"query":[{"key":"serviceName","value":"Declarations"},{"key":"systemType","value":"SAT"},{"key":"unitType","value":"Days"},{"key":"unitAmount","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Jul 2025 13:57:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1973"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"5-5135379-5135381 NNNN CT(119 247 0) RT(1751896621125 32) q(0 0 4 -1) r(12 12) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": null,\n    \"refApplicantId\": null,\n    \"responseDetails\": null,\n    \"success\": false,\n    \"ApiSatAliveCheckDailySummaries\": [\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-07T00:00:00\",\n            \"TotalChecks\": 14,\n            \"AvgResponseTimeMs\": 16.515,\n            \"MaxResponseTimeMs\": 40.38,\n            \"AvgFailedPercent\": 0,\n            \"MaxFailedPercent\": 0,\n            \"ErrorCount\": 0\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-06T00:00:00\",\n            \"TotalChecks\": 24,\n            \"AvgResponseTimeMs\": 14.826666666666666666666666667,\n            \"MaxResponseTimeMs\": 26.16,\n            \"AvgFailedPercent\": 12.5,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 3\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-05T00:00:00\",\n            \"TotalChecks\": 24,\n            \"AvgResponseTimeMs\": 13.865833333333333333333333333,\n            \"MaxResponseTimeMs\": 41.18,\n            \"AvgFailedPercent\": 12.5,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 3\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-04T00:00:00\",\n            \"TotalChecks\": 24,\n            \"AvgResponseTimeMs\": 14.179166666666666666666666667,\n            \"MaxResponseTimeMs\": 31.34,\n            \"AvgFailedPercent\": 16.666666666666668,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 4\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-03T00:00:00\",\n            \"TotalChecks\": 24,\n            \"AvgResponseTimeMs\": 15.229583333333333333333333333,\n            \"MaxResponseTimeMs\": 31.73,\n            \"AvgFailedPercent\": 4.166666666666667,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 1\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-02T00:00:00\",\n            \"TotalChecks\": 21,\n            \"AvgResponseTimeMs\": 13.32952380952380952380952381,\n            \"MaxResponseTimeMs\": 23.79,\n            \"AvgFailedPercent\": 4.7619047619047619,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 1\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-07-01T00:00:00\",\n            \"TotalChecks\": 25,\n            \"AvgResponseTimeMs\": 15.0144,\n            \"MaxResponseTimeMs\": 26.71,\n            \"AvgFailedPercent\": 12,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 3\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"Day\": \"2025-06-30T00:00:00\",\n            \"TotalChecks\": 10,\n            \"AvgResponseTimeMs\": 13.978,\n            \"MaxResponseTimeMs\": 24.33,\n            \"AvgFailedPercent\": 10,\n            \"MaxFailedPercent\": 100,\n            \"ErrorCount\": 1\n        }\n    ],\n    \"ApiSatAliveChecks\": null\n}"},{"id":"dbe7ca58-844a-4e13-a7b1-ab4ea143e8df","name":"Sat Health Check Hours","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/SatHealthCheck?serviceName=Declarations&systemType=SAT&unitType=Hours&unitAmount=24","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","SatHealthCheck"],"query":[{"key":"serviceName","value":"Declarations"},{"key":"systemType","value":"SAT"},{"key":"unitType","value":"Hours"},{"key":"unitAmount","value":"24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Jul 2025 13:59:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3549"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"3-3483836-3483849 ENNN RT(1751896745813 13101) q(0 0 0 -1) r(6 6) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": null,\n    \"refApplicantId\": null,\n    \"responseDetails\": null,\n    \"success\": false,\n    \"ApiSatAliveCheckDailySummaries\": null,\n    \"ApiSatAliveChecks\": [\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 14.23,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T13:01:50\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.73,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T12:02:23\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.99,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T11:00:45\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 14.41,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T10:02:27\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 19.72,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T09:02:21\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.78,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T08:02:13\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.61,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T07:00:31\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.37,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T06:01:55\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.93,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T05:01:51\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 21.17,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T04:00:55\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 14.2,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T03:02:15\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 7.18,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T02:02:11\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 17.51,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T01:01:08\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 40.38,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-07T00:01:29\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 14.16,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T23:02:21\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.47,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T22:03:08\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 16.78,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T21:00:42\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.45,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T20:03:54\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 100,\n            \"ResponseTime\": 13.03,\n            \"StatusCode\": \"500\",\n            \"CheckDate\": \"2025-07-06T19:02:46\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.78,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T18:05:19\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 19.19,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T17:00:59\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 8.47,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T16:07:12\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 14.78,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T15:05:11\"\n        },\n        {\n            \"ServiceName\": \"Declarations\",\n            \"SystemType\": \"SAT\",\n            \"FailedPercent\": 0,\n            \"ResponseTime\": 13.8,\n            \"StatusCode\": \"200\",\n            \"CheckDate\": \"2025-07-06T14:03:08\"\n        }\n    ]\n}"}],"_postman_id":"1e122f40-ad93-4af0-b2c6-7b296556d27d"},{"name":"Get Company Tax Status","id":"aabd1e8b-55b3-4ff3-bf8b-a49d18abb46b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetCompanyTaxStatus?taxId=GAPXXXXXXXXX","description":"<p>The endpoint will return the business Tax Status info and Obligations from Opinión del cumplimiento de obligaciones fiscales file.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column name</th>\n<th>Column Description</th>\n<th>Type</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyTaxStatus</td>\n<td>Company Tax Status Object</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>RFC</td>\n<td>Tax Id</td>\n<td>string(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>PayingTax</td>\n<td>Tas Statis - \"POSITIVO\" or \"NEGATIVO\"</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n<tr>\n<td>CompanyObligationsList</td>\n<td>Company Obligations List</td>\n<td>Object Array</td>\n<td>If PayingTax= \"NEGATIVO\" returns a list of obligations</td>\n</tr>\n<tr>\n<td>Obligation</td>\n<td>Obligation Name</td>\n<td>string(255)</td>\n<td></td>\n</tr>\n<tr>\n<td>Month</td>\n<td>Month Number</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Year Number</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>ReportUpdateDate</td>\n<td>Date of the Report</td>\n<td>Date</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetCompanyTaxStatus"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}],"variable":[]}},"response":[{"id":"10cf7295-7d81-40a4-83dd-5fd0cdbc87fa","name":"Get Company Tax Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetCompanyTaxStatus?taxId=GAPXXXXXXXXX","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetCompanyTaxStatus"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Dec 2023 09:22:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Set-Cookie","value":"incap_ses_820_2306669=Wa1cPJMd/QtYcqs8zTphC+qOcWUAAAAA8E/rRZf7OebBFvxbV1r1+A==; path=/; Domain=.criskco.com"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"11-146747622-146747630 NNNN CT(132 146 0) RT(1701940969620 24) q(0 0 3 0) r(4 4) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": \"1000143693\",\n    \"CompanyTaxStatus\": {\n        \"RFC\": \"GAPXXXXXXXXX\",\n        \"PayingTax\": \"NEGATIVO\",\n        \"ReportDataUpdateDate\": \"2020-04-01T00:00:00\"\n    },\n    \"CompanyObligationsList\": [\n        {\n            \"Obligation\": \"Declaración de proveedores de IVA\",\n            \"Month\": 4,\n            \"Year\": 2020,\n            \"ReportUpdateDate\": \"2020-04-01T00:00:00\"\n        }\n    ],\n    \"Success\": true,\n    \"message\": null\n}"}],"_postman_id":"aabd1e8b-55b3-4ff3-bf8b-a49d18abb46b"},{"name":"Get Historical Finscore","id":"07eba57e-df30-4137-9d8e-e92a3b29eccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetHistoricalFinscore?taxId=GAPXXXXXXXXX","description":"<p>The endpoint will return the business FinScores of the last months in a list, order by year and month.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column name</th>\n<th>Column Description</th>\n<th>Type</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HistoricalFinscores</td>\n<td>Finscore List</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Year of calculation</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>Month</td>\n<td>Month of calculation</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>FinScore</td>\n<td>The Finscore for that point in time</td>\n<td>decimal(19,2)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetHistoricalFinscore"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}],"variable":[]}},"response":[{"id":"88de8109-112b-4cae-ad21-7dbeb9d5b884","name":"Get Historical Finscore","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetHistoricalFinscore?taxId=GAPXXXXXXXXX","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetHistoricalFinscore"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Dec 2023 06:17:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"ASP.NET_SessionId=21qmptktmm55h41sg5kiakg2; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"incap_ses_1051_2306669=xzJ1QmFZGFzYTAHmoeiVDoTBi2UAAAAAo1tuoQJHJ7OTvrbI3MDx2g==; path=/; Domain=.criskco.com"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"6-21724900-21724902 NNNN CT(134 272 0) RT(1703657860319 14) q(0 0 4 1) r(6 6) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"HistoricalFinscores\": [\n        {\n            \"Year\": 2023,\n            \"Month\": 11,\n            \"FinScore\": 756\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 10,\n            \"FinScore\": 755\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 9,\n            \"FinScore\": 749\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 8,\n            \"FinScore\": 744\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 7,\n            \"FinScore\": 746\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 6,\n            \"FinScore\": 746\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 5,\n            \"FinScore\": 744\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 4,\n            \"FinScore\": 746\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 3,\n            \"FinScore\": 729\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 2,\n            \"FinScore\": 733\n        },\n        {\n            \"Year\": 2023,\n            \"Month\": 1,\n            \"FinScore\": 737\n        }\n    ],\n    \"Success\": true,\n    \"message\": null\n}"}],"_postman_id":"07eba57e-df30-4137-9d8e-e92a3b29eccf"},{"name":"Get Company Tax Regimes","id":"624f7f08-cba4-4e5c-ac2d-a6647ce2f029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetCompanyTaxRegimes?taxId=GAPXXXXXXXXX","description":"<p>The endpoint will return the business Tax Status info and Regimes from Opinión del cumplimiento de obligaciones fiscales file and Constancia De Fiscal file.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column name</th>\n<th>Column Description</th>\n<th>Type</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyTaxRegimes</td>\n<td>Company Tax Regimes Object</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>RFC</td>\n<td>Tax Id</td>\n<td>string(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>Regime</td>\n<td>Regime Name</td>\n<td>string(255)</td>\n<td></td>\n</tr>\n<tr>\n<td>ReportUpdateDate</td>\n<td>Date of the Report</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>PayingTax</td>\n<td>Tax Status - \"POSITIVO\" or \"NEGATIVO\"</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetCompanyTaxRegimes"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}],"variable":[]}},"response":[{"id":"d274e6b6-fa81-4106-b19c-e601fa57c6ef","name":"Get Company Tax Regimes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetCompanyTaxRegimes?taxId=GAPXXXXXXXXX","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetCompanyTaxRegimes"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 14:31:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"ASP.NET_SessionId=nmdkgjxcq2zyuo4gomlwybtl; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"incap_ses_1051_2306669=oyBucpe+A3FDhmmPn+iVDsvLdWUAAAAANT/qrHp1mod/9k4hUOdfnw==; path=/; Domain=.criskco.com"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-25312346-25312347 NNNN CT(136 271 0) RT(1702218699167 9) q(0 0 4 0) r(6 6) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"CompanyTaxRegimes\": [\n        {\n            \"RFC\": \"GAPXXXXXXXXX\",\n            \"Regime\": \"Régimen General de Ley Personas Morales\",\n            \"ReportDataUpdateDate\": \"2023-12-02T00:00:00\",\n            \"PayingTax\": \"NEGATIVO\"\n        }\n    ],\n    \"Success\": true,\n    \"message\": null\n}"}],"_postman_id":"624f7f08-cba4-4e5c-ac2d-a6647ce2f029"},{"name":"Get Company Fiscal Details","id":"43ceeffd-67e0-4cb8-b442-be771b6bdeee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"https://service.criskco.com/apiservice.svc/GetCompanyFiscalDetails?taxId=GAPXXXXXXXXX","description":"<p>The endpoint will return the Constancia De Fiscal file details.</p>\n<p><strong>Requested information:</strong></p>\n<p>Company Tax ID (RFC)</p>\n<p><strong>Response information:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column name</th>\n<th>Column Description</th>\n<th>Type</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>FiscalIdentifications</strong></td>\n<td>Fiscal Identifications Object</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>RFC</td>\n<td>Tax Id</td>\n<td>string(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>FirstSurname</td>\n<td>First Surname</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>SecondSurname</td>\n<td>Second Surname</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>Company Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>CapitalRegime</td>\n<td>Capital Regime</td>\n<td>string(300)</td>\n<td></td>\n</tr>\n<tr>\n<td>CommercialName</td>\n<td>Commercial Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>OperationStartDate</td>\n<td>Operation Start Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>FiscalStatus</td>\n<td>Fiscal Status</td>\n<td>string(45)</td>\n<td></td>\n</tr>\n<tr>\n<td>LastStatusChangeDate</td>\n<td>Last Status Change Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>FiscalRegisteredAddress</strong></td>\n<td>Fiscal Registered Address</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Zip Code</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>RoadType</td>\n<td>Road Type</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>RoadName</td>\n<td>Road Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>ExteriorNumber</td>\n<td>Exterior Number</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>InteriorNumber</td>\n<td>Interior Number</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>ColonyName</td>\n<td>Colony Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>TownName</td>\n<td>Town Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>MunicipalityName</td>\n<td>Municipality Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>FederalEntityName</td>\n<td>Federal Entity Name</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>BetweenStreet</td>\n<td>Between Street</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>AndStreet</td>\n<td>And Street</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Phone</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>Phone Number</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>StateOfDomicile</td>\n<td>State Of Domicile</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxpayerStatus</td>\n<td>Taxpayer Status</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>FiscalEconomicActivity</strong></td>\n<td>Fiscal Economic Activity</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>EconomicActivity</td>\n<td>Economic Activity</td>\n<td>string(255)</td>\n<td></td>\n</tr>\n<tr>\n<td>Percentage</td>\n<td>Percentage</td>\n<td>int(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>Start Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>End Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>FiscalRegimes</strong></td>\n<td>Fiscal Regimes</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>Regime</td>\n<td>Regime Name</td>\n<td>string(255)</td>\n<td></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>Start Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>End Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>FiscalObligations</strong></td>\n<td>Fiscal Obligations</td>\n<td>Object Array</td>\n<td></td>\n</tr>\n<tr>\n<td>ObligationDescription</td>\n<td>Obligation Description</td>\n<td>string(255)</td>\n<td></td>\n</tr>\n<tr>\n<td>ObligationExpiration</td>\n<td>Obligation Expiration</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>Start Date</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>EndDate</td>\n<td>string(100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","GetCompanyFiscalDetails"],"host":["service","criskco","com"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}],"variable":[]}},"response":[{"id":"7aa91b0f-11dd-4662-b2a8-44f43b515387","name":"Get Company Fiscal Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":{"raw":"https://service.criskco.com/apiservice.svc/GetCompanyFiscalDetails?taxId=GAPXXXXXXXXX","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","GetCompanyFiscalDetails"],"query":[{"key":"taxId","value":"GAPXXXXXXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jan 2024 10:09:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"ASP.NET_SessionId=y1w3dwh5ovx14kix5hfkrciy; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"incap_ses_820_2306669=UYmRHcLBGA3ws4PT0TphC1QEpWUAAAAAOSb4dGimTtpiT171TjktgQ==; path=/; Domain=.criskco.com"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"14-21245448-21245454 NNNN CT(135 133 0) RT(1705313363752 24) q(0 0 3 -1) r(7 7) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": 1000143693,\n    \"refApplicantId\": null,\n    \"FiscalIdentifications\": [\n        {\n            \"RFC\": \"GAPXXXXXXXXX\",\n            \"CURP\": null,\n            \"Name\": null,\n            \"FirstSurname\": null,\n            \"SecondSurname\": null,\n            \"CompanyName\": \"Industrial Company (demo)\",\n            \"CapitalRegime\": \"SOCIEDAD ANONIMA DE INDUSTRIAL\",\n            \"CommercialName\": \"\",\n            \"OperationStartDate\": \"26 DE JUNIO DE 2020\",\n            \"FiscalStatus\": \"ACTIVO\",\n            \"LastStatusChangeDate\": \"26 DE JUNIO DE 2020\"\n        }\n    ],\n    \"FiscalRegisteredAddress\": [\n        {\n            \"ZipCode\": \"\",\n            \"RoadType\": \"\",\n            \"RoadName\": \"\",\n            \"ExteriorNumber\": \"\",\n            \"InteriorNumber\": \"\",\n            \"ColonyName\": \"\",\n            \"MunicipalityName\": \"\",\n            \"TownName\": \"\",\n            \"FederalEntityName\": \"\",\n            \"BetweenStreet\": \"\",\n            \"AndStreet\": \"\",\n            \"Phone\": null,\n            \"Email\": null,\n            \"PhoneNumber\": null,\n            \"StateOfDomicile\": null,\n            \"TaxpayerStatus\": null\n        }\n    ],\n    \"FiscalEconomicActivity\": [\n        {\n            \"EconomicActivity\": \"\",\n            \"Percentage\": 100,\n            \"StartDate\": \"2020-06-26T00:00:00\",\n            \"EndDate\": null\n        }\n    ],\n    \"FiscalRegimes\": [\n        {\n            \"Regime\": \"Régimen General de Ley Personas Morales\",\n            \"StartDate\": \"2023-12-02T00:00:00\",\n            \"EndDate\": null\n        }\n    ],\n    \"FiscalObligations\": [\n        {\n            \"ObligationDescription\": \"Declaración de proveedores de IVA.\",\n            \"ObligationExpiration\": \"\",\n            \"StartDate\": \"2020-04-01T00:00:00\",\n            \"EndDate\": null\n        }\n    ],\n    \"Success\": false,\n    \"message\": null\n}"}],"_postman_id":"43ceeffd-67e0-4cb8-b442-be771b6bdeee"},{"name":"SAT - RFC Validation Bulk","id":"03244ad0-2eca-417b-874d-9fc6930de557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"iSCxzrBnR/Example_RFC.csv"}]},"url":"https://service.criskco.com/apiservice.svc/ValidateRFCBulk","description":"<p>Use the SAT - RFC Validation Bulk endpoint to validate bulk of RFC’s up to 5,000 in a single call for companies registered at the Mexican Fiscal Authority (SAT).</p>\n<p>It can be validated by two options:</p>\n<ol>\n<li>RFC only</li>\n<li>RFC +Name of the company +Postal Code of the company as registered.</li>\n</ol>\n<p><strong>RFC Only</strong> - The file in the body of the request will include in the first column (without header) the RFC, each one in a different row.</p>\n<p>For example:<br />ABCYYYYYYYYYY</p>\n<p><strong>RFC +Name of the company +Postal Code -</strong> The file in the body of the request will include in the first column (without header) the RFC, Name and Postal code, seperated by '|' each one in a different row.</p>\n<p>For example:<br />ABCYYYYYYYYYY|ABC|98765</p>\n<p>The response will return if the request is successful or not, and a text file with 3 optional boolean values and the response message from SAT for each RFC (as you can see below in the example):</p>\n<ol>\n<li>Success - Is the request is successful or not</li>\n<li>ValidRFC - The RFC is valid or not</li>\n<li>ValidName (if requested) - The Company Name is valid or not</li>\n<li>ValidPostal (if requested) - The Postal Code is valid or not</li>\n<li>message - The exact message from SAT</li>\n</ol>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ValidateRFCBulk"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"00c71e87-04d6-4be1-ad6a-a50a41eeac73","name":"SAT - RFC Validation","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"mTP-wnOLB/Example_RFC.csv"}]},"url":"https://service.criskco.com/apiservice.svc/ValidateRFC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Dec 2022 14:55:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"11-142180964-142180970 ENNN RT(1672239285630 23084) q(0 0 0 -1) r(148 148) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"ValidParameters\": [\n        {\n            \"Property\": \"ValidRFC\",\n            \"Valid\": true\n        },\n        {\n            \"Property\": \"ValidName\",\n            \"Valid\": true\n        },\n        {\n            \"Property\": \"ValidPostal\",\n            \"Valid\": true\n        }\n    ],\n    \"message\": \"RFC válido, y susceptible de recibir facturas\"\n}"},{"id":"02040788-21c4-49e8-82e5-6abbd6edfb14","name":"SAT - RFC Validation (RFC, Name, Postal)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"q1Bv9vziy/Example_RFC_Name_Postal.csv"}]},"url":"https://service.criskco.com/apiservice.svc/ValidateRFC"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"03244ad0-2eca-417b-874d-9fc6930de557"},{"name":"Onboarding SAT Integration","id":"3d501ecd-7492-4d10-9525-208a4d768ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"IsAgreeTerms\": true,\r\n    \"DateAgreeTerms\": \"2021-10-01\",\r\n    \"VersionAgreeTerms\": \"1\",\r\n    \"Email\": \"testOnboarding@criskco.com\",\r\n    \"User\":\"GAPXXXXXXXXX\",\r\n    \"Password\": \"XXX\",\r\n    \"RefApplicantId\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/OnboardingSatIntegration","description":"<p>Use the SAT Integration endpoint to onboard a company and retrieve data from the Mexican Fiscal Authority (SAT).</p>\n<p>This will allow you to access invoices, payments and tax returns from the SAT.</p>\n<h3 id=\"body-paramaters\">Body Paramaters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsAgreeTerms</td>\n<td>Yes</td>\n<td>Has the company accepted CRiskCo's terms</td>\n</tr>\n<tr>\n<td>DateAgreeTerms</td>\n<td>Yes</td>\n<td>Date terms agreed</td>\n</tr>\n<tr>\n<td>VersionAgreeTerms</td>\n<td>Yes</td>\n<td>Version of Terms</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Yes</td>\n<td>The Company's email</td>\n</tr>\n<tr>\n<td>User</td>\n<td>Yes</td>\n<td>Company's RFC</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Yes</td>\n<td>Company's CIEC</td>\n</tr>\n<tr>\n<td>RefApplicantId</td>\n<td>Optional</td>\n<td>An optional identifier that allows you to track</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","OnboardingSatIntegration"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"3e917007-98d9-4584-953e-95ceab4f411a","name":"Onboarding SAT Integration - Successful Connection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"IsAgreeTerms\": true,\r\n    \"DateAgreeTerms\": \"2021-10-01\",\r\n    \"VersionAgreeTerms\": \"1\",\r\n    \"Email\": \"testOnboarding@criskco.com\",\r\n    \"User\":\"GAPXXXXXXXXX\",\r\n    \"Password\": \"XXX\",\r\n    \"RefApplicantId\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/OnboardingSatIntegration"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 29 Jun 2022 16:38:39 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-7659282-7659286 NNNN CT(141 284 0) RT(1656520717384 88) q(0 0 4 -1) r(7 7) U6"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": null,\r\n    \"Message\": \"Success! Information Received\",\r\n    \"Success\": true\r\n}"},{"id":"b7c3d365-1e67-4f16-9c13-ebd44a486ca5","name":"Onboarding SAT Integration - Incorrect Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"IsAgreeTerms\": true,\r\n    \"DateAgreeTerms\": \"2021-10-01\",\r\n    \"VersionAgreeTerms\": \"1\",\r\n    \"Email\": \"testOnboarding@criskco.com\",\r\n    \"User\":\"GAPXXXXXXXXX\",\r\n    \"Password\": \"XXX\",\r\n    \"RefApplicantId\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/OnboardingSatIntegration"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 29 Jun 2022 16:38:39 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-7659282-7659286 NNNN CT(141 284 0) RT(1656520717384 88) q(0 0 4 -1) r(7 7) U6"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": null,\r\n    \"Message\": \"The RFC GAPXXXXXXXX or ciec was not valid\",\r\n    \"Success\": false\r\n}"}],"_postman_id":"3d501ecd-7492-4d10-9525-208a4d768ff0"},{"name":"Monitoring Company","id":"3eb3e1af-12bc-41ec-87f0-681bd573ca0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"Source\": \"API\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/RequestMonitoring","description":"<p>StartFragment</p>\n<p>Use the Monitoring Company endpoint to monitor a company and retrieve again the data from the Mexican Fiscal Authority (SAT).</p>\n<p>This will allow you to update all of the invoices, payments and tax returns from the SAT .</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","RequestMonitoring"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"e1ee53bc-a147-4e6e-b80e-6b4596e24e6a","name":"Monitoring Company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"","type":"text"},{"key":"apiKey","value":"","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"Source\": \"API\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/RequestMonitoring"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Dec 2022 09:43:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"7-113826228-113826229 ENNN RT(1672134126280 81627) q(0 0 0 -1) r(5 5) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1004319766\",\n    \"refApplicantId\": null,\n    \"responseDetails\": null,\n    \"success\": true\n}"}],"_postman_id":"3eb3e1af-12bc-41ec-87f0-681bd573ca0e"},{"name":"Applicants Info","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"bf6d8a29-65af-46fe-a4fd-679564eb61e1"}}],"id":"805f0f23-c8fb-4f2c-b99d-8fd66e339788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Accept-Encoding","value":"gzip, deflate"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/applicantinfo","description":"<p>The endpoint will return the Applicant's business information and business financial information.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","applicantinfo"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"417b8333-05c3-49f6-91cf-8fdc8c7f4acf","name":"Applicants Info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Accept-Encoding","value":"gzip, deflate"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/applicantinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 10:53:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9696"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"4-68123917-68123935 ENNN RT(1625568589780 211018) q(0 0 0 -1) r(52 52) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"name\": \"Industrial Company (demo)\",\n    \"verifiedBy\": null,\n    \"verifiedName\": null,\n    \"registrationDate\": \"2020-11-11T00:00:00\",\n    \"firstInvoiceDate\": \"2016-08-05T00:00:00\",\n    \"sectorNaicsId\": null,\n    \"sectorNaicsName\": null,\n    \"yearsInBusiness\": null,\n    \"isVerifiedTaxId\": false,\n    \"taxId\": \"ABC123456\",\n    \"erpType\": \"QuickBooksOnline\",\n    \"financialYearEndMonth\": \"12\",\n    \"financialYearEndDay\": \"31\",\n    \"currency\": \"USD\",\n    \"address\": {\n        \"city\": \"San Francisco\",\n        \"country\": \"USA\",\n        \"postalCode\": \"99999\",\n        \"state\": \"CA\",\n        \"street\": \"12 Silver Dr\"\n    },\n    \"contactDetails\": {\n        \"phone\": \"2025550166\"\n    },\n    \"financials\": {\n        \"lastUpdate\": \"2020-04-01T00:00:00\",\n        \"salesCurrentYear\": 288264,\n        \"salesPreviousYear\": 1335074.07,\n        \"salesPreviousTwoYears\": 1268840.27,\n        \"totalSales\": 4105414.46,\n        \"accountsReceivables\": 270495.76,\n        \"overdueReceivables\": 236666.51,\n        \"dso\": 75,\n        \"add\": 63,\n        \"cei\": 82.3867893060335,\n        \"totalCustomers\": 1472,\n        \"activeCustomers\": 139,\n        \"financialYearsAnalytics\": {\n            \"current\": {\n                \"date\": \"2020-04-01T00:00:00\",\n                \"activeCustomers\": 139,\n                \"salesPercentTop5Customers\": 45.88,\n                \"purchasePercentTop5Vendors\": 54.26,\n                \"customerRiskHhi\": 0.16,\n                \"vendorRiskHhi\": 1,\n                \"zScore\": 7.02,\n                \"debtServiceRatio\": 5.13,\n                \"pretaxProfitMargin\": 77.23,\n                \"returnOnEquity\": 7.32,\n                \"currentRatio\": 15.84,\n                \"quickRatio\": 3.02,\n                \"operatingExpense\": 0,\n                \"numberOfInvoices\": 747,\n                \"averageInvoiceSize\": 1756.91,\n                \"dso\": 75,\n                \"add\": 63,\n                \"cei\": 82.39\n            },\n            \"financialYearEnd\": {\n                \"date\": \"2019-12-31T00:00:00\",\n                \"activeCustomers\": 141,\n                \"salesPercentTop5Customers\": 46.45,\n                \"purchasePercentTop5Vendors\": 53.58,\n                \"customerRiskHhi\": 0.13,\n                \"vendorRiskHhi\": 0.15,\n                \"zScore\": 8.06,\n                \"debtServiceRatio\": 27.59,\n                \"pretaxProfitMargin\": 68.47,\n                \"returnOnEquity\": 36.13,\n                \"currentRatio\": 15.39,\n                \"quickRatio\": 2.61,\n                \"operatingExpense\": 0,\n                \"numberOfInvoices\": 524,\n                \"averageInvoiceSize\": 2547.85,\n                \"dso\": 46,\n                \"add\": 24,\n                \"cei\": 92.78\n            },\n            \"previousFinancialYearEnd\": {\n                \"date\": \"2018-12-31T00:00:00\",\n                \"activeCustomers\": 173,\n                \"salesPercentTop5Customers\": 47.1,\n                \"purchasePercentTop5Vendors\": 58.88,\n                \"customerRiskHhi\": 0.1,\n                \"vendorRiskHhi\": 0.09,\n                \"zScore\": 50.43,\n                \"debtServiceRatio\": 49.01,\n                \"pretaxProfitMargin\": 99.7,\n                \"returnOnEquity\": 74.88,\n                \"currentRatio\": 178.97,\n                \"quickRatio\": 45.62,\n                \"operatingExpense\": 1.15,\n                \"numberOfInvoices\": 746,\n                \"averageInvoiceSize\": 1700.86,\n                \"dso\": 33,\n                \"add\": 29,\n                \"cei\": 92.97\n            }\n        },\n        \"revenueStream\": [\n            {\n                \"year\": -1,\n                \"month\": -1,\n                \"invoicesDue\": 270495.76,\n                \"predictedPayments\": 61779.8\n            },\n            {\n                \"year\": 2021,\n                \"month\": 7,\n                \"invoicesDue\": 0,\n                \"predictedPayments\": 96132.16\n            },\n            {\n                \"year\": 2021,\n                \"month\": 8,\n                \"invoicesDue\": 0,\n                \"predictedPayments\": 11491\n            },\n            {\n                \"year\": 2021,\n                \"month\": 9,\n                \"invoicesDue\": 0,\n                \"predictedPayments\": 2025\n            },\n            {\n                \"year\": 2021,\n                \"month\": 10,\n                \"invoicesDue\": 0,\n                \"predictedPayments\": 9053\n            },\n            {\n                \"year\": 2021,\n                \"month\": 11,\n                \"invoicesDue\": 0,\n                \"predictedPayments\": 0\n            },\n            {\n                \"year\": 2021,\n                \"month\": 12,\n                \"invoicesDue\": 0,\n                \"predictedPayments\": 0\n            }\n        ],\n        \"monthlyFinancials\": [\n            {\n                \"year\": 2019,\n                \"month\": 5,\n                \"invoices\": 223683.9,\n                \"payments\": 160163.72,\n                \"openAR\": 162796.65,\n                \"dso\": 48,\n                \"add\": 16,\n                \"cei\": 95.64,\n                \"deposits\": 10078.11\n            },\n            {\n                \"year\": 2019,\n                \"month\": 6,\n                \"invoices\": 117790.81,\n                \"payments\": 103170.4,\n                \"openAR\": 176372.06,\n                \"dso\": 50,\n                \"add\": 24,\n                \"cei\": 93.65,\n                \"deposits\": 0\n            },\n            {\n                \"year\": 2019,\n                \"month\": 7,\n                \"invoices\": 147231.5,\n                \"payments\": 117953.81,\n                \"openAR\": 201236.32,\n                \"dso\": 57,\n                \"add\": 35,\n                \"cei\": 90.65,\n                \"deposits\": 5025\n            },\n            {\n                \"year\": 2019,\n                \"month\": 8,\n                \"invoices\": 72842.5,\n                \"payments\": 115365,\n                \"openAR\": 158658.82,\n                \"dso\": 45,\n                \"add\": 35,\n                \"cei\": 90.81,\n                \"deposits\": 6155\n            },\n            {\n                \"year\": 2019,\n                \"month\": 9,\n                \"invoices\": 78951.2,\n                \"payments\": 38404.73,\n                \"openAR\": 199155.29,\n                \"dso\": 55,\n                \"add\": 35,\n                \"cei\": 90.68,\n                \"deposits\": 16000\n            },\n            {\n                \"year\": 2019,\n                \"month\": 10,\n                \"invoices\": 117465.15,\n                \"payments\": 45608.7,\n                \"openAR\": 270876.74,\n                \"dso\": 73,\n                \"add\": 50,\n                \"cei\": 87.01,\n                \"deposits\": 0\n            },\n            {\n                \"year\": 2019,\n                \"month\": 11,\n                \"invoices\": 71507.94,\n                \"payments\": 128087.75,\n                \"openAR\": 214041.93,\n                \"dso\": 59,\n                \"add\": 48,\n                \"cei\": 88.06,\n                \"deposits\": 14833.24\n            },\n            {\n                \"year\": 2019,\n                \"month\": 12,\n                \"invoices\": 93536.5,\n                \"payments\": 136371.7,\n                \"openAR\": 168233.73,\n                \"dso\": 46,\n                \"add\": 24,\n                \"cei\": 92.78,\n                \"deposits\": 27221\n            },\n            {\n                \"year\": 2020,\n                \"month\": 1,\n                \"invoices\": 84399.6,\n                \"payments\": 34824.59,\n                \"openAR\": 217766.17,\n                \"dso\": 61,\n                \"add\": 37,\n                \"cei\": 89.05,\n                \"deposits\": 12105.86\n            },\n            {\n                \"year\": 2020,\n                \"month\": 2,\n                \"invoices\": 153470.2,\n                \"payments\": 115025.77,\n                \"openAR\": 254534.16,\n                \"dso\": 69,\n                \"add\": 28,\n                \"cei\": 91.01,\n                \"deposits\": 16199.72\n            },\n            {\n                \"year\": 2020,\n                \"month\": 3,\n                \"invoices\": 50394.2,\n                \"payments\": 33774.6,\n                \"openAR\": 270398.76,\n                \"dso\": 75,\n                \"add\": 62,\n                \"cei\": 82.51,\n                \"deposits\": 10534.86\n            },\n            {\n                \"year\": 2020,\n                \"month\": 4,\n                \"invoices\": 0,\n                \"payments\": 0,\n                \"openAR\": 270398.76,\n                \"dso\": 75,\n                \"add\": 63,\n                \"cei\": 82.39,\n                \"deposits\": 0\n            }\n        ]\n    },\n    \"blackLists\": null\n}"}],"_postman_id":"805f0f23-c8fb-4f2c-b99d-8fd66e339788"},{"name":"Customers","id":"1c74a960-4343-4795-8995-2af72b3b81f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Accept-Encoding","value":"gzip"},{"key":"Content-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/customers","description":"<p>The endpoint will return the Applicant's business customers information and customers financial information.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","customers"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"313c61f8-19b0-4187-ba48-09757451e83e","name":"Customers","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Accept-Encoding","value":"gzip"},{"key":"Content-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 12:19:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2400651"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Set-Cookie","value":"incap_ses_144_2306669=ZV4ZJi7yVWlelyQxlZf/AUZK5GAAAAAAur+XD9DBfe7Rq4EGC2VIZg==; path=/; Domain=.criskco.com"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"4-68626791-68626816 NNNN CT(1 5 0) RT(1625573953953 153) q(0 0 0 0) r(47 47) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"customers\": [\n        {\n            \"customerId\": \"121329\",\n            \"foreignId\": \"100\",\n            \"firstInvoiceDate\": null,\n            \"name\": \"Customer 100\",\n            \"verifiedName\": null,\n            \"sectorNaicsId\": null,\n            \"sectorNaicsDescription\": null,\n            \"taxId\": null,\n            \"currency\": \"USD\",\n            \"address\": {\n                \"city\": null,\n                \"country\": null,\n                \"postalCode\": null,\n                \"state\": null,\n                \"street\": null\n            },\n            \"contactDetails\": {\n                \"phone\": null\n            },\n            \"financials\": {\n                \"finScore\": null,\n                \"totalSales\": 0,\n                \"twelveMonthsSales\": 0,\n                \"dueInvoices\": 0,\n                \"overDueInvoices\": 0,\n                \"creditMemos\": 0,\n                \"dso\": null,\n                \"add\": null,\n                \"cei\": null,\n                \"monthlyFinancials\": []\n            }\n        },\n        {\n            \"customerId\": \"121905\",\n            \"foreignId\": \"1003\",\n            \"firstInvoiceDate\": \"2018-06-04T00:00:00\",\n            \"name\": \"Customer 1003\",\n            \"verifiedName\": null,\n            \"sectorNaicsId\": null,\n            \"sectorNaicsDescription\": null,\n            \"taxId\": null,\n            \"currency\": \"USD\",\n            \"address\": {\n                \"city\": null,\n                \"country\": null,\n                \"postalCode\": null,\n                \"state\": null,\n                \"street\": null\n            },\n            \"contactDetails\": {\n                \"phone\": null\n            },\n            \"financials\": {\n                \"finScore\": 550,\n                \"totalSales\": 243,\n                \"twelveMonthsSales\": 0,\n                \"dueInvoices\": 0,\n                \"overDueInvoices\": 0,\n                \"creditMemos\": 0,\n                \"dso\": null,\n                \"add\": null,\n                \"cei\": null,\n                \"monthlyFinancials\": [\n                    {\n                        \"year\": 2018,\n                        \"month\": 6,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 6,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 6,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 7,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 7,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 8,\n                        \"invoices\": 243,\n                        \"payments\": 243,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 9,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2018,\n                        \"month\": 10,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 1,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 3,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 5,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 7,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 8,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 9,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 11,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2019,\n                        \"month\": 12,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2020,\n                        \"month\": 1,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2020,\n                        \"month\": 2,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    },\n                    {\n                        \"year\": 2020,\n                        \"month\": 3,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAR\": 0,\n                        \"dso\": null,\n                        \"add\": null,\n                        \"cei\": null\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"1c74a960-4343-4795-8995-2af72b3b81f6"},{"name":"Customer AR Transactions - Invoices","id":"39d3c631-6209-4d54-b4c2-7dbdd1b1bfa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1009800539\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ar-transactions/invoices","description":"<p>The endpoint will return the Applicant's business customer Invoices.</p>\n<p>An Invoice represents a sales form where the customer pays for a product or service later.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ar-transactions","invoices"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"f14e0097-86b2-48ad-865f-67a48693884f","name":"AR Transactions - Invoices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Encoding","value":"gzip","disabled":true},{"key":"Accept-Encoding","value":"gzip","disabled":true}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ar-transactions/invoices?fromDate=2020-01-01&toDate=2020-12-01","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ar-transactions","invoices"],"query":[{"key":"fromDate","value":"2020-01-01"},{"key":"toDate","value":"2020-12-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:43:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136504"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-116166522-116166562 ENNN RT(1625578901814 135980) q(0 0 0 -1) r(14 15) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"customerId\": null,\n    \"invoices\": [\n        {\n            \"customerId\": \"120760\",\n            \"id1\": \"14614\",\n            \"id2\": \"5926\",\n            \"issueDate\": \"2020-02-27T00:00:00\",\n            \"amount\": 3212,\n            \"description\": null,\n            \"createdAt\": \"2020-02-01T00:00:00\",\n            \"updatedAt\": \"2020-03-22T00:00:00\",\n            \"invoiceId\": \"7c77cd7f-6c79-40f1-838e-2d45a0dfbed2\",\n            \"dueDate\": \"2020-03-28T00:00:00\",\n            \"predictedDate\": \"2020-02-27T00:00:00\",\n            \"paymentDate\": null,\n            \"balance\": 3212,\n            \"credited\": 0\n        },\n        {\n            \"customerId\": \"121264\",\n            \"id1\": \"15035\",\n            \"id2\": \"6272\",\n            \"issueDate\": \"2020-03-20T00:00:00\",\n            \"amount\": 232,\n            \"description\": null,\n            \"createdAt\": \"2020-03-20T00:00:00\",\n            \"updatedAt\": \"2020-03-20T00:00:00\",\n            \"invoiceId\": \"185d3322-abb8-4f1c-a528-156ad1bc0b5c\",\n            \"dueDate\": \"2020-04-19T00:00:00\",\n            \"predictedDate\": \"2020-04-19T00:00:00\",\n            \"paymentDate\": null,\n            \"balance\": 232,\n            \"credited\": 0\n        }\n    ]\n}"}],"_postman_id":"39d3c631-6209-4d54-b4c2-7dbdd1b1bfa9"},{"name":"Customer AR Transactions - Payments","id":"ef7fdaf4-b18e-4e2b-ae5f-6cef5de6e52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ar-transactions/payments","description":"<p>The endpoint will return the Applicant's business customer Payments.</p>\n<p>A Payment object records a payment. The payment can be applied for a particular customer against multiple Invoices. It can also be created without any Invoice, by just specifying an amount.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ar-transactions","payments"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"301777a6-f916-40cc-a419-33426d675628","name":"AR Transactions - Payments","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Encoding","value":"gzip","disabled":true},{"key":"Accept-Encoding","value":"gzip","disabled":true}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ar-transactions/payments?fromDate=2020-01-01&toDate=2020-12-01","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ar-transactions","payments"],"query":[{"key":"fromDate","value":"2020-01-01"},{"key":"toDate","value":"2020-12-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:46:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57968"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-116244631-116244707 ENNN RT(1625579183587 28764) q(0 0 0 -1) r(2 2) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"customerId\": null,\n    \"payments\": [\n        {\n            \"customerId\": \"120816\",\n            \"id1\": \"14590\",\n            \"id2\": null,\n            \"issueDate\": \"2020-01-07T00:00:00\",\n            \"amount\": 200,\n            \"description\": null,\n            \"createdAt\": \"2020-01-28T00:00:00\",\n            \"updatedAt\": \"2020-01-28T00:00:00\",\n            \"paymentId\": \"f76796f0-e9cc-4b21-a72a-404b8fb69534\",\n            \"linkedInvoices\": [\n                {\n                    \"txnId\": \"f4e0f5e5-823b-4d9b-9962-d7b6374cc698\",\n                    \"type\": \"Invoice\",\n                    \"id1\": \"14467\",\n                    \"id2\": null,\n                    \"linkedAmount\": 200,\n                    \"customerId\": \"120816\"\n                }\n            ]\n        },\n        {\n            \"customerId\": \"121912\",\n            \"id1\": \"14540\",\n            \"id2\": null,\n            \"issueDate\": \"2020-01-07T00:00:00\",\n            \"amount\": 390,\n            \"description\": null,\n            \"createdAt\": \"2020-01-07T00:00:00\",\n            \"updatedAt\": \"2020-01-07T00:00:00\",\n            \"paymentId\": \"ec478d72-afda-4cc3-8b09-59b03e4342d8\",\n            \"linkedInvoices\": [\n                {\n                    \"txnId\": \"9b3e224d-337f-4425-904b-072102e8a3a9\",\n                    \"type\": \"Invoice\",\n                    \"id1\": \"14407\",\n                    \"id2\": null,\n                    \"linkedAmount\": 390,\n                    \"customerId\": \"121912\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"ef7fdaf4-b18e-4e2b-ae5f-6cef5de6e52f"},{"name":"Customer AR Transactions - Credit Memo","id":"66f9ce8b-33ba-4d85-ae52-7fda8338718b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ar-transactions/creditmemos","description":"<p>The endpoint will return the Applicant's business customer Credit Memos.</p>\n<p>A financial transaction representing a refund or credit of payment.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ar-transactions","creditmemos"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"7c36cb6d-3e31-4165-9a1a-48ad89f79b3d","name":"AR Transactions - Credit Memos","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Encoding","value":"gzip","disabled":true},{"key":"Accept-Encoding","value":"gzip","disabled":true}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ar-transactions/creditmemos?fromDate=2019-01-01&toDate=2020-12-01","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ar-transactions","creditmemos"],"query":[{"key":"fromDate","value":"2019-01-01"},{"key":"toDate","value":"2020-12-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:48:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"480"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"14-155552354-155552396 ENNN RT(1625579300237 17190) q(0 0 0 -1) r(1 1) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"customerId\": null,\n    \"creditmemos\": [\n        {\n            \"customerId\": \"120892\",\n            \"id1\": \"14358\",\n            \"id2\": \"5756\",\n            \"issueDate\": \"2019-11-20T00:00:00\",\n            \"amount\": 220,\n            \"description\": null,\n            \"createdAt\": \"2019-11-20T00:00:00\",\n            \"updatedAt\": \"2019-11-20T00:00:00\",\n            \"creditmemoId\": \"5276db5a-c33e-4d08-a372-22367dd26186\",\n            \"linkedInvoices\": [\n                {\n                    \"txnId\": \"9af8b2f7-db5b-4eba-998e-f316b24ee670\",\n                    \"type\": \"Invoice\",\n                    \"id1\": \"11809\",\n                    \"id2\": null,\n                    \"linkedAmount\": 220,\n                    \"customerId\": \"120892\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"66f9ce8b-33ba-4d85-ae52-7fda8338718b"},{"name":"Customers Grouping","id":"548dbd56-f2a1-446e-979f-732f332ecb3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/grouping/customers","description":"<p>The Customers Grouping Endpoint allows you to retreieve all the applicant's customer information in a single call to the API. This will return with Invoice, Payments and Credit Memos.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","grouping","customers"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"ada8dde4-eef2-4f39-a1ad-9c0789892996","name":"Customers Grouping","originalRequest":{"method":"POST","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/grouping/customers?fromDate=2020-01-01&toDate=2020-02-01","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","grouping","customers"],"query":[{"key":"fromDate","value":"2020-01-01"},{"key":"toDate","value":"2020-02-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 14:17:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2422672"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"6-25525727-25525763 ENNN RT(1625580960226 61956) q(0 0 0 -1) r(7 8) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"customers\": [\n        {\n            \"customerId\": \"121329\",\n            \"foreignId\": \"100\",\n            \"firstInvoiceDate\": null,\n            \"name\": \"Customer 100\",\n            \"verifiedName\": null,\n            \"sectorNaicsId\": null,\n            \"sectorNaicsDescription\": null,\n            \"taxId\": null,\n            \"currency\": \"USD\",\n            \"address\": {\n                \"city\": null,\n                \"country\": null,\n                \"postalCode\": null,\n                \"state\": null,\n                \"street\": null\n            },\n            \"contactDetails\": {\n                \"phone\": null\n            },\n            \"financials\": {\n                \"finScore\": null,\n                \"totalSales\": 0,\n                \"twelveMonthsSales\": 0,\n                \"dueInvoices\": 0,\n                \"overDueInvoices\": 0,\n                \"creditMemos\": 0,\n                \"dso\": null,\n                \"add\": null,\n                \"cei\": null,\n                \"monthlyFinancials\": []\n            }\n        }\n        }\n    ],\n    \"invoices\": [\n        {\n            \"customerId\": \"121564\",\n            \"id1\": \"14531\",\n            \"id2\": \"5865\",\n            \"issueDate\": \"2020-01-01T00:00:00\",\n            \"amount\": 550,\n            \"description\": null,\n            \"createdAt\": \"2020-01-01T00:00:00\",\n            \"updatedAt\": \"2020-01-01T00:00:00\",\n            \"invoiceId\": \"e1cce350-5be1-4759-a1d0-4fca823c05e0\",\n            \"dueDate\": \"2020-01-31T00:00:00\",\n            \"predictedDate\": \"2020-03-04T00:00:00\",\n            \"paymentDate\": null,\n            \"balance\": 550,\n            \"credited\": 0\n        }\n    ],\n    \"payments\": [\n        {\n            \"customerId\": \"121261\",\n            \"id1\": \"14607\",\n            \"id2\": null,\n            \"issueDate\": \"2020-01-31T00:00:00\",\n            \"amount\": 3122,\n            \"description\": null,\n            \"createdAt\": \"2020-01-31T00:00:00\",\n            \"updatedAt\": \"2020-01-31T00:00:00\",\n            \"paymentId\": \"358cc000-1ba6-47dc-960e-9d38061dcaea\",\n            \"linkedInvoices\": null\n        }\n    ],\n    \"creditmemos\": []\n}"}],"_postman_id":"548dbd56-f2a1-446e-979f-732f332ecb3c"},{"name":"Suppliers","id":"bada3441-73a4-45d7-8d88-ef24556a6713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/suppliers","description":"<p>The endpoint will return the Applicant's business suppliers' information and financial information.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","suppliers"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"fdad818d-e27b-4f1b-8ff4-04eeaa8464a6","name":"Suppliers","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:02:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118790"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"7-33601882-33601898 NNNN CT(0 5 0) RT(1625576574312 142) q(0 0 0 -1) r(3 3) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"suppliers\": [\n        {\n            \"supplierId\": \"55379\",\n            \"foreignId\": \"1266\",\n            \"firstInvoiceDate\": \"2019-01-14T00:00:00\",\n            \"name\": \"Supplier 1266\",\n            \"verifiedName\": null,\n            \"sectorNaicsId\": null,\n            \"sectorNaicsDescription\": null,\n            \"taxId\": null,\n            \"currency\": \"USD\",\n            \"address\": {\n                \"city\": null,\n                \"country\": null,\n                \"postalCode\": null,\n                \"state\": null,\n                \"street\": null\n            },\n            \"contactDetails\": {\n                \"phone\": null\n            },\n            \"financials\": {\n                \"totalPurchases\": 66038,\n                \"twelveMonthsPurchases\": 0,\n                \"openPurchaseInvoices\": 66038,\n                \"creditMemos\": 0,\n                \"monthlyFinancials\": [\n                    {\n                        \"month\": 1,\n                        \"year\": 2020,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAP\": 66038\n                    },\n                    {\n                        \"month\": 2,\n                        \"year\": 2020,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAP\": 66038\n                    },\n                    {\n                        \"month\": 3,\n                        \"year\": 2020,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAP\": 66038\n                    },\n                    {\n                        \"month\": 4,\n                        \"year\": 2020,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAP\": 66038\n                    },\n                    {\n                        \"month\": 5,\n                        \"year\": 2020,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAP\": 66038\n                    },\n                    {\n                        \"month\": 6,\n                        \"year\": 2020,\n                        \"invoices\": 0,\n                        \"payments\": 0,\n                        \"openAP\": 66038\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"bada3441-73a4-45d7-8d88-ef24556a6713"},{"name":"Supplier AP Transactions - Supplier Invoices","id":"31992d9b-e1bf-4132-964f-27dd4787600f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ap-transactions/invoices","description":"<p>The endpoint will return the Applicant's business supplier Invoices.</p>\n<p>Supplier Invoices are accounts payable transactions representing a request-for-payment from a supplier for goods/service.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ap-transactions","invoices"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"a740bc63-3e53-4629-ae8d-d4e39025be86","name":"AP Transactions - Supplier Invoices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ap-transactions/invoices?fromDate=&toDate=","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ap-transactions","invoices"],"query":[{"key":"fromDate","value":""},{"key":"toDate","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:57:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12928"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-116421371-116421450 ENNN RT(1625579842835 13550) q(0 0 0 -1) r(5 5) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"supplierId\": null,\n    \"invoices\": [\n        {\n            \"supplierId\": \"55450\",\n            \"id1\": \"13222\",\n            \"id2\": null,\n            \"issueDate\": \"2019-03-01T00:00:00\",\n            \"amount\": 672,\n            \"currency\": null,\n            \"description\": null,\n            \"createdAt\": \"2019-03-01T00:00:00\",\n            \"updatedAt\": \"2019-03-01T00:00:00\",\n            \"invoiceId\": \"0768ed31-6c03-452a-bce7-3a4b9bc508dd\",\n            \"dueDate\": \"2019-03-01T00:00:00\",\n            \"paymentDate\": null,\n            \"balance\": 672,\n            \"credited\": 0\n        },\n        {\n            \"supplierId\": \"55379\",\n            \"id1\": \"12897\",\n            \"id2\": null,\n            \"issueDate\": \"2019-01-14T00:00:00\",\n            \"amount\": 14140,\n            \"currency\": null,\n            \"description\": null,\n            \"createdAt\": \"2019-01-14T00:00:00\",\n            \"updatedAt\": \"2019-01-18T00:00:00\",\n            \"invoiceId\": \"0bc230ec-ccd1-4d98-b377-4103d98eef50\",\n            \"dueDate\": \"2019-01-14T00:00:00\",\n            \"paymentDate\": null,\n            \"balance\": 14140,\n            \"credited\": 0\n        }\n    ]\n}"}],"_postman_id":"31992d9b-e1bf-4132-964f-27dd4787600f"},{"name":"Supplier AP Transactions - Supplier Payments","id":"25d4f99b-aaae-4232-9675-05837312a7eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ap-transactions/payments","description":"<p>The endpoint will return the Applicant's business supplier Payments.</p>\n<p>A Supplier Payment object records a payment. The payment can be applied for a particular supplier against multiple Invoices. It can also be created without any Invoice, by just specifying an amount.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ap-transactions","payments"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"1e0ecb1c-6164-4f87-9770-75b69f11594b","name":"AP Transactions - Supplier Payments","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ap-transactions/payments?fromDate=&toDate=","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ap-transactions","payments"],"query":[{"key":"fromDate","value":""},{"key":"toDate","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:59:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1319"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"10-77086306-77086340 ENNN RT(1625579967305 29434) q(0 0 0 -1) r(1 1) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"supplierId\": null,\n    \"payments\": [\n        {\n            \"supplierId\": \"55450\",\n            \"id1\": \"12921\",\n            \"id2\": \"2\",\n            \"issueDate\": \"2019-01-17T00:00:00\",\n            \"amount\": 41203,\n            \"currency\": null,\n            \"description\": \"SPECIAL INVENTORY\",\n            \"createdAt\": \"2019-01-17T00:00:00\",\n            \"updatedAt\": \"2019-02-12T00:00:00\",\n            \"paymentId\": \"c2b2236d-51fa-4e3e-baee-12c45c38fbdb\",\n            \"linkedInvoices\": [\n                {\n                    \"txnId\": \"f8e19ed6-db83-4e7a-a8e7-75b69e6a2d11\",\n                    \"type\": \"Invoice\",\n                    \"id1\": \"12855\",\n                    \"id2\": null,\n                    \"linkedAmount\": 40159,\n                    \"supplierId\": \"55450\"\n                }\n            ]\n        },\n        {\n            \"supplierId\": \"55364\",\n            \"id1\": \"12831\",\n            \"id2\": null,\n            \"issueDate\": \"2019-01-07T00:00:00\",\n            \"amount\": 17568,\n            \"currency\": null,\n            \"description\": null,\n            \"createdAt\": \"2019-01-07T00:00:00\",\n            \"updatedAt\": \"2019-01-07T00:00:00\",\n            \"paymentId\": \"d9e1e379-13ec-4a31-b121-165d81d790f9\",\n            \"linkedInvoices\": [\n                {\n                    \"txnId\": \"9a638542-1f72-48d3-ad4d-a212843251bf\",\n                    \"type\": \"Invoice\",\n                    \"id1\": \"12829\",\n                    \"id2\": null,\n                    \"linkedAmount\": 17568,\n                    \"supplierId\": \"55364\"\n                }\n            ]\n        },\n        {\n            \"supplierId\": \"55300\",\n            \"id1\": \"7308\",\n            \"id2\": \"1\",\n            \"issueDate\": \"2018-01-03T00:00:00\",\n            \"amount\": 17700,\n            \"currency\": null,\n            \"description\": null,\n            \"createdAt\": \"2018-01-03T00:00:00\",\n            \"updatedAt\": \"2018-07-18T00:00:00\",\n            \"paymentId\": \"08ff44df-c014-456c-9293-13ff8fbb5eaa\",\n            \"linkedInvoices\": [\n                {\n                    \"txnId\": \"5ba40246-17dc-4d65-8b14-050fb6ea67cc\",\n                    \"type\": \"Invoice\",\n                    \"id1\": \"7305\",\n                    \"id2\": null,\n                    \"linkedAmount\": 17700,\n                    \"supplierId\": \"55300\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"25d4f99b-aaae-4232-9675-05837312a7eb"},{"name":"Supplier AP Transactions - Supplier Credit Memo","id":"13abfdd4-14f3-410a-9db0-1e9fc7ecdb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ap-transactions/creditmemos","description":"<p>The endpoint will return the Applicant's business supplier Credit Memos.</p>\n<p>A financial transaction representing a refund or credit of payment with a supplier.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ap-transactions","creditmemos"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"84eb206d-dd07-48ee-8a50-f2f5616acee7","name":"AP Transactions - Supplier Credit Memos","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ap-transactions/creditmemos?fromDate=&toDate=","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ap-transactions","creditmemos"],"query":[{"key":"fromDate","value":""},{"key":"toDate","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 14:01:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"8-37201828-37201889 ENNN RT(1625580074827 10091) q(0 0 0 -1) r(1 1) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"supplierId\": null,\n    \"creditmemos\": []\n}"}],"_postman_id":"13abfdd4-14f3-410a-9db0-1e9fc7ecdb47"},{"name":"Supplier AP Transactions - Expenses","id":"80538405-866f-4a24-bfa7-72a939d717a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":"https://service.criskco.com/apiservice.svc/ap-transactions/expenses","description":"<p>The endpoint will return the Applicant's business supplier Expenses.</p>\n<p>A financial transaction that represents a company expense that is not invoiced.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","ap-transactions","expenses"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"82fb91e8-a0d6-41e1-bc95-37ea1f14fb03","name":"AP Transactions - Expenses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n\t\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/ap-transactions/expenses?fromDate=&toDate=","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","ap-transactions","expenses"],"query":[{"key":"fromDate","value":""},{"key":"toDate","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 14:03:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"777819"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"12-116522073-116522130 ENNN RT(1625580224847 4487) q(0 0 0 -1) r(4 4) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"supplierId\": null,\n    \"expenses\": [\n        {\n            \"supplierId\": \"55357\",\n            \"id1\": \"15036\",\n            \"id2\": null,\n            \"issueDate\": \"2020-03-18T00:00:00\",\n            \"amount\": 2559.27,\n            \"currency\": \"USD\",\n            \"description\": \"Gas Station\",\n            \"createdAt\": \"2020-03-23T00:00:00\",\n            \"updatedAt\": \"2020-03-23T00:00:00\",\n            \"expenseId\": \"cbb9e429-c8f9-43d6-a08f-436086f9924c\"\n        },\n        {\n            \"supplierId\": \"55357\",\n            \"id1\": \"15014\",\n            \"id2\": null,\n            \"issueDate\": \"2020-03-11T00:00:00\",\n            \"amount\": 3212.26,\n            \"currency\": \"USD\",\n            \"description\": \"Purchase of stationary\",\n            \"createdAt\": \"2020-03-16T00:00:00\",\n            \"updatedAt\": \"2020-03-16T00:00:00\",\n            \"expenseId\": \"627e446c-4b1d-4278-99f9-abfabd5a066d\"\n        }\n    ]\n}"}],"_postman_id":"80538405-866f-4a24-bfa7-72a939d717a5"},{"name":"Suppliers Grouping","id":"f368afbe-9c44-44c2-aa9d-4daf4aa277ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/grouping/suppliers","description":"<p>The Suppliers Grouping Endpoint allows you to retreieve all the applicant's supplier information in a single call to the API. This will return with Invoice, Payments and Credit Memos.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","grouping","suppliers"],"host":["service","criskco","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the start date to filter against</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 datestamp indicating the end date to filter against</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"080bfa81-0d2b-4e92-bfc9-309472e43161","name":"Suppliers Grouping","originalRequest":{"method":"POST","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":{"raw":"https://service.criskco.com/apiservice.svc/grouping/suppliers?fromDate=2019-01-01&toDate=2020-04-01","protocol":"https","host":["service","criskco","com"],"path":["apiservice.svc","grouping","suppliers"],"query":[{"key":"fromDate","value":"2019-01-01"},{"key":"toDate","value":"2020-04-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 14:19:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131894"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"13-137985941-137986023 ENNN RT(1625581137156 61541) q(0 0 0 -1) r(2 2) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"suppliers\": [\n        {\n            \"supplierId\": \"55434\",\n            \"foreignId\": \"1\",\n            \"firstInvoiceDate\": null,\n            \"name\": \"Supplier 1\",\n            \"verifiedName\": null,\n            \"sectorNaicsId\": null,\n            \"sectorNaicsDescription\": null,\n            \"taxId\": null,\n            \"currency\": \"USD\",\n            \"address\": {\n                \"city\": null,\n                \"country\": null,\n                \"postalCode\": null,\n                \"state\": null,\n                \"street\": null\n            },\n            \"contactDetails\": {\n                \"phone\": null\n            },\n            \"financials\": {\n                \"totalPurchases\": 0,\n                \"twelveMonthsPurchases\": 0,\n                \"openPurchaseInvoices\": 0,\n                \"creditMemos\": 0,\n                \"monthlyFinancials\": []\n            }\n        }\n    ],\n    \"invoices\": [\n        {\n            \"supplierId\": \"55450\",\n            \"id1\": \"12832\",\n            \"id2\": null,\n            \"issueDate\": \"2019-01-07T00:00:00\",\n            \"amount\": 3750,\n            \"currency\": null,\n            \"description\": null,\n            \"createdAt\": \"2019-01-07T00:00:00\",\n            \"updatedAt\": \"2019-01-07T00:00:00\",\n            \"invoiceId\": \"fa5f2ef3-5294-477c-be7e-107c1253cfc6\",\n            \"dueDate\": \"2019-01-07T00:00:00\",\n            \"paymentDate\": null,\n            \"balance\": 3750,\n            \"credited\": 0\n        }\n    ],\n    \"payments\": [\n        {\n            \"supplierId\": \"55364\",\n            \"id1\": \"12831\",\n            \"id2\": null,\n            \"issueDate\": \"2019-01-07T00:00:00\",\n            \"amount\": 17568,\n            \"currency\": null,\n            \"description\": null,\n            \"createdAt\": \"2019-01-07T00:00:00\",\n            \"updatedAt\": \"2019-01-07T00:00:00\",\n            \"paymentId\": \"d9e1e379-13ec-4a31-b121-165d81d790f9\",\n            \"linkedInvoices\": null\n        }\n    ],\n    \"creditmemos\": []\n}"}],"_postman_id":"f368afbe-9c44-44c2-aa9d-4daf4aa277ec"},{"name":"Financial Report - Row Data - Balance Sheet","id":"a672a0e2-3900-45d9-b442-4ab40e908b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n\t\"financialYear\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/rowdata/balancesheet","description":"<p>Returns the Balance Sheet as it appears in the clients ERP or accounting software.</p>\n<p>In the body you can specify the financalYear as follows:\nCurrent, FinancialYearEnd, PreviousFinancialYearEnd, SecondPreviousFinancialYearEnd, ThirdPreviousFinancialYearEnd.</p>\n<p>If the financalYear parameter is blank, the current year will be returned by default.</p>\n<p>Each report is an ordered collection of rows and cells. Rows can be of various types (e.g. section, row and summary row elements). Cells can contain values and attributes with nested values.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","financialreports","rowdata","balancesheet"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"eceb30c0-353a-4902-8c70-5749d85e310f","name":"Financial Report - Row Data - Balance Sheet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n\t\"financialYear\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/rowdata/balancesheet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:21:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10041"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"8-36832966-36832993 ENNN RT(1625577629427 46120) q(0 0 0 -1) r(1 1) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"reports\": [\n        {\n            \"type\": \"BalanceSheet\",\n            \"financialYear\": \"Current\",\n            \"date\": \"2020-04-01T03:34:16\",\n            \"fromDate\": null,\n            \"toDate\": \"2020-04-01T00:00:00\",\n            \"bankAccount\": null,\n            \"columns\": [\n                \"\",\n                \"Total\"\n            ],\n            \"titles\": [\n                \"BalanceSheet\",\n                \"QuickBooks Online Report\",\n                \"April 1 2020 TO April 1 2020\"\n            ],\n            \"rows\": [\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"ASSETS\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Current Assets\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Bank Accounts\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"BOA BUSINESS PRIMARY\",\n                    \"cell2\": \"20000.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Business Advantage Chk\",\n                    \"cell2\": \"366751.51\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Business Savings\",\n                    \"cell2\": \"-6202.12\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Cash on hand\",\n                    \"cell2\": \"3293.12\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Checking\",\n                    \"cell2\": \"12432.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Citi Business Checking\",\n                    \"cell2\": \"475.05\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"PayPal Bank\",\n                    \"cell2\": \"0.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"SPECIAL ACCOUNT\",\n                    \"cell2\": \"-41203.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Bank Accounts\",\n                    \"cell2\": \"355546.56\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Accounts Receivable\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Accounts Receivable\",\n                    \"cell2\": \"285116.70\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Accounts Receivable\",\n                    \"cell2\": \"285116.70\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Other Current Assets\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Inventory Asset\",\n                    \"cell2\": \"-63582.80\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Uncategorized Asset\",\n                    \"cell2\": \"2300.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Undeposited Funds\",\n                    \"cell2\": \"2779605.96\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Other Current Assets\",\n                    \"cell2\": \"2718323.16\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Current Assets\",\n                    \"cell2\": \"3358986.42\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"TOTAL ASSETS\",\n                    \"cell2\": \"3358986.42\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"LIABILITIES AND EQUITY\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Liabilities\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Current Liabilities\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Accounts Payable\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Accounts Payable\",\n                    \"cell2\": \"169692.33\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Accounts Payable\",\n                    \"cell2\": \"169692.33\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Credit Cards\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Boa Credit Card\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Bank of America Business Mastercard\",\n                    \"cell2\": \"-5442.02\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Boa Credit Card\",\n                    \"cell2\": \"-5442.02\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Capital One Credit Card\",\n                    \"cell2\": \"0.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Shareholder pay\",\n                    \"cell2\": \"0.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Credit Cards\",\n                    \"cell2\": \"-5442.02\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Other Current Liabilities\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Behalf Line of Credit\",\n                    \"cell2\": \"11729.39\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Fundbox Invoice Advances\",\n                    \"cell2\": \"25391.18\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Intuit Financing Line of Credit\",\n                    \"cell2\": \"15000.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"PaypayWorkingCapital\",\n                    \"cell2\": \"-4344.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Other Current Liabilities\",\n                    \"cell2\": \"47776.57\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Current Liabilities\",\n                    \"cell2\": \"212026.88\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Long-Term Liabilities\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Loan\",\n                    \"cell2\": \"6073.64\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Long-Term Liabilities\",\n                    \"cell2\": \"6073.64\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Liabilities\",\n                    \"cell2\": \"218100.52\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Equity\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Opening Balance Equity\",\n                    \"cell2\": \"372320.84\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"OWNER'S DRAW\",\n                    \"cell2\": \"14944.76\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Retained Earnings\",\n                    \"cell2\": \"2523634.51\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Net Income\",\n                    \"cell2\": \"229985.79\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Equity\",\n                    \"cell2\": \"3140885.90\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"TOTAL LIABILITIES AND EQUITY\",\n                    \"cell2\": \"3358986.42\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                }\n            ],\n            \"financialSource\": \"CR-Automated\"\n        }\n    ]\n}"}],"_postman_id":"a672a0e2-3900-45d9-b442-4ab40e908b64"},{"name":"Financial Report - Row Data - Profit and Loss","id":"b76db547-7a22-4c54-a342-25aeca6bdd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n\t\"financialYear\": \"Current\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/rowdata/profitandloss","description":"<p>Returns the Profit and Loss as it appears in the clients ERP or accounting software.</p>\n<p>In the body you can specify the financalYear as follows:\nCurrent, FinancialYearEnd, PreviousFinancialYearEnd, SecondPreviousFinancialYearEnd, ThirdPreviousFinancialYearEnd.</p>\n<p>If the financalYear parameter is blank, the current year will be returned by default.</p>\n<p>Each report is an ordered collection of rows and cells. Rows can be of various types (e.g. section, row and summary row elements). Cells can contain values and attributes with nested values.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","financialreports","rowdata","profitandloss"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"1c073788-6353-4401-b73a-ea209fe75026","name":"Financial Report - Row Data - Profit and Loss","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n\t\"financialYear\": \"Current\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/rowdata/profitandloss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:25:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3239"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"11-93672554-93672611 ENNN RT(1625577794103 113620) q(0 0 0 -1) r(2 2) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"reports\": [\n        {\n            \"type\": \"ProfitAndLoss\",\n            \"financialYear\": \"Current\",\n            \"date\": \"2020-04-01T03:34:16\",\n            \"fromDate\": \"2020-01-01T00:00:00\",\n            \"toDate\": \"2020-04-01T00:00:00\",\n            \"bankAccount\": null,\n            \"columns\": [\n                \"\",\n                \"Total\"\n            ],\n            \"titles\": [\n                \"ProfitAndLoss\",\n                \"QuickBooks Online Report\",\n                \"January 1 2020 TO April 1 2020\"\n            ],\n            \"rows\": [\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Income\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Sales\",\n                    \"cell2\": \"190257.07\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Sales of Product Income\",\n                    \"cell2\": \"107554.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Income\",\n                    \"cell2\": \"297811.07\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Cost of Goods Sold\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Cost Of Goods Sold\",\n                    \"cell2\": \"64726.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Cost of Goods Sold\",\n                    \"cell2\": \"64726.00\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"GrossProfit\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Gross Profit\",\n                    \"cell2\": \"233085.07\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"Expenses\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Row\",\n                    \"title\": null,\n                    \"cell1\": \"Fundbox Fees\",\n                    \"cell2\": \"3099.28\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Total Expenses\",\n                    \"cell2\": \"3099.28\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"NetOperatingIncome\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Net Operating Income\",\n                    \"cell2\": \"229985.79\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"Section\",\n                    \"title\": \"NetIncome\",\n                    \"cell1\": null,\n                    \"cell2\": null,\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                },\n                {\n                    \"type\": \"SummaryRow\",\n                    \"title\": null,\n                    \"cell1\": \"Net Income\",\n                    \"cell2\": \"229985.79\",\n                    \"cell3\": null,\n                    \"cell4\": null,\n                    \"cell5\": null,\n                    \"cell6\": null,\n                    \"cell7\": null,\n                    \"cell8\": null,\n                    \"cell9\": null,\n                    \"cell10\": null\n                }\n            ],\n            \"financialSource\": \"CR-Automated\"\n        }\n    ]\n}"}],"_postman_id":"b76db547-7a22-4c54-a342-25aeca6bdd94"},{"name":"Financial Report - Row Data - Bank Statement","id":"d3eb8089-4b1a-4f1d-924a-2d70a450cc36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/rowdata/bankstatement","description":"<p>Bank Statement as it appears in the clients ERP or accounting software.</p>\n<p>Each report is an ordered collection of rows and cells. Rows can be of various types (e.g. section, row and summary row elements). Cells can contain values and attributes with nested values.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","financialreports","rowdata","bankstatement"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"eb948fca-4d76-43ca-bbad-3d0b11a3f113","name":"Financial Report - Row Data - Bank Statement","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/rowdata/bankstatement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:34:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"8-36951276-36951308 ENNN RT(1625578422463 72759) q(0 0 0 -1) r(1 1) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"reports\": []\n}"}],"_postman_id":"d3eb8089-4b1a-4f1d-924a-2d70a450cc36"},{"name":"Financial Report - Standard - Balance Sheet","id":"cb031ee5-b595-4369-8d68-b584c5174a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"financialYear\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/standard/balancesheet","description":"<p>Returns the Balance Sheet standardised by CRiskCo.</p>\n<p>In the body you can specify the financalYear as follows:\nCurrent, FinancialYearEnd, PreviousFinancialYearEnd, SecondPreviousFinancialYearEnd, ThirdPreviousFinancialYearEnd.</p>\n<p>If the financalYear parameter is blank, the current year will be returned by default.</p>\n<p>Each report is a collection of rows and cells. Rows can be of various types (e.g. section, row and summary row elements). Cells can contain values and attributes with nested values.</p>\n<h5 id=\"below-is-a-detailed-list-of-the-types-and-codes-used-by-the-criskco-api\">Below is a detailed list of the types and codes used by the CRiskCo API</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>classification</th>\n<th>accountType</th>\n<th>subAccountType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Assets</td>\n<td>CurrentAsset</td>\n<td>CurrentAsset</td>\n<td>cash and other assets that are expected to be converted to cash within a year</td>\n</tr>\n<tr>\n<td>Assets</td>\n<td>CurrentAsset</td>\n<td>Bank</td>\n<td>Current balance in the banks accounts</td>\n</tr>\n<tr>\n<td>Assets</td>\n<td>CurrentAsset</td>\n<td>Inventory</td>\n<td>Represent the inventory value</td>\n</tr>\n<tr>\n<td>Assets</td>\n<td>CurrentAsset</td>\n<td>AccountReceivables</td>\n<td>Accounts receivable is the balance of money due to a firm for goods or services delivered or used but not yet paid for by customers.</td>\n</tr>\n<tr>\n<td>Assets</td>\n<td>NonCurrentAsset</td>\n<td>NonCurrentAsset</td>\n<td>Long-term investments for which the full value will not be realized within the accounting year.</td>\n</tr>\n<tr>\n<td>Assets</td>\n<td>NonCurrentAsset</td>\n<td>DeprecationAmortization</td>\n<td>Depreciation and Amortization value.</td>\n</tr>\n<tr>\n<td>Equity</td>\n<td>Equity</td>\n<td>Equity</td>\n<td>Company equity value</td>\n</tr>\n<tr>\n<td>Equity</td>\n<td>Equity</td>\n<td>OpenBalanceEquity</td>\n<td>Company equity value in the date previous to the report period</td>\n</tr>\n<tr>\n<td>Equity</td>\n<td>Equity</td>\n<td>AccumulatedAdjustment</td>\n<td>accumulated adjustments account, A special account is used to track undistributed earnings of an S corporation that have been taxed to shareholders previously.</td>\n</tr>\n<tr>\n<td>Equity</td>\n<td>Equity</td>\n<td>CurrentEarnings</td>\n<td>The Current Year Earnings account value is calculated automatically as sales and other business transactions that impact income and expense accounts, are recorded. Its balance equals income minus cost of sales and expenses.</td>\n</tr>\n<tr>\n<td>Equity</td>\n<td>Equity</td>\n<td>RetainedEarnings</td>\n<td>Retained earnings are the profits that a company has earned to date, less any dividends or other distributions paid to investors.</td>\n</tr>\n<tr>\n<td>Equity</td>\n<td>Equity</td>\n<td>NetIncome</td>\n<td>Net income is an entity's income minus cost of goods sold, expenses and taxes for an accounting period.</td>\n</tr>\n<tr>\n<td>Liability</td>\n<td>Currentliabilities</td>\n<td>CurrentLiabilities</td>\n<td>Current Liabilities, amounts due to be paid to creditors within twelve months</td>\n</tr>\n<tr>\n<td>Liability</td>\n<td>Currentliabilities</td>\n<td>AccountPayable</td>\n<td>Accounts payable (AP) is money owed by a business to its suppliers shown as a liability on a company's balance sheet.</td>\n</tr>\n<tr>\n<td>Liability</td>\n<td>Currentliabilities</td>\n<td>CreditCards</td>\n<td>Credit Cards accounts.</td>\n</tr>\n<tr>\n<td>Liability</td>\n<td>NonCurrentLiabilities</td>\n<td>NonCurrentLiabilities</td>\n<td>Usually refer to long term liabilities (more than 12 months).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","financialreports","standard","balancesheet"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"6188ea6b-139b-4fba-9ff9-884b90045211","name":"Financial Report - Standard - Balance Sheet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"financialYear\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/standard/balancesheet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:36:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"998"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"8-36951276-36951308 ENNN RT(1625578422463 138707) q(0 0 0 -1) r(3 3) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"reports\": [\n        {\n            \"type\": \"BalanceSheet\",\n            \"financialYear\": \"Current\",\n            \"date\": \"2020-04-01T11:05:31\",\n            \"fromDate\": \"2020-04-01T00:00:00\",\n            \"toDate\": \"2020-04-01T00:00:00\",\n            \"classifications\": [\n                {\n                    \"type\": \"ASSET\",\n                    \"total\": 3358986.42,\n                    \"accounts\": [\n                        {\n                            \"type\": \"CurrentAsset\",\n                            \"total\": 3358986.42,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"Bank\",\n                                    \"total\": 355546.56\n                                },\n                                {\n                                    \"type\": \"AccountReceivables\",\n                                    \"total\": 285116.7\n                                },\n                                {\n                                    \"type\": \"CurrentAsset\",\n                                    \"total\": 2718323.16\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"type\": \"LIABILITY\",\n                    \"total\": 218100.52,\n                    \"accounts\": [\n                        {\n                            \"type\": \"CurrentLiabilities\",\n                            \"total\": 212026.88,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"AccountPayable\",\n                                    \"total\": 169692.33\n                                },\n                                {\n                                    \"type\": \"CreditCards\",\n                                    \"total\": -5442.02\n                                },\n                                {\n                                    \"type\": \"CurrentLiabilities\",\n                                    \"total\": 47776.57\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"NonCurrentLiabilities\",\n                            \"total\": 6073.64,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"NonCurrentLiabilities\",\n                                    \"total\": 6073.64\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"type\": \"EQUITY\",\n                    \"total\": 3140885.9,\n                    \"accounts\": [\n                        {\n                            \"type\": \"Equity\",\n                            \"total\": 3140885.9,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"Equity\",\n                                    \"total\": 2910900.11\n                                },\n                                {\n                                    \"type\": \"NetIncome\",\n                                    \"total\": 229985.79\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"cb031ee5-b595-4369-8d68-b584c5174a8a"},{"name":"Financial Report - Standard - Profit and Loss","id":"4abfd72d-a1e9-4743-8708-6c40da5985a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"financialYear\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/standard/profitandloss","description":"<p>Returns the Balance Sheet standardised by CRiskCo.</p>\n<p>In the body you can specify the financalYear as follows:\nCurrent, FinancialYearEnd, PreviousFinancialYearEnd, SecondPreviousFinancialYearEnd, ThirdPreviousFinancialYearEnd.</p>\n<p>If the financalYear parameter is blank, the current year will be returned by default.</p>\n<p>Each report is a collection of rows and cells. Rows can be of various types (e.g. section, row and summary row elements). Cells can contain values and attributes with nested values.</p>\n<h5 id=\"below-is-a-detailed-list-of-the-types-and-codes-used-by-the-criskco-api\">Below is a detailed list of the types and codes used by the CRiskCo API</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>classification</th>\n<th>accountType</th>\n<th>subAccountType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Revenue</td>\n<td>Sales</td>\n<td>Sales</td>\n<td>Direct sales of product/service</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>Sales</td>\n<td>Discount</td>\n<td>Discounts Provided</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>Sales</td>\n<td>OtherSales</td>\n<td>Sales generating revenue not by the main products/services of the company.</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>OtherIncome</td>\n<td>OtherIncome</td>\n<td>Usually refer to income from financial vehicles, as interest, Grants, Dividend etc.</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>OtherIncome</td>\n<td>Grants</td>\n<td>Grants</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>OtherIncome</td>\n<td>Interest</td>\n<td>Interest (income or expense)</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>OtherIncome</td>\n<td>Dividend</td>\n<td>Revenue generated by Dividend</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>COGS</td>\n<td>COGS</td>\n<td>Cost of Goods Sold (COGS)</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>COGS</td>\n<td>FreightAndDelivery</td>\n<td>Freight and Delivery (income or expense)</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>COGS</td>\n<td>OtherCOGS</td>\n<td>Other COGS</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>Expense</td>\n<td>Tax</td>\n<td>Tax Paid</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>Expense</td>\n<td>Expense</td>\n<td>Expense</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>Expense</td>\n<td>BadDebt</td>\n<td>Bad debt</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>Expense</td>\n<td>Insurance</td>\n<td>Insurance expense</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>Expense</td>\n<td>Legal</td>\n<td>Legal expense</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>Expense</td>\n<td>Travel</td>\n<td>Travel expense</td>\n</tr>\n<tr>\n<td>Expenses</td>\n<td>OtherExpense</td>\n<td>OtherExpense</td>\n<td>Other expenses</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","financialreports","standard","profitandloss"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"3d61a59c-3a36-477d-91fd-0b5fe9e4cc6d","name":"Financial Report - Standard - Profit and Loss","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/financialreports/standard/profitandloss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 13:38:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"592"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"11-93913505-93913552 NNNN CT(32 66 0) RT(1625578699267 170) q(0 0 1 -1) r(2 2) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicantId\": \"1000143693\",\n    \"refApplicantId\": null,\n    \"reports\": [\n        {\n            \"type\": \"ProfitAndLoss\",\n            \"financialYear\": \"Current\",\n            \"date\": \"2020-04-01T11:05:31\",\n            \"fromDate\": \"2020-01-01T00:00:00\",\n            \"toDate\": \"2020-04-01T00:00:00\",\n            \"classifications\": [\n                {\n                    \"type\": \"REVENUE\",\n                    \"total\": 297811.07,\n                    \"accounts\": [\n                        {\n                            \"type\": \"Sales\",\n                            \"total\": 297811.07,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"Sales\",\n                                    \"total\": 297811.07\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"type\": \"EXPENSE\",\n                    \"total\": 67825.28,\n                    \"accounts\": [\n                        {\n                            \"type\": \"COGS\",\n                            \"total\": 64726,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"COGS\",\n                                    \"total\": 64726\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"OtherExpense\",\n                            \"total\": 3099.28,\n                            \"subAccounts\": [\n                                {\n                                    \"type\": \"ExpenseInterest\",\n                                    \"total\": 3099.28\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4abfd72d-a1e9-4743-8708-6c40da5985a7"},{"name":"Financial Report - Documents","id":"a8feb9bb-a0b6-42d4-b82a-8afe180e2527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"csvInJson\":false\r\n}"},"url":"https://service.criskco.com/apiservice.svc/Documents","description":"<p>Retrieve an Applicants documents. This includes documents uploaded by the applicant and reports prepared by CRiskCo.\nThe response includes a unique http file link where the document can be downloaded from.</p>\n<h5 id=\"catalogue-of-documents\">Catalogue of Documents</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>report_type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SAT_FINANCIAL_DECLARATION</td>\n<td>Annual Tax Declarations submitted to SAT</td>\n</tr>\n<tr>\n<td>SAT_CONTRIBUYENTE</td>\n<td>The Opinion De Contribuyente from SAT</td>\n</tr>\n<tr>\n<td>SAT_ANALYTICS</td>\n<td>Summarized Company Report prepared by CRiskCo</td>\n</tr>\n<tr>\n<td>APPLICANT_FILES</td>\n<td>Files uploaded by the applicant as part of their onboarding</td>\n</tr>\n<tr>\n<td>MONTHLY_GENERATED_REPORT</td>\n<td>Monthly report prepared by CRsikCo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["apiservice.svc","Documents"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"330b9dab-eeba-4b57-8798-3956b9719be5","name":"Financial Report - Documents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n    \"csvInJson\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.criskco.com/apiservice.svc/Documents"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"applicantId\": \"1000143693\",\r\n    \"refApplicantId\": \"1000143693\",\r\n    \"documents\": [\r\n        {\r\n            \"CreatedAt\": \"2021-05-02\",\r\n            \"FileName\": \"Company Report - Industrial Company - April 01, 2020.pdf\",\r\n            \"FileType\": 1,\r\n            \"ReportDateFrom\": \"2020-04-01\",\r\n            \"ReportDateTo\": \"2020-04-01\",\r\n            \"ReportType\": 4,\r\n            \"FileLink\": \"https://criskcodemo.blob.core.windows.net/demo/1000143693-18019.PDF\",\r\n            \"FileJson\": \"\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"a8feb9bb-a0b6-42d4-b82a-8afe180e2527"},{"name":"Applicant Financials Grouping","id":"548a213c-dbc9-449b-b528-e3e2cbe83b31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiId","value":""},{"key":"apiKey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/grouping/applicant-financials","description":"<p>The Financials Grouping Endpoint allows you to retreieve all the applicant's Financial Statement Data in a single API Call. This will return both the Row Data and the CRiskCo Standardised reports, Documents as well as the analytics and summaries calculated by CRiskCo.</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","grouping","applicant-financials"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[{"id":"9c91b800-fa2b-4479-a0df-264b24d64d80","name":"Financial Report - Documents Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.criskco.com/apiservice.svc/grouping/applicant-financials"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"applicantId\": \"1000143693\",\r\n    \"refApplicantId\": null,\r\n    \"customers\": [\r\n        {\r\n            \"customerId\": \"121329\",\r\n            \"foreignId\": \"100\",\r\n            \"firstInvoiceDate\": null,\r\n            \"name\": \"Customer 100\",\r\n            \"verifiedName\": null,\r\n            \"sectorNaicsId\": null,\r\n            \"sectorNaicsDescription\": null,\r\n            \"taxId\": null,\r\n            \"currency\": \"USD\",\r\n            \"address\": {\r\n                \"city\": null,\r\n                \"country\": null,\r\n                \"postalCode\": null,\r\n                \"state\": null,\r\n                \"street\": null\r\n            },\r\n            \"contactDetails\": {\r\n                \"phone\": null\r\n            },\r\n            \"financials\": {\r\n                \"finScore\": 560,\r\n                \"totalSales\": 0,\r\n                \"twelveMonthsSales\": 0,\r\n                \"dueInvoices\": 0,\r\n                \"overDueInvoices\": 0,\r\n                \"creditMemos\": 0,\r\n                \"dso\": null,\r\n                \"add\": null,\r\n                \"cei\": null,\r\n                \"monthlyFinancials\": []\r\n            }\r\n        }\r\n        }\r\n    ],\r\n    \"invoices\": [\r\n        {\r\n            \"customerId\": \"121564\",\r\n            \"id1\": \"14531\",\r\n            \"id2\": \"5865\",\r\n            \"issueDate\": \"2020-01-01T00:00:00\",\r\n            \"amount\": 550,\r\n            \"description\": null,\r\n            \"createdAt\": \"2020-01-01T00:00:00\",\r\n            \"updatedAt\": \"2020-01-01T00:00:00\",\r\n            \"invoiceId\": \"e1cce350-5be1-4759-a1d0-4fca823c05e0\",\r\n            \"dueDate\": \"2020-01-31T00:00:00\",\r\n            \"predictedDate\": \"2020-03-04T00:00:00\",\r\n            \"paymentDate\": null,\r\n            \"balance\": 550,\r\n            \"credited\": 0\r\n        }\r\n    ],\r\n    \"payments\": [\r\n        {\r\n            \"customerId\": \"121261\",\r\n            \"id1\": \"14607\",\r\n            \"id2\": null,\r\n            \"issueDate\": \"2020-01-31T00:00:00\",\r\n            \"amount\": 3122,\r\n            \"description\": null,\r\n            \"createdAt\": \"2020-01-31T00:00:00\",\r\n            \"updatedAt\": \"2020-01-31T00:00:00\",\r\n            \"paymentId\": \"358cc000-1ba6-47dc-960e-9d38061dcaea\",\r\n            \"linkedInvoices\": [\r\n                {\r\n                    \"txnId\": \"e1cce350-5be1-4759-a1d0-4fca823c05e0\",\r\n                    \"type\": \"Invoice\",\r\n                    \"id1\": \"14531\",\r\n                    \"id2\": null,\r\n                    \"linkedAmount\": 550,\r\n                    \"customerId\": \"121261\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"creditmemos\": [\r\n        \"customerId\": \"123\",\r\n            \"id1\": \"xxx\",\r\n            \"id2\": null,\r\n            \"issueDate\": \"2021-10-31T00:00:00\",\r\n            \"amount\": 7699.00,\r\n            \"description\": null,\r\n            \"createdAt\": null,\r\n            \"updatedAt\": null,\r\n            \"creditmemoId\": \"xxx\",\r\n            \"linkedInvoices\": [\r\n                {\r\n                    \"txnId\": \"xxx\",\r\n                    \"type\": \"Invoice\",\r\n                    \"id1\": \"xxx\",\r\n                    \"id2\": null,\r\n                    \"linkedAmount\": 111,\r\n                    \"customerId\": \"123\"\r\n                }\r\n            ]\r\n    ]\r\n}"}],"_postman_id":"548a213c-dbc9-449b-b528-e3e2cbe83b31"},{"name":"Update Status","id":"994e6144-3039-41d0-8766-3bf02496bf9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":""},{"key":"apiKey","value":""}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": \"1000143693\",\r\n\t\"status\": \"Approved\"\r\n}"},"url":"https://service.criskco.com/apiservice.svc/applicant-status","description":"<p>The API is used to update the application status.\nThe default ‘status’ value for all new applicants is ‘New’.</p>\n<p>Changing the status of an applicant will affect the connection to the applicant’s accounting system and the connection may be disconnected. While disconnected, the applicant’s data available via the API will not be up to date and only the data from the last successful update will be available. Changing the status from a disconnected status to a connected status, will trigger an attempt to re-establish a connection to the accounting system. </p>\n<p>Available status options:</p>\n<p>New</p>\n<p>Denied</p>\n<p>CancelByApplicant</p>\n<p>UnderEvaluation</p>\n<p>Approved</p>\n<p>CompanyDefaulted</p>\n<p>Completed</p>\n","urlObject":{"protocol":"https","path":["apiservice.svc","applicant-status"],"host":["service","criskco","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"994e6144-3039-41d0-8766-3bf02496bf9d"}],"event":[{"listen":"prerequest","script":{"id":"fc3f2a4c-b011-4dac-a8b6-fae6d86c845f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"682607ab-6f4a-4c61-8bb0-4de9759f993c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"client-api-key","value":""},{"key":"client-api-id","value":""}]}